summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: unconditionally check for expatEmil Velikov2017-08-041-9/+9
* android: radeonsi: add nir include pathsMauro Rossi2017-08-041-1/+2
* i965: Prefer using streaming reads from WC mmapsChris Wilson2017-08-041-3/+15
* pipe-loader: fix swrast probingNicolai Hähnle2017-08-041-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-0413-26/+19
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-046-23/+7
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-044-13/+14
* util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero2017-08-041-0/+1
* radeonsi: Makefile.sources: include driinfo_radeonsi.hJuan A. Suarez Romero2017-08-041-0/+1
* anv: Makefile.vulkan.am: ICD json files are now generated with pythonJuan A. Suarez Romero2017-08-041-2/+1
* radv: also fix texture image descriptors for mipmap tile swizzleDave Airlie2017-08-041-1/+2
* radv: fix tile swizzle regression on mipmaps.Dave Airlie2017-08-041-5/+6
* pipe-loader: Add driver build directory for si_driinfo.h include pathMichel Dänzer2017-08-041-0/+1
* clover: Fix build after llvm r309911Jan Vesely2017-08-032-1/+7
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-045-4/+33
* radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properlyMarek Olšák2017-08-041-1/+5
* gallium/radeon: reallocate textures with non-zero tile_swizzle on exportMarek Olšák2017-08-041-1/+3
* winsys/amdgpu: enable computation of tile swizzleMarek Olšák2017-08-042-1/+13
* ac/surface: align DCC size for surfaces that use tile swizzleMarek Olšák2017-08-041-2/+9
* ac/surface: limit tile swizzle to non-mipmaps on SIMarek Olšák2017-08-041-1/+3
* ac/surface: enable tile swizzle for mipmapped texturesMarek Olšák2017-08-041-34/+46
* ac/surface: set structure size and handle errors for AddrComputeBaseSwizzleMarek Olšák2017-08-041-1/+8
* ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák2017-08-044-4/+7
* ac/surface: compute tile swizzle only when it's allowedMarek Olšák2017-08-041-2/+4
* ac/surface: add RADEON_SURF_SHAREABLEMarek Olšák2017-08-042-1/+4
* ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEXMarek Olšák2017-08-043-5/+0
* ac/surface: move tile_swizzle to ac_surface and document itMarek Olšák2017-08-044-8/+25
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-033-5/+7
* gallium/docs: add more info about TXF and MSAA texturesBrian Paul2017-08-031-1/+3
* st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul2017-08-031-16/+18
* gallium/docs: document automatic per-sample FS executionBrian Paul2017-08-031-0/+6
* mesa: init more msaa fieldsBrian Paul2017-08-031-0/+2
* swr: Add arch flags to support Cray and PGI compilersChuck Atkins2017-08-031-4/+4
* st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak2017-08-031-0/+11
* anv: put anv_extensions.c in gitignoreLionel Landwerlin2017-08-031-0/+1
* pipe-loader: fix build of dynamic pipe-driversNicolai Hähnle2017-08-035-4/+7
* android: anv_extensions.c is generated to libmesa_vulkan_commonTapani Pälli2017-08-031-1/+1
* android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2017-08-032-1/+18
* android: ac/common: always build NIR translationMauro Rossi2017-08-031-1/+2
* mesa: only check errors when the state change in glLogicOp()Samuel Pitoiset2017-08-031-27/+29
* mesa: only check errors when the state change in glBlendEquationSeparateiARB()Samuel Pitoiset2017-08-031-20/+22
* i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE definesKenneth Graunke2017-08-031-3/+0
* ac: add ac_shader_abi.h in distcheckJuan A. Suarez Romero2017-08-031-0/+1
* intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie2017-08-031-0/+1
* st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom2017-08-033-0/+36
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-034-0/+29
* glx/dri3: Implement the flush_swapbuffers methodThomas Hellstrom2017-08-031-1/+29
* dri: Add a flushSwapBuffers method to the image loader extensionThomas Hellstrom2017-08-031-1/+15
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-0317-0/+17
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-022-3/+3