summaryrefslogtreecommitdiff
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-173-5/+6
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-172-11/+5
* radv: fix resetting VRS if the graphics pipeline doesn't enable itSamuel Pitoiset2023-05-171-7/+9
* radv: fix emitting VRS state with a null fragment shaderSamuel Pitoiset2023-05-171-1/+1
* treewide: Stop lowering legacy atomicsAlyssa Rosenzweig2023-05-161-4/+0
* ac: Produce unified atomicAlyssa Rosenzweig2023-05-161-1/+3
* aco: use c++17Erik Faye-Lund2023-05-161-0/+1
* aco: emit_wqm on MIMG dst, not operandsGeorg Lehmann2023-05-161-35/+24
* radv/ci: document more flakes for navi21Martin Roukala (né Peres)2023-05-161-0/+1
* radv: small fix for VkDescriptorSetVariableDescriptorCountLayoutSupportGeorge Ouzounoudis2023-05-161-1/+1
* ac/llvm: remove redundant nir_lower_legacy_atomicsQiang Yu2023-05-161-5/+0
* ac/llvm: remove the double frcp special handlingQiang Yu2023-05-162-11/+2
* radv: Move perf counter CS creation to where it's used.Timur Kristóf2023-05-151-19/+14
* radv/amdgpu: Use STACK_ARRAY for IB array to reduce stack usage.Timur Kristóf2023-05-151-5/+8
* radv/amdgpu: Pass preambles to get_bo_list.Timur Kristóf2023-05-151-20/+20
* radv/amdgpu: Split radv_amdgpu_get_bo_list to smaller functions.Timur Kristóf2023-05-151-48/+60
* radv/amdgpu: Remove unused extra BO array.Timur Kristóf2023-05-151-12/+4
* radv: Use common GetPhysicalDeviceFeatures2Alyssa Rosenzweig2023-05-151-641/+372
* radv: Constify radv_device_supports_etcAlyssa Rosenzweig2023-05-152-2/+2
* amd/drm-shim: add navi10Rhys Perry2023-05-151-0/+129
* amd/drm-shim: add vega10Rhys Perry2023-05-151-0/+129
* amd/drm-shim: add polaris10Rhys Perry2023-05-151-0/+190
* amd/drm-shim: move device list to external fileRhys Perry2023-05-154-886/+908
* radv: stop using the pipeline for determining the null export workaroundSamuel Pitoiset2023-05-153-28/+47
* radv: remove unused pipeline param in radv_generate_ps_epilog_key()Samuel Pitoiset2023-05-153-7/+3
* radv: reset the emitted PS epilog when a new fragment shader is boundSamuel Pitoiset2023-05-151-11/+11
* radv/ci: Test ray tracing pipelinesKonstantin Seurer2023-05-151-0/+1
* radv: advertise VK_EXT_tooling_infoSamuel Pitoiset2023-05-151-0/+71
* radv: stop compiling a noop FS when the application doesn't provide a FSSamuel Pitoiset2023-05-151-86/+61
* radv: allow to determine NGG settings with a NULL fragment shaderSamuel Pitoiset2023-05-151-3/+3
* radv: rework the checks for implicit exports with GPLSamuel Pitoiset2023-05-152-2/+4
* radv: handle NULL fragment shaders when creating graphics pipelinesSamuel Pitoiset2023-05-151-23/+28
* radv: handle NULL fragment shaders when recording cmdbufSamuel Pitoiset2023-05-151-10/+14
* radv: implement dynamic sample locations enableSamuel Pitoiset2023-05-154-21/+38
* ac/llvm,radeonsi: enable lower_array_layer_round_evenQiang Yu2023-05-151-24/+0
* ac/llvm,radeonsi: lower nir_fpow for aco and llvmQiang Yu2023-05-152-25/+1
* ac/llvm,radeonsi: lower some pack/unpack ops not supported by acoQiang Yu2023-05-151-24/+1
* ac/llvm,radeonsi: lower ineg in nirQiang Yu2023-05-151-8/+0
* ac/llvm,radeonsi: lower txf offset in nirQiang Yu2023-05-151-15/+4
* ac/llvm,radeonsi: lower fsin/fcos in nirQiang Yu2023-05-152-11/+3
* ac/llvm,radeonsi: lower idiv in nirQiang Yu2023-05-151-15/+0
* ac/binary: pack prefech align code to a functionQiang Yu2023-05-153-28/+37
* meson: build radeonsi with acoQiang Yu2023-05-151-1/+2
* radv: Stop running constant folding during ray query loweringKonstantin Seurer2023-05-141-3/+0
* nir: Make rq_load committed src an indexKonstantin Seurer2023-05-141-4/+3
* ac/llvm: rewrite and unify how GLC, DLC, SLC are setMarek Olšák2023-05-125-118/+264
* ac/llvm: don't treat ACCESS_NON_READABLE as ACCESS_COHERENTMarek Olšák2023-05-121-13/+6
* aco: don't treat ACCESS_NON_READABLE as ACCESS_COHERENTMarek Olšák2023-05-122-4/+4
* aco,radv: Use unified atomicsAlyssa Rosenzweig2023-05-126-415/+163
* ac/llvm: Use unified atomicsAlyssa Rosenzweig2023-05-121-271/+97