mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
winsys/radeon: set has_image_opcodes to unbreak gfx6-7
Fixes: 96913bbf3e - ac/surface: force linear image layout for chips not supporting image opcodes
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9073
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23221>
This commit is contained in:
parent
6674f04fc2
commit
fe03351bee
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
|
|||
ws->info.num_physical_sgprs_per_simd = 512;
|
||||
ws->info.num_physical_wave64_vgprs_per_simd = 256;
|
||||
ws->info.has_3d_cube_border_color_mipmap = true;
|
||||
ws->info.has_image_opcodes = true;
|
||||
ws->info.spi_cu_en_has_effect = false;
|
||||
ws->info.spi_cu_en = 0xffff;
|
||||
ws->info.never_stop_sq_perf_counters = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue