mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
r600g: fix RGB32F texturing
This commit is contained in:
parent
df6355512a
commit
7d488ade23
1 changed files with 2 additions and 1 deletions
|
|
@ -1082,8 +1082,9 @@ uint32_t r600_translate_texformat(struct pipe_screen *screen,
|
|||
goto out_word4;
|
||||
}
|
||||
}
|
||||
|
||||
goto out_unknown;
|
||||
}
|
||||
|
||||
out_word4:
|
||||
if (word4_p)
|
||||
*word4_p = word4;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue