aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.ac: s/xcb-fixes/xcb-xfixes/Emil Velikov2017-05-201-1/+1
* configure.ac: add xcb-fixes to the XCB DRI3 listEmil Velikov2017-05-201-1/+1
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-202-30/+15
* 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-204-1/+10
* st/mesa: improve shader cache debug infoTimothy Arceri2017-05-201-2/+4
* travis: remove workarounds for the Vulkan targetEmil Velikov2017-05-191-5/+2
* configure: trivial whitespace cleanupEmil Velikov2017-05-191-2/+2
* configure: error out if building XVMC w/o supported platformEmil Velikov2017-05-191-1/+10
* configure: error out if building VDPAU w/o supported platformEmil Velikov2017-05-191-1/+10
* configure: error out if building OMX w/o supported platformEmil Velikov2017-05-191-1/+10
* configure: error out if building VA w/o supported platformEmil Velikov2017-05-191-1/+10
* 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
* configure: error out when building X11 Vulkan without DRI3Emil Velikov2017-05-191-0/+10
* 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-1913-23/+22
* configure: error out when building GLX w/o the X11 platformEmil Velikov2017-05-191-0/+6
* configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2017-05-193-6/+5
* configure: enable the surfaceless platform by defaultEmil Velikov2017-05-192-4/+3
* configure: loosen --with-platforms heuristicsEmil Velikov2017-05-191-7/+3
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-194-27/+25
* configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov2017-05-192-6/+6
* configure: move platform handling further upEmil Velikov2017-05-191-92/+92
* 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
* egl/wayland: Don't open-code roundtripDaniel Stone2017-05-191-25/+1
* vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone2017-05-191-16/+36
* vulkan/wsi/wayland: Use per-display event queueDaniel Stone2017-05-191-12/+32