iris: properly reject formats, fixes RGB32 rendering with texture float

This commit is contained in:
Kenneth Graunke
2018-04-27 00:07:43 -07:00
parent 4510098b9c
commit 3650f8dfa1

View File

@@ -476,6 +476,6 @@ iris_is_format_supported(struct pipe_screen *pscreen,
// XXX:
}
return true;
return supported;
}