summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: raise the alignment of LDS memory for compute shadersNicolai Hähnle2019-06-121-1/+1
* radeonsi: use an explicit symbol for the LSHS LDS memoryNicolai Hähnle2019-06-122-2/+20
* radeonsi: rename lds_{load,store} to lshs_lds_{load,store}Nicolai Hähnle2019-06-121-17/+16
* radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9Nicolai Hähnle2019-06-123-36/+94
* amd/rtld: layout and relocate LDS symbolsNicolai Hähnle2019-06-125-33/+66
* radeonsi: cleanup some #includesNicolai Hähnle2019-06-121-2/+2
* radeonsi: inline si_shader_binary_read_config into its only callerNicolai Hähnle2019-06-122-16/+7
* radeonsi: use the new run-time linker for shadersNicolai Hähnle2019-06-129-237/+272
* radeonsi: don't declare pointers to static stringsNicolai Hähnle2019-06-121-2/+2
* radeonsi: dump shader binary buffer contentsNicolai Hähnle2019-06-122-0/+19
* radeonsi: return bool from si_shader_binary_uploadNicolai Hähnle2019-06-124-19/+16
* radeonsi: let si_shader_create return a booleanNicolai Hähnle2019-06-124-16/+14
* radeonsi: use ac_shader_configNicolai Hähnle2019-06-123-126/+25
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-127-16/+14
* freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)Nicolai Hähnle2019-06-125-12/+12
* panfrost/midgard: Differentiate vertex/fragment texture tagsAlyssa Rosenzweig2019-06-123-4/+15
* panfrost/midgard: Assert on unknown texture sourceAlyssa Rosenzweig2019-06-121-5/+2
* panfrost/midgard: Set minimal swizzle on texture inputAlyssa Rosenzweig2019-06-121-1/+2
* panfrost/midgard: Lower texture projectorsAlyssa Rosenzweig2019-06-121-1/+2
* panfrost/midgard: Implement txlAlyssa Rosenzweig2019-06-122-8/+11
* panfrost/midgard: Implement txb opAlyssa Rosenzweig2019-06-121-10/+55
* panfrost: Unify bind_vs/fs_stateAlyssa Rosenzweig2019-06-121-57/+49
* panfrost: Add panfrost_job_type_for_pipe helperAlyssa Rosenzweig2019-06-121-2/+29
* panfrost/midgard: Extract emit_varying_readAlyssa Rosenzweig2019-06-121-28/+37
* panfrost: Remove "vertex/tiler render target" sillinessAlyssa Rosenzweig2019-06-122-90/+77
* panfrost/decode: Print line number of bad memory accessAlyssa Rosenzweig2019-06-121-0/+6
* panfrost: Replace pantrace with direct decodingAlyssa Rosenzweig2019-06-1211-259/+140
* gallium/winsys/kms: Fix dumb buffer bppKevin Strasser2019-06-121-1/+1
* iris: Only upload surface state for grid info when neededCaio Marcelo de Oliveira Filho2019-06-111-8/+14
* iris: Create binding table slot for num_work_groups only when neededCaio Marcelo de Oliveira Filho2019-06-112-2/+6
* r300g: implement GLSL disk shader cachingRui Salvaterra2019-06-112-1/+40
* r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier2019-06-115-6/+20
* radeonsi: don't test SDMA perf if SDMA is disabled/unsupportedMarek Olšák2019-06-111-0/+3
* radeonsi: always interpolate PrimID as flatMarek Olšák2019-06-111-1/+2
* radeonsi: move color clamping to si_llvm_export_vs to unify the codeMarek Olšák2019-06-111-80/+67
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-112-13/+10
* radeonsi: use the ac helper for image storesMarek Olšák2019-06-111-29/+6
* radeonsi: use the ac helper for SSBO storesMarek Olšák2019-06-111-22/+16
* radeonsi: fixes for vec3 buffer stores in LLVM 9Marek Olšák2019-06-111-3/+10
* iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-0/+1
* gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-113-0/+5
* freedreno/a5xx: enable a540Rob Clark2019-06-112-2/+14
* freedreno/a6xx: enable UBWC by defaultRob Clark2019-06-113-18/+3
* freedreno/a6xx: disallow UBWC for z24s8Rob Clark2019-06-111-1/+0
* freedreno/a6xx: use correct UBWC reg buildersRob Clark2019-06-112-11/+11
* freedreno/a6xx: disable UBWC for some formatsRob Clark2019-06-111-2/+0
* freedreno/a6xx: handle non-UWC-compatible image viewsRob Clark2019-06-115-1/+45
* freedreno/a6xx: handle non-UBWC-compatible texture viewsRob Clark2019-06-113-0/+23
* freedreno: add helper to uncompress UBWC resourceRob Clark2019-06-112-0/+37
* freedreno: handle images in rebind_resource()Rob Clark2019-06-111-0/+9