summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2020-09-24radv: fix transform feedback crashes if pCounterBufferOffsets is NULLSamuel Pitoiset1-4/+20
2020-09-24radv,aco: fix reading primitive ID in FS after TESRhys Perry2-3/+10
2020-09-24ac/surface: Fix depth import on GFX6-GFX8.Bas Nieuwenhuizen1-3/+3
2020-09-24amd/ac_surface: convert tabs to 3 spacesDylan Baker1-2073/+2073
2020-09-24radv: fix vertex buffer null descriptorsPierre-Loup A. Griffais1-1/+3
2020-09-24radv: fix null descriptor for dynamic buffersPierre-Loup A. Griffais2-15/+22
2020-09-24radv: initialize with expanded cmask if the destination layout needs itRhys Perry1-2/+10
2020-09-24aco: Fix emit_boolean_exclusive_scan in wave32 mode.Timur Kristóf1-1/+2
2020-09-11aco: don't apply constant to SDWA on GFX8Rhys Perry1-1/+2
2020-09-11aco: fix v_writelane_b32 with two sgprsRhys Perry1-0/+13
2020-09-11aco: fix one-off error in Operand(uint16_t)Rhys Perry1-1/+1
2020-09-11Revert "ac: generate FMA for inexact instructions for radeonsi"Marek Olšák3-40/+0
2020-09-11aco: handle unaligned loads on GFX10.3Samuel Pitoiset1-1/+1
2020-09-11aco: fix byte_align_scalar for 3 dword vectorsRhys Perry1-4/+11
2020-09-11ac/llvm: fix unaligned VS input loads on gfx10.3Marek Olšák1-1/+1
2020-09-11amd/common: Fix various non-critical integer overflowsTony Wasserka1-2/+2
2020-09-11aco: Fix integer overflows when emitting parallel copies during RATony Wasserka1-2/+2
2020-09-11radv: Fix various non-critical integer overflowsTony Wasserka3-9/+9
2020-09-11radv: Avoid deadlock on bo_list.Bas Nieuwenhuizen2-10/+10
2020-09-11radv: Fix threading issue with submission refcounts.Bas Nieuwenhuizen1-0/+6
2020-09-11ac/llvm: add option to clamp division by zeroPierre-Eric Pelloux-Prayer2-1/+10
2020-09-11vulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT conditionalJonathan Gray1-0/+14
2020-09-11radv: remove seccomp includesJonathan Gray1-11/+1
2020-08-28radv: Fix 3d blits.Bas Nieuwenhuizen1-17/+25
2020-08-28aco: create long jumpsRhys Perry2-28/+126
2020-08-28aco: reserve 2 sgprs for each branchRhys Perry5-39/+57
2020-08-28aco: keep loop live-through variables spilledRhys Perry1-0/+14
2020-08-28aco: fix spills_entry heuristic for branch blocks in init_live_in_vars()Rhys Perry1-2/+2
2020-08-28aco: fix regclass checks when fixing to vcc/exec with BuilderRhys Perry1-3/+6
2020-08-28aco: don't fix break condition for break+discard to execRhys Perry1-4/+7
2020-08-28aco: don't consider the first partial spill if it's the wrong typeRhys Perry1-4/+4
2020-08-28aco: consider branch definitions in spillerRhys Perry1-0/+14
2020-08-28radv: Update CTS version.Bas Nieuwenhuizen1-1/+1
2020-08-28radv: Remove conformance warnings with ACO.Bas Nieuwenhuizen1-1/+1
2020-08-21aco: fix non-rtz pack_half_2x16Rhys Perry1-5/+11
2020-08-21radv: Fix handling of attribs 16-31.Bas Nieuwenhuizen2-2/+4
2020-08-21radv: Override the uniform buffer offset alignment for World War Z.Bas Nieuwenhuizen1-1/+17
2020-08-21driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen2-0/+10
2020-08-18ac/llvm: handle static/shared llvm init separatelyPierre-Eric Pelloux-Prayer3-2/+20
2020-08-18radv: Use getter instead of setter to extract value.Bas Nieuwenhuizen1-1/+1
2020-08-18radv: When importing an image, redo the layout based on the metadata.Bas Nieuwenhuizen2-5/+51
2020-08-12radv: fix emitting the border color pointer on the compute queueSamuel Pitoiset3-10/+22
2020-08-11aco: execute branch instructions in WQM if necessaryDaniel Schürmann1-6/+5
2020-08-11aco: don't move memory accesses to before control barriersRhys Perry1-0/+6
2020-08-11radv: limit LATE_ALLOC_GS to prevent a GPU hang on GFX10Samuel Pitoiset1-0/+4
2020-08-11radv/gfx10: add missing initialization of registersSamuel Pitoiset1-1/+29
2020-08-11aco: set constant_data_offset correctly in the case of merged shadersRhys Perry1-10/+8
2020-08-11radv: Do not consider layouts fast-clearable on compute queue.Bas Nieuwenhuizen1-1/+2
2020-08-11radv: Fix assert that is too strict.Bas Nieuwenhuizen1-2/+2
2020-08-07aco: fix C++11/C++14 compilationRhys Perry1-1/+1