mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
radeonsi: disable hw ETC2 on Polaris
not supported by hw directly, but it's still fully supported by the driver Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
4358cfc4ad
commit
aaf5be4a29
1 changed files with 1 additions and 1 deletions
|
|
@ -1487,7 +1487,7 @@ static uint32_t si_translate_texformat(struct pipe_screen *screen,
|
|||
}
|
||||
|
||||
if (desc->layout == UTIL_FORMAT_LAYOUT_ETC &&
|
||||
sscreen->b.family >= CHIP_STONEY) {
|
||||
sscreen->b.family == CHIP_STONEY) {
|
||||
switch (format) {
|
||||
case PIPE_FORMAT_ETC1_RGB8:
|
||||
case PIPE_FORMAT_ETC2_RGB8:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue