aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: fix MAX_INDICESRob Clark2019-06-131-2/+1
* freedreno/blitter: remove dead codeRob Clark2019-06-131-7/+0
* freedreno: turn staging cube into 2d-arrayRob Clark2019-06-131-0/+2
* panfrost: ci: Exclude some tests from resultsTomeu Vizoso2019-06-131-1/+50
* panfrost: ci: Update test expectationsTomeu Vizoso2019-06-131-93/+5
* nir: Don't manually index intrinsic index enumConnor Abbott2019-06-131-20/+20
* radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...Daniel Schürmann2019-06-135-1/+9
* amd/common: add support for AMD_shader_ballot functionsDaniel Schürmann2019-06-131-0/+20
* spirv/nir: add support for AMD_shader_ballot and Groups capabilityDaniel Schürmann2019-06-136-11/+139
* nir: add intrinsics for AMD_shader_ballotDaniel Schürmann2019-06-133-0/+31
* radv: enable shader_subgroup_vote & shader_subgroup_ballot extensionsDaniel Schürmann2019-06-131-0/+2
* nir/spirv: add support for the SubgroupBallotKHR SPIR-V capabilityDaniel Schürmann2019-06-132-7/+13
* nir/spirv: add support for the SubgroupVoteKHR SPIR-V capabilityDaniel Schürmann2019-06-132-4/+20
* v3d: fix checking twice auf flagAlejandro Piñeiro2019-06-131-1/+1
* radv: flush and invalidate CB before resetting query pools on GFX9Samuel Pitoiset2019-06-131-0/+4
* vl: Always enable drm winsys.Bas Nieuwenhuizen2019-06-132-9/+3
* radv: Always disable DCC on shareable images.Bas Nieuwenhuizen2019-06-131-3/+1
* radv: Skip transitions coming from external queue.Bas Nieuwenhuizen2019-06-131-0/+3
* lima/ppir: change offset type to intMateusz Krzak2019-06-132-2/+2
* virgl: virgl_transfer should own its virgl_resourceChia-I Wu2019-06-122-8/+6
* virgl: pass virgl_context to transfer create/destroyChia-I Wu2019-06-125-22/+21
* virgl: init transfer queue from virgl_contextChia-I Wu2019-06-123-10/+11
* virgl: clean up virgl_transfer_queue.hChia-I Wu2019-06-122-1/+13
* radeonsi: add radeonsi_debug_disassembly optionNicolai Hähnle2019-06-122-6/+10
* 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