Lines Matching full:radeonsi

54 - [radeonsi][bisected][regression] glClientWaitSync() quickly times out with INT64_MAX timeout
64 - [radeonsi] Asterix & Obelix XXLRomastered: river misrendered (completely black)
72 - RustiCL (or maybe not...): radeonsi freezes after 2 hours of simulation, zink works just fine
77 - Blender 4.2,4.3 crashes when rendering with motion blur on RDNA3 cards (OpenGL/radeonsi)
136 - aco: Radeonsi unable to use rusticl
171 - VAAPI radeonsi: VBAQ broken with HEVC
657 - radeonsi: prep for pipe_picture_desc::flush_flags
658 - radeonsi: respect pipe_picture_desc::flush_flags
860 - radeonsi: Fix unused variable when LLVM is not used for AMD.
1017 - ac/radv/radeonsi: move av1 ctx/probs size/filling to common code.
1037 - radeonsi/vcn: set accurate size for dec header and index_codec
1038 - radeonsi/vcn: support DPB_MAX_RES on VCN5
1106 - radeonsi/vcn: Allocate session buffer in VRAM
1107 - radeonsi/vcn: Fix 10bit HEVC VPS general_profile_compatibility_flags
1108 - radeonsi/vcn: Only enable VBAQ with rate control mode
1110 - Revert "radeonsi/vcn: AV1 skip the redundant bs resize"
1112 - radeonsi: Update buffer for other planes in si_alloc_resource
1114 - radeonsi/vcn: Ensure DPB has as many buffers as references
1115 - radeonsi/vcn: Allow duplicate buffers in DPB
1116 - radeonsi/vcn: Ensure at least one reference for H264 P/B frames
1118 - radeonsi/vcn: Avoid copy when resizing bitstream buffer
1122 - radeonsi: Make si_compute_clear_image work with 422 subsampled formats
1126 - radeonsi: Implement is_video_target_buffer_supported
1136 - radeonsi/vcn: Limit size to target size in AV1 decode
1137 - radeonsi: Add debug option to enable low latency encode
1138 - radeonsi/vcn: Add low latency encode support
1140 - radeonsi/vcn: Support 10bit RGB for EFC input
1141 - radeonsi/vcn: Add decode DPB buffers as CS dependency
1279 - radeonsi/ci: document new crash (assert)
1370 - radeonsi/ci: mark a bunch of tests as fixed on vangogh
1437 - radeonsi/ci: mark test as fixed
1480 - radeonsi/ci: skip timing out test
1993 - radeonsi: Use max_se instead of num_se where appropriate
2006 - radeonsi: add GL_EXT_texture_filter_minmax extension
2007 - radeonsi: add GL_ARB_texture_filter_minmax extension
2008 - radeonsi: fix eptich on chips without image opcodes (e.g. gfx940)
2025 - radv, radeonsi: don't use D16 for f2f16_rtz
2681 - radeonsi: set bo_size for user memory allocations
3117 - radeonsi: don't invalidate L2 for internal compute without DCC stores
3118 - radeonsi: fix KHR-GL46.texture_lod_bias.texture_lod_bias_all on gfx10-11
3119 - radeonsi: validate IO semantics in scan_io_usage
3120 - radeonsi: add workarounds for DCC MSAA for gfx9-10
3121 - radeonsi: enable DCC for MSAA on gfx10-10.3
3122 - radeonsi: check for FMASK correctly in gfx10_get_bin_sizes
3151 - radeonsi: add gfx12
3154 - radeonsi: serialize shader disassembly string to fix asm dumps for ACO
3155 - radeonsi: fix the size of the query result SSBO
3156 - radeonsi: validate the buffer range in si_set_shader_buffer
3157 - radeonsi: remove GDS tests
3158 - radeonsi: set flags directly instead of having needs_db_flush
3159 - radeonsi/gfx11: use a lighter workaround for Navi31 dEQP failures
3160 - radeonsi: get NIR options from si_screen instead of calling get_compiler_options
3161 - radeonsi: minor simplifications of clear/copy_buffer shaders
3162 - radeonsi: simplify the complex clear/copy_buffer shader
3163 - radeonsi: use set_work_size for all internal compute dispatches
3164 - radeonsi: replace the clear_12bytes_buffer shader with the DMA compute shader
3165 - radeonsi: remove slow code from si_msaa_resolve_blit_via_CB
3166 - radeonsi/ci: fix caselists for vk-gl-cts/main
3167 - radeonsi/ci: update failures for all generations
3168 - radeonsi/ci: remove some gfx11 flakes
3169 - radeonsi: constify struct pipe_vertex_buffer *
3173 - radeonsi: call nir_lower_int64 later to fix ACO failure with Tomb Raider
3174 - radeonsi: vectorize load/stores and shrink stores
3179 - radeonsi: vectorize loads/store after ABI lowering and optimizations
3180 - radeonsi/gfx12: fix the alpha ref value
3181 - radeonsi/gfx12: fix incorrect condition for when to do clear_buffer via compute
3182 - radeonsi/gfx12: disable CU1 instead of CU0 for GS due to SQTT
3183 - radeonsi/gfx12: fix a regression in si_set_mutable_tex_desc_fields
3184 - radeonsi/gfx12: fix depth bounds register values
3185 - radeonsi/gfx12: fix a regression in si_init_depth_surface
3186 - radeonsi: don't lower UBO/SSBOs to descriptors if they are already lowered
3187 - radeonsi: lower NIR resource srcs to descriptors last
3192 - radeonsi/gfx12: fix GPU deadlocks due to query result incoherency
3193 - radeonsi: assume si_set_ring_buffer is only used by gfx6-10.3
3194 - radeonsi: remove cp_to_L2 and L2_to_cp, inline the values
3195 - radeonsi: remove RADEON_FLAG_READ_ONLY
3196 - radeonsi: allow RADEON_HEAP_BIT_GL2_BYPASS for VRAM
3197 - radeonsi: remove leftover comment of non-existent RADEON_FLAG_MALL_NOALLOC
3198 - radeonsi/gfx12: add DCC
3202 - radeonsi/gfx12: fix stencil corruption
3204 - radeonsi: don't declare 3D coordinates in the compute blit if they aren't needed
3205 - radeonsi: use better workgroup sizes for compute blits to improve perf
3206 - radeonsi: ignore PIPE_SWIZZLE_1 for 40% VGPR usage reduction for compute blits
3207 - radeonsi: remove fp16_rtz from the compute blit
3208 - radeonsi: use MIMG D16 (16-bit data) for image instructions in compute blits
3209 - radeonsi: optimize unaligned compute blits
3210 - radeonsi: fix sample0_only for the compute blit
3211 - radeonsi: reject unsupported parameters as the first thing in the compute blit
3212 - radeonsi: don't use si_can_use_compute_blit in the compute blit
3213 - radeonsi: don't fail due to DCC when using the compute blit on compute queues
3214 - radeonsi/gfx11: enable MSAA image stores in the compute blit
3215 - radeonsi: document better how X/Y flipping in the compute blit works
3216 - radeonsi: cosmetic and robustness changes for the compute blit
3217 - radeonsi: extend the compute blit to do image clears as well
3218 - radeonsi: switch compute image clears to the compute blit shader
3219 - radeonsi: rename si_compute_blit "testing" parameter to "fail_if_slow"
3220 - radeonsi: rename si_compute_copy_image -> si_compute_copy_image_old
3221 - radeonsi: add a new version of si_compute_copy_image using the compute blit
3222 - radeonsi: switch the old compute image copy to the new one using the blit
3223 - radeonsi: remove the old si_compute_copy_image
3224 - radeonsi: convert the compute blit shader hash table to u64 keys
3225 - radeonsi: split xy_clamp_to_edge to separate X and Y flags for the compute blit
3226 - radeonsi: restructure (rewrite) the compute blit shader
3227 - radeonsi: adds flags parameter into si_compute_blit to replace fail_if_slow
3228 - radeonsi: change the compute blit to clear/blit multiple pixels per lane
3229 - radeonsi: extend NIR compute helpers to allow returning 16-bit results
3230 - radeonsi: use MIMG A16 (16-bit image coordinates) in compute blits
3231 - radeonsi: print the compute shader blit key for AMD_DEBUG
3232 - radeonsi: use shader_info::use_aco_amd to determine whether to use ACO
3233 - radeonsi: add use_aco into CS blit shader key
3234 - radeonsi: clear color buffers via compute for special tiling cases
3235 - radeonsi: add a custom MSAA resolving pixel shader
3236 - radeonsi: add fail_if_slow parameter into si_msaa_resolve_blit_via_CB
3237 - radeonsi: add a new blit microbenchmark
3238 - radeonsi: add decision code to select when to use CB_RESOLVE for performance
3239 - radeonsi: add decision code to select when to use compute blit for performance
3240 - ac/nir: import the MSAA resolving pixel shader from radeonsi
3243 - Revert "radeonsi: fix initialization of occlusion query buffers for disabled RBs"
3244 - radeonsi/ci: update gfx10.3 failures
3254 - radeonsi: replace shader SHA1 hashes with BLAKE3
3255 - radeonsi: don't use CP DMA on GFX940
3261 - radeonsi: implement nir_intrinsic_load_ssbo_address
3262 - radeonsi: expose internal buffer bindings to compute shaders
3263 - radeonsi/gfx12: always set BO metadata, not just during export
3264 - radeonsi/gfx12: fix compute register settings for global_atomic_ordered_add
3267 - radeonsi: add fail_if_slow parameter into compute_clear/copy_buffer
3268 - radeonsi: use a hash_table and define a shader key for the DMA compute shader
3269 - radeonsi: add dwords_per_thread parameter into si_compute_clear_copy_buffer
3270 - radeonsi: clear buffers with a 12B clear value by clearing 4 dwords per thread
3271 - radeonsi: rewrite the clear/copy_buffer microbenchmark
3272 - radeonsi/ci: update gfx11 failures
3273 - radeonsi: replace si_shader::scratch_bo with scratch_va, don't set it on gfx11+
3274 - radeonsi: don't update compute scratch if the compute shader doesn't use it
3276 - radeonsi: lock a mutex when updating scratch_va for compute shaders
3282 - radeonsi/gfx12: fix a GPU hang due to an invalid packet with window rectangles
3283 - radeonsi: ensure TC_L2_dirty is set if we don't sync after internal SSBO blits
3284 - radeonsi: fix buffer coherency issues on gfx6-8,12 due to missing PFP->ME sync
3285 - radeonsi/gfx12: fix register programming to fix GPU hangs
3286 - radeonsi/gfx12: fix VS output corruption with streamout
3571 - radeonsi: enable compute pbo blits
3630 - radeonsi,aco: Run ac_nir_lower_global_access pass
3709 - radeonsi: fix assert triggered on gfx6 after the tessellation update
3775 - radeonsi/sqtt: use ac_sqtt_get_shader_mask for spm counters
3776 - radeonsi/sqtt: cleanup si_sqtt_add_code_object a bit
3777 - radeonsi/sqtt: support sqtt buffer auto-resizing
3778 - radeonsi: add new si_shader_binary_upload_at method
3779 - radeonsi/sqtt: use si_shader_binary_upload_at to reupload shaders
3780 - radeonsi: allocate sqtt and spm buffers in GTT
3781 - radeonsi: add testmemperf mem bandwidth test
3783 - radeonsi: use the common SQTT implementation
3784 - radeonsi/sqtt: add AMD_THREAD_TRACE_INSTRUCTION_TIMING
3787 - radeonsi: store the total binary size in si_shader
3788 - radeonsi: handle DBG(TEX) after tc_compatible_htile is set
3789 - radeonsi/tests: don't match gfx10_3 baseline for gfx10 family
3790 - radeonsi/tests: add a shortcut to re-run only failing tests
3792 - radeonsi: add gfx11 workaround for upgraded_depth
3794 - radeonsi/tests: update tests baseline
3795 - radeonsi/tests: clarify the output when results changes
3796 - radeonsi: fix buffer_size in si_compute_shorten_ubyte_buffer
3797 - Revert "ac, radeonsi: remove has_syncobj, has_fence_to_handle"
3800 - radeonsi: fix crash in si_update_tess_io_layout_state for gfx8 and earlier
3801 - radeonsi/tests: correctly parse the family name
3802 - radeonsi: fix ac_create_shadowing_ib_preamble parameter
3803 - radeonsi, radv: bump libdrm_amdgpu version requirement
3805 - radeonsi: fix si_get_dmabuf_modifier_planes for gfx12
3813 - radeonsi: add missing nir_intrinsic_bindless_image_descriptor_amd
4060 - radeonsi/vcn: add vcn5 encoding interface change
4061 - radeonsi/vcn: add vcn5.0 for h264 enc only
4062 - radeonsi/vcn: add hevc support for vcn5
4063 - radeonsi/vcn: enable decoding in vcn5.
4064 - radeonsi/vcn: correct tile_size_bytes_minus1
4065 - radeonsi/vcn: add cdef modes for vcn5 encoding
4066 - radeonsi/vcn: apply cdef mode to vcn5
4067 - radeonsi/vcn: share functions between vcn4/vcn5
4069 - radeonsi/vcn: add header files for vcn5 av1 tile
4070 - radeonsi/vcn: enable av1 encoding in vcn5
4071 - radeonsi/vcn: enable roi feature for vcn5
4072 - radeonsi/vcn: remove tile_config_flag
4145 - radeonsi: remove the _unused parameter in all radeon_xxx macros
4165 - ac,radv,radeonsi: add a helper to translate buffer numformat
4166 - ac,radv,radeonsi: add a helper to translate buffer dataformat
4171 - radeonsi: refactor si_translate_border_color()
4172 - ac,radv,radeonsi: introduce a helper to build a sampler descriptor
4175 - ac,radv,radeonsi: add a function to translate tex numformat
4177 - ac,radv,radeonsi: add a function to translate colorswap
4179 - ac,radv,radeonsi: add a function to translate db format
4180 - ac,radv,radeonsi: add a function to get the color format endian swap
4187 - ac,radv,radeonsi: add helper to know if a format is supported by CB
4188 - ac,radv,radeonsi: add helper to know if a format is supported by DB
4189 - ac,radv,radeonsi: introduce a helper to build a FMASK descriptor
4190 - radeonsi: reject some texture formats but only on GFX8/CARRIZO
4193 - ac,radv,radeonsi: add a helper to get the tile mode index
4199 - ac,radv,radeonsi: add a helper to set mutable tex desc fields
4200 - ac,radv,radeonsi: add a function for getting border color swizzle
4203 - ac,radv,radeonsi: add function to determine if alpha should be on MSB
4204 - ac,radv,radeonsi: add a common helper for translating swizzle
4219 - radeonsi: use the common helper for initializing DS surfaces
4222 - ac,radv,radeonsi: add function to get the number of ZPLANES
4223 - ac,radv,radeonsi: a function that sets mutable DS surface fields
4224 - ac,radv,radeonsi: move ZRANGE_PRECISION to mutable DS fields
4227 - ac,radv,radeonsi: add a function to translate texture data format
4230 - radeonsi: use common build buffer descriptor helpers
4231 - radv: align DCC control settings to RadeonSI for GFX8
4234 - radeonsi: use the common helper for initializing CB surfaces
4235 - ac,radv,radeonsi: a function that sets mutable CB surface fields
4241 - ac,radv,radeonsi: add ac_gpu_info::has_tc_compatible_htile
4292 - ac,radeonsi: set COLOR_SW_MODE for mutable CB surfaces on GFX12
4310 - ac,radv,radeonsi: add a function to build texture descriptors
4318 - ac,radeonsi import PM4 state from RadeonSI
4319 - ac,radeonsi: add a function to initialize compute preambles
4325 - ac,radv,radeonsi: add more parameters to ac_sqtt
4409 - ac,radeonsi: add ac_is_reduction_mode_supported()
4512 - radeonsi/vcn: enable yuv440 jpeg decode
4793 - radeonsi: remove si_query_hw_ops table and call func directly
4794 - radeonsi: use reseults_end instead of unprepared to init query buffer
4795 - radeonsi: rename query_hw_ops to hw_query_ops match sw
4796 - radeonsi: add more comments in si_query.c