mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
r600g: remove accidentally added r32 float format
This commit is contained in:
parent
95febb69cc
commit
cc998ddf92
1 changed files with 0 additions and 1 deletions
|
|
@ -349,7 +349,6 @@ static inline uint32_t r600_translate_colorswap(enum pipe_format format)
|
|||
return V_0280A0_SWAP_STD_REV;
|
||||
|
||||
case PIPE_FORMAT_R16G16_UNORM:
|
||||
case PIPE_FORMAT_R32_FLOAT:
|
||||
return V_0280A0_SWAP_STD;
|
||||
|
||||
/* 64-bit buffers. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue