summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Set up memory types and heaps during physical device initJason Ekstrand2017-06-012-44/+81
* anv: Predicate 48bit support on gen >= 8Jason Ekstrand2017-05-311-1/+6
* anv/image: Get rid of the memset(aux, 0, sizeof(aux)) hackJason Ekstrand2017-05-311-28/+0
* anv: Handle transitioning depth from UNDEFINED to other layoutsJason Ekstrand2017-05-312-19/+19
* anv: Handle color layout transitions from the UNINITIALIZED layoutJason Ekstrand2017-05-313-2/+108
* radeonsi/gfx9: compile shaders with +xnackMarek Olšák2017-05-311-6/+7
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-312-4/+12
* st/omx: fix building against X11-less setupsEmil Velikov2017-05-311-0/+6
* st/omx: remove unneeded X11 includeEmil Velikov2017-05-311-2/+0
* st/va: fix misplaced closing bracketEmil Velikov2017-05-311-1/+1
* auxiliary/vl: use vl_*_screen_create stubs when building w/o platformEmil Velikov2017-05-315-19/+35
* loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11Emil Velikov2017-05-311-0/+2
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-3112-7/+13
* configure: set HAVE_foo_PLATFORM as applicableEmil Velikov2017-05-312-6/+0
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-311-1/+1
* configure: rename remaining HAVE_EGL_PLATFORM_* guardsEmil Velikov2017-05-311-3/+3
* egl/wayland: Use per-surface event queuesDaniel Stone2017-05-312-27/+68
* egl/wayland: Don't open-code roundtripDaniel Stone2017-05-311-25/+1
* vulkan/wsi/wayland: Use proxy wrappers for swapchainDaniel Stone2017-05-311-19/+46
* vulkan/wsi/wayland: Use per-display event queueDaniel Stone2017-05-311-12/+32
* vulkan/wsi/wayland: Remove roundtrip when creating imageDaniel Stone2017-05-311-1/+0
* vulkan: Fix Wayland uninitialised registryDaniel Stone2017-05-311-4/+5
* nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin2017-05-221-0/+2
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-221-30/+11
* nir/lower_tex: Fix minor error in YUV color conversion matrixJohnson Lin2017-05-191-3/+3
* 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
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-192-14/+5
* anv/formats: Update the three-channel BC1 mappingsNanley Chery2017-05-191-2/+2
* gallivm: Make sure module has the correct data layout when pass manager runsTom Stellard2017-05-191-16/+18
* egl: Partially revert 23c86c74, fix eglMakeCurrentChad Versace2017-05-191-19/+0
* freedreno: fix crash when flush() but no renderingRob Clark2017-05-181-0/+6
* gbm/dri: Fix sign-extension in modifier queryDaniel Stone2017-05-181-1/+1
* st/mesa: remove an incorrect assertionNicolai Hähnle2017-05-181-2/+0
* Android: correct libz dependencyChih-Wei Huang2017-05-184-3/+6
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-182-4/+4
* anv: don't leak DRM devicesGrazvydas Ignotas2017-05-181-0/+1
* anv: fix possible stack corruptionGrazvydas Ignotas2017-05-181-1/+1
* i965/vec4: load dvec3/4 uniforms first in the push constant bufferSamuel Iglesias Gonsálvez2017-05-181-27/+80
* i965/vec4: fix swizzle and writemask when loading an uniform with constant of...Samuel Iglesias Gonsálvez2017-05-181-4/+11
* i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez2017-05-181-0/+26
* vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt2017-05-181-1/+2
* glxglvnddispatch: Add missing dispatch for GetDriverConfigHans de Goede2017-05-182-0/+15
* intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4Pohjolainen, Topi2017-05-181-23/+5
* mesa/st: fix yuv EGLImage'sRob Clark2017-05-181-2/+30
* etnaviv: allow R/B swapped surfaces to be clearedLucas Stach2017-05-181-0/+2
* etnaviv: stop oversizing buffer resourcesLucas Stach2017-05-181-1/+1
* radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellationNicolai Hähnle2017-05-181-0/+2
* radeonsi/gfx9: add support for RavenMarek Olšák2017-05-185-2/+15
* amd/addrlib: import Raven supportMarek Olšák2017-05-183-3/+72