mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
iris: properly reject formats, fixes RGB32 rendering with texture float
This commit is contained in:
parent
4510098b9c
commit
3650f8dfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -476,6 +476,6 @@ iris_is_format_supported(struct pipe_screen *pscreen,
|
|||
// XXX:
|
||||
}
|
||||
|
||||
return true;
|
||||
return supported;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue