summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2021-03-30ci: skip pipeline_barrier tests that currently crash on RADVTony Wasserka2-0/+34
2021-03-30radv: do not fixup DCC after compute color resolves if DCC stores enabledSamuel Pitoiset1-1/+2
2021-03-29vulkan: Fix descriptor set creation with zero bindings.Bas Nieuwenhuizen1-7/+11
2021-03-29ac/surface: do not allocate FMASK or CMASK for stencil-only surfaces on GFX9+Samuel Pitoiset1-3/+8
2021-03-29radv: require DRM 3.35+Samuel Pitoiset11-477/+58
2021-03-29radv: Only set WRITE_COMPRESS_ENABLE on supported HW.Bas Nieuwenhuizen1-5/+6
2021-03-29aco/tests: fix isel.sparse.clause for LLVM 12+Rhys Perry1-4/+15
2021-03-27android: amd/addrlib: define endianess to buildMauro Rossi1-0/+2
2021-03-26radv: Enable DCC for image stores on GFX10.Bas Nieuwenhuizen5-11/+104
2021-03-26radv: Use 8x8 meta compute workgroups.Bas Nieuwenhuizen2-18/+18
2021-03-26aco/isel: Add documentation for (u)int64->f16 conversionTony Wasserka1-0/+10
2021-03-26aco/isel: Fix large inputs being truncated in int32->f16 conversionsTony Wasserka1-2/+11
2021-03-26aco/isel: Add documentation and asserts for convert_intTony Wasserka1-8/+29
2021-03-26aco/isel: Don't request sign extension when truncating signed integersTony Wasserka1-1/+3
2021-03-26aco/isel: Fix i64/u64->float32 conversion for large inputsTony Wasserka1-6/+33
2021-03-26aco/isel: Don't emit unsupported i16<->f16 conversion opcodes on GFX6/7Tony Wasserka1-16/+66
2021-03-26radv: report that degenerated triangles are not culledSamuel Pitoiset1-1/+1
2021-03-25amd: update addrlibMarek Olšák12-177/+750
2021-03-25amd/addrlib: define endianess differentlyMarek Olšák2-9/+7
2021-03-25amd/addrlib: prevent defining regparm differentlyMarek Olšák2-4/+8
2021-03-25amd/addrlib: add back the incorrect original DCC checkingMarek Olšák1-2/+3
2021-03-25aco/ra: remove exec handling for phisDaniel Schürmann1-11/+8
2021-03-25aco/ra: allow m0 in get_reg_specified()Daniel Schürmann1-1/+2
2021-03-25aco/ra: iterate backwards when coalescing phisDaniel Schürmann1-1/+3
2021-03-25aco/ra: refactor SSA repairing during register allocationDaniel Schürmann1-221/+169
2021-03-25aco/ra: split register_file initialization into separate functionDaniel Schürmann1-10/+17
2021-03-25aco/ra: split affinity creation into separate functionDaniel Schürmann1-8/+13
2021-03-25ac: invalidate metadata after hs_emit_write_tess_factors()Rhys Perry1-1/+3
2021-03-24aco/ra: Avoid unnecessary copying of std::vectorsTony Wasserka1-2/+2
2021-03-24aco/tests: add tests for denormal-aware propagationRhys Perry2-1/+139
2021-03-24aco: use -1.0*x and 1.0*|x| for fneg/fabsRhys Perry3-112/+171
2021-03-24aco: don't optimize min(a*1.0, ...) to min(a, ...) on GFX8Rhys Perry1-4/+23
2021-03-24radv: use common entrypoints for VK_KHR_create_renderpass2Samuel Pitoiset2-54/+11
2021-03-24ci: add expected fail for RADVRhys Perry1-0/+1
2021-03-23ac: Fix emit_split_buffer_store modulus operation.Vinson Lee1-1/+1
2021-03-24radv: Allow DCC for images with modifiers that are read-only.Bas Nieuwenhuizen1-3/+6
2021-03-24radv: Ensure we never decompress or FCE read-only textures.Bas Nieuwenhuizen1-0/+15
2021-03-24radv: Enable sharing with DCC with modifiers.Bas Nieuwenhuizen1-2/+3
2021-03-24radv: Allow extra planes for DCC.Bas Nieuwenhuizen1-1/+1
2021-03-23ci: update list of expected CTS failures for RADVSamuel Pitoiset8-457/+313
2021-03-22vk: consolidate dynamic descriptor binding sortingMike Blumenkrantz1-26/+5
2021-03-22radv: lower view_index to zero if multiview is disabledRhys Perry3-15/+18
2021-03-22radv: add RADV_DEBUG=novrsflatshading optionSamuel Pitoiset3-0/+6
2021-03-22radv: enable VRS 2x2 coarse shading for flat shading on GFX10.3+Samuel Pitoiset2-11/+18
2021-03-22radv: determine if a pipeline is candidate for flat shadingSamuel Pitoiset3-0/+26
2021-03-22radv: gather if the FS uses perspective or linear interpolationsSamuel Pitoiset2-1/+22
2021-03-22radv: restore previous MRT CB_SHADER_MASK logicSamuel Pitoiset4-36/+1
2021-03-22radv: Skip 0-sized index buffers only when necessaryTony Wasserka1-4/+3
2021-03-22ac: Add has_zero_index_buffer_bug to ac_gpu_infoTony Wasserka2-0/+4
2021-03-22radv: Fix improper max_index_count argument for indexed drawsTony Wasserka1-2/+15