mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
radv/winsys: enable has_timeline_syncobj for the null winsys
For testing the dedicated sparse queue drirc with the null winsys. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33875>
This commit is contained in:
parent
511d2a9c2e
commit
b8e3f66328
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ radv_null_winsys_query_info(struct radeon_winsys *rws, struct radeon_info *gpu_i
|
|||
else
|
||||
gpu_info->num_physical_sgprs_per_simd = 512;
|
||||
|
||||
gpu_info->has_timeline_syncobj = true;
|
||||
gpu_info->has_3d_cube_border_color_mipmap = true;
|
||||
gpu_info->has_image_opcodes = true;
|
||||
gpu_info->has_attr_ring = gpu_info->gfx_level >= GFX11;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue