mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
radeonsi: remove more R600 references
Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
c0dfc0c6df
commit
be4250aa88
2 changed files with 1 additions and 2 deletions
|
|
@ -1846,7 +1846,6 @@ static uint32_t si_translate_texformat(struct pipe_screen *screen,
|
|||
}
|
||||
|
||||
out_unknown:
|
||||
/* R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); */
|
||||
return ~0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1401,7 +1401,7 @@ si_choose_tiling(struct si_screen *sscreen,
|
|||
if (sscreen->debug_flags & DBG(NO_TILING))
|
||||
return RADEON_SURF_MODE_LINEAR_ALIGNED;
|
||||
|
||||
/* Tiling doesn't work with the 422 (SUBSAMPLED) formats on R600+. */
|
||||
/* Tiling doesn't work with the 422 (SUBSAMPLED) formats. */
|
||||
if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
|
||||
return RADEON_SURF_MODE_LINEAR_ALIGNED;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue