r600g: revert "support textures with scaled number formats"
We should add those probably when merged to master.
This commit is contained in:
@@ -1018,7 +1018,7 @@ uint32_t r600_translate_texformat(struct pipe_screen *screen,
|
||||
case UTIL_FORMAT_TYPE_SIGNED:
|
||||
if (!desc->channel[i].normalized &&
|
||||
desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) {
|
||||
word4 |= S_038010_NUM_FORMAT_ALL(V_038010_SQ_NUM_FORMAT_SCALED);
|
||||
goto out_unknown;
|
||||
}
|
||||
|
||||
switch (desc->channel[i].size) {
|
||||
|
Reference in New Issue
Block a user