summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-22ralloc: Use strnlen() inside of strncat()Vladislav Egorov1-6/+1
2017-05-22glcpp: Skip unnecessary line continuations removalVladislav Egorov1-2/+8
2017-05-22glcpp: Avoid unnecessary strcmp()Vladislav Egorov1-5/+9
2017-05-22main: Move hashLockMutex/hashUnlockMutex to header and inlineThomas Helland2-45/+40
2017-05-22main: Use _mesa_HashLock/UnlockMutex consistentlyThomas Helland1-13/+10
2017-05-22util: Change the pointer hashing functionThomas Helland1-1/+2
2017-05-20vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreationPhilipp Zabel1-3/+10
2017-05-20drirc: Add allow_glsl_builtin_variable_redeclaration for Dying Light and Dead...John Brooks1-1/+12
2017-05-20glsl: Conditionally allow redeclaration of built-in variablesJohn Brooks3-0/+19
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks7-0/+20
2017-05-20nv50,nvc0: clear index buffer bufctx bin unconditionallyIlia Mirkin2-5/+3
2017-05-20nv50: fix vtxbuf cleanupIlia Mirkin1-1/+1
2017-05-20i965: Use the upload BO for push constants on Gen7.5-Gen8.Kenneth Graunke2-2/+2
2017-05-20i965: Use the upload BO for push constants on Gen9+.Kenneth Graunke2-6/+11
2017-05-20i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS packets.Kenneth Graunke2-3/+1
2017-05-20nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin1-0/+2
2017-05-20android: add -Wl,--build-id=sha1 to LDFLAGS for libvulkan_intelTapani Pälli1-0/+2
2017-05-20configure.ac: s/xcb-fixes/xcb-xfixes/Emil Velikov1-1/+1
2017-05-20configure.ac: add xcb-fixes to the XCB DRI3 listEmil Velikov1-1/+1
2017-05-20automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2-30/+15
2017-05-20st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri3-2/+9
2017-05-20mesa: add an env var to force cache fallbackTimothy Arceri4-1/+10
2017-05-20st/mesa: improve shader cache debug infoTimothy Arceri1-2/+4
2017-05-19travis: remove workarounds for the Vulkan targetEmil Velikov1-5/+2
2017-05-19configure: trivial whitespace cleanupEmil Velikov1-2/+2
2017-05-19configure: error out if building XVMC w/o supported platformEmil Velikov1-1/+10
2017-05-19configure: error out if building VDPAU w/o supported platformEmil Velikov1-1/+10
2017-05-19configure: error out if building OMX w/o supported platformEmil Velikov1-1/+10
2017-05-19configure: error out if building VA w/o supported platformEmil Velikov1-1/+10
2017-05-19st/xvmc: add DRI3 supportEmil Velikov1-1/+3
2017-05-19st/omx: add DRI3 supportEmil Velikov1-1/+3
2017-05-19gallium/targets: link against XCB only as neededEmil Velikov2-4/+12
2017-05-19st/omx: fix building against X11-less setupsEmil Velikov1-0/+6
2017-05-19st/omx: remove unneeded X11 includeEmil Velikov1-2/+0
2017-05-19st/omx: remove unused drm_driver.h includesEmil Velikov2-2/+0
2017-05-19st/va: check if vl_*_screen_create has failed only onceEmil Velikov1-4/+3
2017-05-19st/va: fix misplaced closing bracketEmil Velikov1-1/+1
2017-05-19st/va: move variable declaration to where its usedEmil Velikov1-2/+1
2017-05-19auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov5-19/+35
2017-05-19configure: error out when building X11 Vulkan without DRI3Emil Velikov1-0/+10
2017-05-19loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov1-0/+2
2017-05-19vulkan: automake: remove unused VULKAN_LIB_DEPS variableEmil Velikov1-6/+0
2017-05-19configure: check once for DRI3 dependenciesEmil Velikov13-23/+22
2017-05-19configure: error out when building GLX w/o the X11 platformEmil Velikov1-0/+6
2017-05-19configure: set HAVE_foo_PLATFORM as applicableEmil Velikov3-6/+5
2017-05-19configure: enable the surfaceless platform by defaultEmil Velikov2-4/+3
2017-05-19configure: loosen --with-platforms heuristicsEmil Velikov1-7/+3
2017-05-19configure: update remaining --with-egl-platforms referencesEmil Velikov4-27/+25
2017-05-19configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov2-6/+6
2017-05-19configure: move platform handling further upEmil Velikov1-92/+92