summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* i965: Fix indentationMatt Turner2017-08-022-8/+8
* radv: Add suballocation for shaders.Bas Nieuwenhuizen2017-08-035-21/+93
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-08-022-0/+16
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-034-4/+0
* r300: drop u_mm.h include.Dave Airlie2017-08-034-4/+0
* util: use cannonical form of ARRAY_SIZEEmil Velikov2017-08-021-1/+1
* i965: simplify intel_image_format_lookup()Emil Velikov2017-08-021-7/+3
* i965: annotate struct intel_image_format as constEmil Velikov2017-08-023-10/+10
* st/dri: NULL check before deref DRI loader .getCapabilityEmil Velikov2017-08-021-2/+4
* egl: check the correct function pointerEric Engestrom2017-08-022-1/+3
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-021-1/+0
* swr/rast: fix core / knights split of AVX512 intrinsicsTim Rowley2017-08-024-55/+69
* swr/rast: simplify knob default value setupTim Rowley2017-08-022-14/+11
* swr/rast: split gen_knobs templates into .h/.cppTim Rowley2017-08-025-118/+166