summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi
AgeCommit message (Expand)AuthorFilesLines
4 daysradeonsi: check for FMASK correctly in gfx10_get_bin_sizesMarek Olšák1-1/+1
4 daysradeonsi: enable DCC for MSAA on gfx10-10.3Marek Olšák1-1/+1
4 daysradeonsi: add workarounds for DCC MSAA for gfx9-10Marek Olšák1-0/+29
4 daysradeonsi: validate IO semantics in scan_io_usageMarek Olšák1-0/+14
4 daysradeonsi: fix KHR-GL46.texture_lod_bias.texture_lod_bias_all on gfx10-11Marek Olšák1-4/+4
4 daysradeonsi: don't invalidate L2 for internal compute without DCC storesMarek Olšák1-11/+15
5 daysradeonsi/vcn: Only enable VBAQ with rate control modeDavid Rosca3-3/+9
5 daysradeonsi/vcn: Fix 10bit HEVC VPS general_profile_compatibility_flagsDavid Rosca1-1/+6
5 daysradeonsi/vcn: Allocate session buffer in VRAMDavid Rosca1-1/+1
8 daysradeonsi: respect pipe_picture_desc::flush_flagsChia-I Wu6-7/+7
8 daysradeonsi: prep for pipe_picture_desc::flush_flagsChia-I Wu3-19/+19
9 daysradeonsi/vcn: set accurate size for dec header and index_codecDavid (Ming Qiang) Wu1-1/+10
9 daysac/debug,radv: Read UMR wave dumps into memory before parsingKonstantin1-1/+1
10 daysradeonsi: implement user_data_amd for 5, 6, and 7 components correctly24.1-branchpointMarek Olšák3-5/+17
10 daysradeonsi: use ip_type in debug code instead of hardcoding GFXMarek Olšák3-16/+26
10 daysradeonsi: always run nir_opt_16bit_tex_imageMarek Olšák1-1/+1
10 daysradeonsi: only expose 8 EQAA samples due to shader limitationsMarek Olšák1-5/+5
10 daysradeonsi: don't add whether NIR is used into the shader keyMarek Olšák1-2/+1
10 daysradeonsi: make clear_render_target clear DCC directly instead of via pipe->cl...Marek Olšák2-6/+94
10 daysradeonsi: enable fast FB clears for conditional renderingMarek Olšák5-14/+18
10 daysradeonsi: don't flush CB and DB if there have been no draw callsMarek Olšák2-9/+31
10 daysradeonsi: don't flush CB in si_launch_grid_internal_images if not neededMarek Olšák1-3/+5
10 daysradeonsi: don't use si_get_flush_flags() for flushing imagesMarek Olšák3-4/+14
10 daysradeonsi: disable VRS flat shading for selected 8xMSAA and thick tiling casesMarek Olšák3-1/+12
10 daysradeonsi/gfx11: implement DCC clear to "single" for fast non-0/1 clearsMarek Olšák5-5/+157
10 daysradeonsi: don't call resource_copy_region in pipe->blitMarek Olšák1-10/+0
10 daysradeonsi: change allow_flat_shading to make it a single conditionMarek Olšák1-6/+4
10 daysradeonsi: remove si_use_compute_copy_for_float_formatsMarek Olšák1-26/+0
10 daysradeonsi: use simpler UINT fallback formats for draw-based resource_copy_regionMarek Olšák1-10/+5
10 daysradeonsi: preserve NaNs in draw-based resource_copy_regionMarek Olšák1-3/+7
10 daysradeonsi: move blitter clear_render_target impl into si_gfx_clear_render_targetMarek Olšák2-0/+15
10 daysradeonsi: move blitter resource_copy_region implementation to si_gfx_copy_imageMarek Olšák2-7/+20
10 daysradeonsi: allow input NIR to use descriptors in image opcodesMarek Olšák1-0/+5
10 daysradeonsi: don't expose samples_identical and don't lower FMASK if it's disabledMarek Olšák2-2/+3
10 daysradeonsi: fix initialization of occlusion query buffers for disabled RBsMarek Olšák1-10/+22
10 daysradeonsi: move TCS epilog key bits to the key->ge.opt sectionMarek Olšák4-22/+12
10 daysradeonsi: check has_stable_pstate in the winsysMarek Olšák1-5/+3
10 daysradeonsi: add the radeonsi_optimize_io option into the shader cache keyMarek Olšák1-3/+2
10 daysradeonsi: use the same nir_lower_subgroups_options as RADVMarek Olšák6-22/+33
10 daysradeonsi/gfx11: enable DCC fast clears for 8-bit and 16-bit formatsMarek Olšák1-4/+0
10 daysradeonsi/gfx11: don't prefetch constants in binaries into the instruction cacheMarek Olšák4-8/+18
10 daysradeonsi/ci: update gfx11 failuresMarek Olšák1-0/+4
11 daysac,radeonsi: add helpers to compute the number of tess patches/lds sizeSamuel Pitoiset1-75/+6
2024-04-16radeonsi: Adds return on failure to get plane infoSurafel Assefa1-4/+6
2024-04-13nir: change "user_data_amd" sysval from 4 to 8 componentsMarek Olšák2-2/+2
2024-04-12ac/llvm: remove handling of input and output loads/stores that are loweredMarek Olšák2-7/+3
2024-04-12ac/llvm: add support for 16-bit coordinates (A16) for image (non-sampler) opc...Marek Olšák1-0/+1
2024-04-11radeonsi/uvd_enc: update to use correct padding sizenyanmisaka2-4/+4
2024-04-11nir: rename to nir_opt_16bit_tex_imageGeorg Lehmann1-8/+8
2024-04-10radeonsi/vpe: add support for p010Peyton Lee1-6/+42