summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2021-06-22amd/addrlib: remove Meson debug message()Simon Ser1-2/+0
2021-06-22ac/llvm: don't set skip-uniform-regions to fix atomic.cmpswapMarek Olšák1-0/+3
2021-06-22radv: advertise extendedDynamicState2LogicOpSamuel Pitoiset1-1/+1
2021-06-22radv: implement dynamic logic opSamuel Pitoiset5-52/+107
2021-06-22aco/gfx10: Emit barrier at the start of NGG VS and TES.Timur Kristóf1-0/+7
2021-06-22aco/gfx10: NGG zero output workaround for conservative rasterization.Timur Kristóf1-2/+8
2021-06-22radv/llvm: Emit s_barrier at the beginning of NGG non-GS shaders.Timur Kristóf1-0/+4
2021-06-22radv: implement VK_EXT_physical_device_drmSimon Ser2-1/+56
2021-06-22radv: Provide a toggle to avoid warnings about unsupported devices.Charlie Turner1-2/+11
2021-06-22ac/perfcounters: add a GPU block ID to every block definitionsSamuel Pitoiset2-0/+95
2021-06-22ac/perfcounters: add more SPM configuration fieldsSamuel Pitoiset2-3/+139
2021-06-22ac/perfcounters: rename num_multi to num_spm_countersSamuel Pitoiset2-33/+35
2021-06-22ac/perfcounters,radeonsi: rework performance counters layoutSamuel Pitoiset2-141/+441
2021-06-22ac/perfcounters: remove ac_pc_block_base::num_preludeSamuel Pitoiset2-3/+1
2021-06-21radv: allow VK_FORMAT_R8G8_SRGB samplingRhys Perry1-5/+0
2021-06-21nir/propagate_invariant: add invariant_prim optionRhys Perry1-28/+2
2021-06-21nir,amd: Suffix nir_op_cube_face_coord/index with _amdJason Ekstrand3-8/+8
2021-06-21aco: Fix checking if load_shared is used by cross lane instructions.Timur Kristóf1-20/+38
2021-06-21radv: Add -Wpointer-arith.Bas Nieuwenhuizen1-1/+1
2021-06-21ac/nir: Update TCS output barriers with nir_var_mem_shared.Timur Kristóf1-4/+23
2021-06-20ac/surface: don't set DCC_PIPE_ALIGN modifier bit for gfx10 with 1 RBMarek Olšák1-1/+0
2021-06-20ac/surface/tests: fix RB countsMarek Olšák1-2/+8
2021-06-20ac/llvm: add a callback to ac_cull_triangle to generate code in inner-most blockMarek Olšák2-4/+16
2021-06-18radv: Enable VK_KHR_acceleration_structure with RADV_PERFTEST=rt.Bas Nieuwenhuizen1-0/+29
2021-06-18radv: Add rt perftest flag.Bas Nieuwenhuizen2-7/+11
2021-06-18radv: Expose formats for acceleration structure.Bas Nieuwenhuizen1-0/+10
2021-06-18radv: Implement load_vulkan_descriptor for acceleration structures.Bas Nieuwenhuizen1-4/+21
2021-06-18radv: Convert lower_intrinsics to a switch statementBas Nieuwenhuizen1-8/+18
2021-06-18radv: Add acceleration structure descriptor set support.Bas Nieuwenhuizen2-1/+30
2021-06-18radv: Implement device-side BVH building.Bas Nieuwenhuizen4-0/+847
2021-06-18radv: Add initial CPU BVH building.Bas Nieuwenhuizen4-0/+608
2021-06-18radv: Use the global BO list for acceleration structures.Bas Nieuwenhuizen1-1/+2
2021-06-18radv: fix dynamic culling and depth/stencil related dynamic statesSamuel Pitoiset1-55/+30
2021-06-18radv: move pipe_misaligned and l2_coherent image checks to flags set on initMike Blumenkrantz3-75/+77
2021-06-18radv: create only one pipeline for decompressing depth/stencil imagesSamuel Pitoiset2-37/+20
2021-06-18radv: always decompress both aspects of a depth/stencil imageSamuel Pitoiset4-42/+1
2021-06-18radv: reject binding buffer/image when the device memory is too smallSamuel Pitoiset1-2/+28
2021-06-16radv: fix build errors after commit 8b7ff784Yiwei Zhang2-1/+1
2021-06-15ci/bare-metal: Set CPU and GPU governors to max, disable GPU runtime PMDaniel Stone1-0/+1
2021-06-15ci/lava: Use HWCI_KERNEL_MODULES to load modulesDaniel Stone1-0/+1
2021-06-14aco/lower_phis: don't allocate unused temporary idsRhys Perry1-14/+34
2021-06-14aco/lower_phis: fix undef_operands initialization with >32 predecessorsRhys Perry1-1/+1
2021-06-14radv: fix dynamic rasterizer discard enable stateSamuel Pitoiset1-4/+5
2021-06-14aco: move VMEM instructions below descriptor loadsRhys Perry1-1/+2
2021-06-14aco: don't move descriptor loads below buffer loadsRhys Perry1-0/+3
2021-06-14aco/ra: use adjust_max_used_regs() in compact_relocate_vars()Rhys Perry1-0/+2
2021-06-14radv/winsys: remove useless errno.h includesSamuel Pitoiset2-3/+0
2021-06-14radv/winsys: adjust some error messagesSamuel Pitoiset1-2/+2
2021-06-14radv: Allow DCC images to be compressed with foreign queues.Bas Nieuwenhuizen1-0/+3
2021-06-14radv: Actually return correct value for read-only DCC compressedness.Bas Nieuwenhuizen1-1/+1