summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysradeonsi: Adds return on failure to get plane infoSurafel Assefa1-4/+6
6 daysnir: add nir_intrinsic_optimization_barrier_sgpr_amdMarek Olšák3-1/+9
7 dayszink: enable opt_varyings with ZINK_DEBUG=iooptMike Blumenkrantz3-0/+157
8 daysradeonsi/uvd_enc: update to use correct padding sizenyanmisaka2-4/+4
8 daysfrontends/va: Only export one handle for contiguous planesHannes Mann1-23/+41
9 daysradeonsi/vpe: add support for p010Peyton Lee1-6/+42
2024-04-02radv: Reuse TCS offchip layout between TCS and TES.Timur Kristóf5-41/+18
2024-04-02radv: Change number of patches in TCS offchip layout to match RadeonSI.Timur Kristóf4-7/+9
2024-04-02radv: Change input patch size in TCS offchip layout to match RadeonSI.Timur Kristóf4-6/+7
2024-04-01radeonsi/vcn: use num_instances from radeon_infoSathishkumar S1-3/+3
2024-03-30radeonsi: Use one more bit for number of patches in TCS offchip layout.Timur Kristóf3-19/+11
2024-03-30radeonsi: Remove tess bits from VS state.Timur Kristóf4-26/+5
2024-03-30radeonsi: Add number of VS outputs to TCS output layout.Timur Kristóf3-9/+17
2024-03-30aco: Delete all TCS epilog code.Timur Kristóf5-348/+1
2024-03-30radeonsi: Delete TCS epilogs entirely.Timur Kristóf9-610/+5
2024-03-30radeonsi: Implement dynamic TCS intrinsics for non-monolithic shaders.Timur Kristóf3-3/+17
2024-03-30radeonsi: Put HS output count in TCS offchip layout, not patch data offset.Timur Kristóf4-9/+34
2024-03-30ac/llvm, radeonsi: Handle tess_rel_patch_id in common code.Timur Kristóf2-4/+13
2024-03-28radv, aco: Remove the code that jumped to RADV's TCS epilogs.Timur Kristóf3-87/+2
2024-03-28radeonsi: Implement new intrinsics for monolithic shaders.Timur Kristóf1-0/+14
2024-03-28radeonsi/vcn: mark rc_per_pic as obsoletedBoyuan Zhang3-20/+22
2024-03-28radeonsi/vcn: choose rc_per_pic by encode verisonBoyuan Zhang4-7/+59
2024-03-25radeonsi/vcn: update to use correct padding size.Ruijing Dong4-30/+33
2024-03-25radeonsi/vcn: add enc surface alignment capsRuijing Dong4-0/+37
2024-03-25radeonsi/vpe: support vpe 1.1Alan Liu13-0/+504
2024-03-22radeonsi: implement the shader debug log from ac_nir_store_debug_log_amdMarek Olšák5-0/+73
2024-03-22radeonsi: preserve alpha if needed in kill_ps_outputs_cbPierre-Eric Pelloux-Prayer1-0/+5
2024-03-21ac/llvm,radeonsi: fix memory leaks triggered by ac_nir_translate() errorsPatrick Lerda4-7/+6
2024-03-18radeonsi/ci: update failuresMarek Olšák3-2/+1
2024-03-18radeonsi/ci: run GLCTS, ESCTS, and dEQP from the glcts directoryMarek Olšák1-15/+9
2024-03-18radeonsi/ci: udpate expected failuresEric Engestrom1-3/+100
2024-03-15radeonsi: add test failures due to incorrect tests for nir_opt_varyingsMarek Olšák2-1/+213
2024-03-15radeonsi: enable uniform propagation for varyings except VP/EnergyMarek Olšák3-0/+139
2024-03-15radeonsi: set trivial NIR options for nir_opt_varyingsMarek Olšák2-1/+3
2024-03-15radeonsi: set the lower_mediump_io callback for GLSLMarek Olšák3-11/+15
2024-03-15radv: add a GPU hang workaround for legacy tess+GS for GFX10.3Samuel Pitoiset3-12/+19
2024-03-15radv: program SAMPLE_MASK_TRACKER_WATERMARK optimally for GFX11 APUsSamuel Pitoiset1-1/+4
2024-03-15radv: fix programming of PA_SC_BINNER_CNTL_1.MAX_ALLOC_COUNT on GFX11Samuel Pitoiset1-2/+7
2024-03-15radv: disable binning correctly on GFX11.5Samuel Pitoiset1-2/+4
2024-03-15radeonsi: Only enable SEs that the device reportsFriedrich Vock1-8/+6
2024-03-14iris: Remove suballocation in iris_flush_resource()Kenneth Graunke1-52/+23
2024-03-12radeonsi: don't test so many wave limits for AMD_TEST=testdmaperfMarek Olšák1-1/+2
2024-03-12radeonsi: fix the DMA compute shaderMarek Olšák1-4/+6
2024-03-12radeonsi: derive htAlyssa Rosenzweig1-12/+2
2024-03-11radeonsi: split RADEON_USAGE_NEEDS_IMPLICIT_SYNC into CB and DB flagsQiang Yu5-18/+23
2024-03-11radeonsi: add radeonsi_cache_rb_gl2 option enabling GL2 caching for CB and DBMarek Olšák2-22/+39
2024-03-11radeonsi/gfx11: add missing DCC_RD_POLICY settingMarek Olšák1-1/+2
2024-03-11radeonsi/gfx11: program SAMPLE_MASK_TRACKER_WATERMARK optimally for APUsMarek Olšák1-2/+3
2024-03-11radeonsi: program tessellation rings right before drawsMarek Olšák1-72/+42
2024-03-11radeonsi/gfx11: program the attribute ring right before drawsMarek Olšák4-40/+49