mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
pvr: disable gs_rta_support for BXS-4-64 to workaround some conformance failures
Signed-off-by: Frank Binns <frank.binns@imgtec.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
parent
e306abc6e6
commit
fcef4b74ec
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_796 = {
|
|||
.has_compute_overlap = true,
|
||||
.has_fbcdc_algorithm = true,
|
||||
.has_gpu_multicore_support = true,
|
||||
.has_gs_rta_support = true,
|
||||
/* .has_gs_rta_support = true, */
|
||||
.has_ipf_creq_pf = true,
|
||||
.has_isp_max_tiles_in_flight = true,
|
||||
.has_isp_samples_per_pixel = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue