iris: properly reject formats, fixes RGB32 rendering with texture float
This commit is contained in:
@@ -476,6 +476,6 @@ iris_is_format_supported(struct pipe_screen *pscreen,
|
||||
// XXX:
|
||||
}
|
||||
|
||||
return true;
|
||||
return supported;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user