summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* drirc: Add allow_glsl_builtin_variable_redeclaration for Dead Island Riptide ...Benedikt Schemmer2017-05-221-0/+4
* gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2017-05-222-0/+13
* radeonsi/gfx9: compile shaders with +xnackMarek Olšák2017-05-221-6/+7
* vc4: Remove dead code in vc4_dump_surface_msaa()Rhys Kidd2017-05-221-6/+0
* egl/wayland: verify event queue was allocatedLionel Landwerlin2017-05-221-1/+1
* mesa: add APPLE_vertex_array_object stubsTimothy Arceri2017-05-227-1/+53
* glsl: set mask via initialisation list rather than in constructor bodyTimothy Arceri2017-05-221-3/+1
* ralloc: Use strnlen() inside of strncat()Vladislav Egorov2017-05-221-6/+1
* glcpp: Skip unnecessary line continuations removalVladislav Egorov2017-05-221-2/+8
* glcpp: Avoid unnecessary strcmp()Vladislav Egorov2017-05-221-5/+9
* main: Move hashLockMutex/hashUnlockMutex to header and inlineThomas Helland2017-05-222-45/+40
* main: Use _mesa_HashLock/UnlockMutex consistentlyThomas Helland2017-05-221-13/+10
* util: Change the pointer hashing functionThomas Helland2017-05-221-1/+2
* vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreationPhilipp Zabel2017-05-201-3/+10
* drirc: Add allow_glsl_builtin_variable_redeclaration for Dying Light and Dead...John Brooks2017-05-201-1/+12
* glsl: Conditionally allow redeclaration of built-in variablesJohn Brooks2017-05-203-0/+19
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-207-0/+20
* nv50,nvc0: clear index buffer bufctx bin unconditionallyIlia Mirkin2017-05-202-5/+3
* nv50: fix vtxbuf cleanupIlia Mirkin2017-05-201-1/+1
* i965: Use the upload BO for push constants on Gen7.5-Gen8.Kenneth Graunke2017-05-202-2/+2
* i965: Use the upload BO for push constants on Gen9+.Kenneth Graunke2017-05-202-6/+11
* i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS packets.Kenneth Graunke2017-05-202-3/+1
* nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin2017-05-201-0/+2
* android: add -Wl,--build-id=sha1 to LDFLAGS for libvulkan_intelTapani Pälli2017-05-201-0/+2
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-201-30/+11
* st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2017-05-203-2/+9
* mesa: add an env var to force cache fallbackTimothy Arceri2017-05-203-1/+8
* st/mesa: improve shader cache debug infoTimothy Arceri2017-05-201-2/+4
* st/xvmc: add DRI3 supportEmil Velikov2017-05-191-1/+3
* st/omx: add DRI3 supportEmil Velikov2017-05-191-1/+3
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-192-4/+12
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-191-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-191-2/+0
* st/omx: remove unused drm_driver.h includesEmil Velikov2017-05-192-2/+0
* st/va: check if vl_*_screen_create has failed only onceEmil Velikov2017-05-191-4/+3
* st/va: fix misplaced closing bracketEmil Velikov2017-05-191-1/+1
* st/va: move variable declaration to where its usedEmil Velikov2017-05-191-2/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-195-19/+35
* loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov2017-05-191-0/+2
* vulkan: automake: remove unused VULKAN_LIB_DEPS variableEmil Velikov2017-05-191-6/+0
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-1912-7/+13
* configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2017-05-192-6/+0
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-191-1/+1
* configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov2017-05-191-3/+3
* Android: r600: fix build when LLVM is disabledRob Herring2017-05-191-0/+4
* virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring2017-05-191-2/+12
* egl: add g_egldispatchstubs.h to the release tarballEmil Velikov2017-05-191-1/+2
* egl/android: fix segfault within swap_buffersTapani Pälli2017-05-191-1/+6
* egl/wayland: Ensure we get a back bufferDaniel Stone2017-05-191-1/+9
* egl/wayland: Use per-surface event queuesDaniel Stone2017-05-192-27/+68