summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-22mesa: add APPLE_vertex_array_object stubsTimothy Arceri7-1/+53
2017-05-22glsl: set mask via initialisation list rather than in constructor bodyTimothy Arceri1-3/+1
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-20automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov1-30/+11
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 Arceri3-1/+8
2017-05-20st/mesa: improve shader cache debug infoTimothy Arceri1-2/+4
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-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 Velikov12-7/+13
2017-05-19configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2-6/+0
2017-05-19configure: update remaining --with-egl-platforms referencesEmil Velikov1-1/+1
2017-05-19configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov1-3/+3
2017-05-19Android: r600: fix build when LLVM is disabledRob Herring1-0/+4
2017-05-19virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring1-2/+12
2017-05-19egl: add g_egldispatchstubs.h to the release tarballEmil Velikov1-1/+2
2017-05-19egl/android: fix segfault within swap_buffersTapani Pälli1-1/+6
2017-05-19egl/wayland: Ensure we get a back bufferDaniel Stone1-1/+9
2017-05-19egl/wayland: Use per-surface event queuesDaniel Stone2-27/+68
2017-05-19egl/wayland: Don't open-code roundtripDaniel Stone1-25/+1
2017-05-19vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone1-16/+36
2017-05-19vulkan/wsi/wayland: Use per-display event queueDaniel Stone1-12/+32
2017-05-19vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone1-1/+0
2017-05-19vulkan: Fix Wayland uninitialised registryDaniel Stone1-4/+5