summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-04loader: rework xmlconfig dependencyEmil Velikov6-19/+16
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson24-293/+128
2017-08-04i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUTKenneth Graunke1-2/+2
2017-08-04i965: Use a C99 initializer for new validation list entries.Kenneth Graunke1-10/+7
2017-08-04i965: Simplify some bo != batch->bo special cases.Kenneth Graunke1-27/+19
2017-08-04i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke4-10/+33
2017-08-04i965: Move add_exec_bo()Chris Wilson1-53/+53
2017-08-04i965: Ignore reloc read/write domainsChris Wilson1-11/+7
2017-08-04i965: Use I915_EXEC_NO_RELOCChris Wilson1-7/+33
2017-08-04i965: Initialize flags to 0 and |= in new flags.Kenneth Graunke1-3/+3
2017-08-04i965: Make add_exec_bo return the validation list index.Kenneth Graunke1-4/+5
2017-08-04i965: Track last location of bo used for the batchChris Wilson3-2/+27
2017-08-04i965: Always use the pre-computed offset for the relocation entryChris Wilson2-42/+36
2017-08-04i965: Make brw_emit_reloc assert that the target BO is non-NULL.Kenneth Graunke1-0/+2
2017-08-04android: radeonsi: add nir include pathsMauro Rossi1-1/+2
2017-08-04i965: Prefer using streaming reads from WC mmapsChris Wilson1-3/+15
2017-08-04pipe-loader: fix swrast probingNicolai Hähnle1-1/+1
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle13-26/+19
2017-08-04gallium: get rid of pipe_screen_config::flagsNicolai Hähnle6-23/+7
2017-08-04radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle4-13/+14
2017-08-04util: Makefile.am: add merge_driinfo.py in extra distJuan A. Suarez Romero1-0/+1
2017-08-04radeonsi: Makefile.sources: include driinfo_radeonsi.hJuan A. Suarez Romero1-0/+1
2017-08-04anv: Makefile.vulkan.am: ICD json files are now generated with pythonJuan A. Suarez Romero1-2/+1
2017-08-04radv: also fix texture image descriptors for mipmap tile swizzleDave Airlie1-1/+2
2017-08-04radv: fix tile swizzle regression on mipmaps.Dave Airlie1-5/+6
2017-08-04pipe-loader: Add driver build directory for si_driinfo.h include pathMichel Dänzer1-0/+1
2017-08-03clover: Fix build after llvm r309911Jan Vesely2-1/+7
2017-08-04radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák5-4/+33
2017-08-04radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properlyMarek Olšák1-1/+5
2017-08-04gallium/radeon: reallocate textures with non-zero tile_swizzle on exportMarek Olšák1-1/+3
2017-08-04winsys/amdgpu: enable computation of tile swizzleMarek Olšák2-1/+13
2017-08-04ac/surface: align DCC size for surfaces that use tile swizzleMarek Olšák1-2/+9
2017-08-04ac/surface: limit tile swizzle to non-mipmaps on SIMarek Olšák1-1/+3
2017-08-04ac/surface: enable tile swizzle for mipmapped texturesMarek Olšák1-34/+46
2017-08-04ac/surface: set structure size and handle errors for AddrComputeBaseSwizzleMarek Olšák1-1/+8
2017-08-04ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák4-4/+7
2017-08-04ac/surface: compute tile swizzle only when it's allowedMarek Olšák1-2/+4
2017-08-04ac/surface: add RADEON_SURF_SHAREABLEMarek Olšák2-1/+4
2017-08-04ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEXMarek Olšák3-5/+0
2017-08-04ac/surface: move tile_swizzle to ac_surface and document itMarek Olšák4-8/+25
2017-08-03st/mesa: fix handling of NumSamples=1 (v2)Brian Paul3-5/+7
2017-08-03gallium/docs: add more info about TXF and MSAA texturesBrian Paul1-1/+3
2017-08-03st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul1-16/+18
2017-08-03gallium/docs: document automatic per-sample FS executionBrian Paul1-0/+6
2017-08-03mesa: init more msaa fieldsBrian Paul1-0/+2
2017-08-03st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak1-0/+11
2017-08-03anv: put anv_extensions.c in gitignoreLionel Landwerlin1-0/+1
2017-08-03pipe-loader: fix build of dynamic pipe-driversNicolai Hähnle5-4/+7
2017-08-03android: anv_extensions.c is generated to libmesa_vulkan_commonTapani Pälli1-1/+1
2017-08-03android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2-1/+18