summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix line splitting in si_shader_dump_assemblyNicolai Hähnle2019-06-121-1/+1
* 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-127-52/+301
* radeonsi: cleanup some #includesNicolai Hähnle2019-06-121-2/+2
* amd/common: use ARRAY_SIZE for the LLVM command line optionsNicolai 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
* amd/common: add ac_compile_module_to_elfNicolai Hähnle2019-06-122-7/+83
* 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-124-126/+27
* amd/common: add a more powerful runtime linkerNicolai Hähnle2019-06-125-0/+655
* i965: Fix INTEL_DEBUG=batCaio Marcelo de Oliveira Filho2019-06-124-25/+26
* util/hash_table: Properly handle the NULL key in hash_table_u64Caio Marcelo de Oliveira Filho2019-06-122-5/+37
* amd/common: clarify ac_shader_binary::lds_sizeNicolai Hähnle2019-06-121-1/+1
* amd/common: extract ac_parse_shader_binary_configNicolai Hähnle2019-06-122-34/+47
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-1210-33/+49
* u_dynarray: return 0 on realloc failure and ensure no-opNicolai Hähnle2019-06-121-8/+10
* 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
* st/mesa: Add rgbx handling for fp formatsKevin Strasser2019-06-121-0/+6
* gallium/winsys/kms: Fix dumb buffer bppKevin Strasser2019-06-121-1/+1
* util/futex: fix dangling pointer useEric Engestrom2019-06-121-5/+5
* radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset2019-06-121-27/+33
* radv: fix occlusion queries on VegaMSamuel Pitoiset2019-06-121-21/+27
* anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin2019-06-121-10/+13
* intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin2019-06-121-3/+5
* 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