index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add APPLE_vertex_array_object stubs
Timothy Arceri
2017-05-22
7
-1
/
+53
*
glsl: set mask via initialisation list rather than in constructor body
Timothy Arceri
2017-05-22
1
-3
/
+1
*
ralloc: Use strnlen() inside of strncat()
Vladislav Egorov
2017-05-22
1
-6
/
+1
*
glcpp: Skip unnecessary line continuations removal
Vladislav Egorov
2017-05-22
1
-2
/
+8
*
glcpp: Avoid unnecessary strcmp()
Vladislav Egorov
2017-05-22
1
-5
/
+9
*
main: Move hashLockMutex/hashUnlockMutex to header and inline
Thomas Helland
2017-05-22
2
-45
/
+40
*
main: Use _mesa_HashLock/UnlockMutex consistently
Thomas Helland
2017-05-22
1
-13
/
+10
*
util: Change the pointer hashing function
Thomas Helland
2017-05-22
1
-1
/
+2
*
vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation
Philipp Zabel
2017-05-20
1
-3
/
+10
*
drirc: Add allow_glsl_builtin_variable_redeclaration for Dying Light and Dead...
John Brooks
2017-05-20
1
-1
/
+12
*
glsl: Conditionally allow redeclaration of built-in variables
John Brooks
2017-05-20
3
-0
/
+19
*
driconf: Add allow_glsl_builtin_variable_redeclaration option
John Brooks
2017-05-20
7
-0
/
+20
*
nv50,nvc0: clear index buffer bufctx bin unconditionally
Ilia Mirkin
2017-05-20
2
-5
/
+3
*
nv50: fix vtxbuf cleanup
Ilia Mirkin
2017-05-20
1
-1
/
+1
*
i965: Use the upload BO for push constants on Gen7.5-Gen8.
Kenneth Graunke
2017-05-20
2
-2
/
+2
*
i965: Use the upload BO for push constants on Gen9+.
Kenneth Graunke
2017-05-20
2
-6
/
+11
*
i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS packets.
Kenneth Graunke
2017-05-20
2
-3
/
+1
*
nvc0/ir: SHLADD's middle source must be an immediate
Ilia Mirkin
2017-05-20
1
-0
/
+2
*
android: add -Wl,--build-id=sha1 to LDFLAGS for libvulkan_intel
Tapani Pälli
2017-05-20
1
-0
/
+2
*
configure.ac: s/xcb-fixes/xcb-xfixes/
Emil Velikov
2017-05-20
1
-1
/
+1
*
configure.ac: add xcb-fixes to the XCB DRI3 list
Emil Velikov
2017-05-20
1
-1
/
+1
*
automake: add SWR LLVM gen_builder.hpp workaround
Emil Velikov
2017-05-20
2
-30
/
+15
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-05-20
3
-2
/
+9
*
mesa: add an env var to force cache fallback
Timothy Arceri
2017-05-20
4
-1
/
+10
*
st/mesa: improve shader cache debug info
Timothy Arceri
2017-05-20
1
-2
/
+4
*
travis: remove workarounds for the Vulkan target
Emil Velikov
2017-05-19
1
-5
/
+2
*
configure: trivial whitespace cleanup
Emil Velikov
2017-05-19
1
-2
/
+2
*
configure: error out if building XVMC w/o supported platform
Emil Velikov
2017-05-19
1
-1
/
+10
*
configure: error out if building VDPAU w/o supported platform
Emil Velikov
2017-05-19
1
-1
/
+10
*
configure: error out if building OMX w/o supported platform
Emil Velikov
2017-05-19
1
-1
/
+10
*
configure: error out if building VA w/o supported platform
Emil Velikov
2017-05-19
1
-1
/
+10
*
st/xvmc: add DRI3 support
Emil Velikov
2017-05-19
1
-1
/
+3
*
st/omx: add DRI3 support
Emil Velikov
2017-05-19
1
-1
/
+3
*
gallium/targets: link against XCB only as needed
Emil Velikov
2017-05-19
2
-4
/
+12
*
st/omx: fix building against X11-less setups
Emil Velikov
2017-05-19
1
-0
/
+6
*
st/omx: remove unneeded X11 include
Emil Velikov
2017-05-19
1
-2
/
+0
*
st/omx: remove unused drm_driver.h includes
Emil Velikov
2017-05-19
2
-2
/
+0
*
st/va: check if vl_*_screen_create has failed only once
Emil Velikov
2017-05-19
1
-4
/
+3
*
st/va: fix misplaced closing bracket
Emil Velikov
2017-05-19
1
-1
/
+1
*
st/va: move variable declaration to where its used
Emil Velikov
2017-05-19
1
-2
/
+1
*
auxiliary/vl: use vl_*_screen_create stubs when building w/o platform
Emil Velikov
2017-05-19
5
-19
/
+35
*
configure: error out when building X11 Vulkan without DRI3
Emil Velikov
2017-05-19
1
-0
/
+10
*
loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11
Emil Velikov
2017-05-19
1
-0
/
+2
*
vulkan: automake: remove unused VULKAN_LIB_DEPS variable
Emil Velikov
2017-05-19
1
-6
/
+0
*
configure: check once for DRI3 dependencies
Emil Velikov
2017-05-19
13
-23
/
+22
*
configure: error out when building GLX w/o the X11 platform
Emil Velikov
2017-05-19
1
-0
/
+6
*
configure: set HAVE_foo_PLATFORM as applicable
Emil Velikov
2017-05-19
3
-6
/
+5
*
configure: enable the surfaceless platform by default
Emil Velikov
2017-05-19
2
-4
/
+3
*
configure: loosen --with-platforms heuristics
Emil Velikov
2017-05-19
1
-7
/
+3
*
configure: update remaining --with-egl-platforms references
Emil Velikov
2017-05-19
4
-27
/
+25
[next]