diff options
author | Christian König <[email protected]> | 2010-11-21 13:57:02 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-21 13:57:02 +0100 |
commit | cc998ddf929d5b6caea9f3d4b31c92aed7c55d96 (patch) | |
tree | b83201456b13a56236a198f7fa1d9f5f6cfebede /src/gallium/drivers/r600 | |
parent | 95febb69cc333dad75c0f2da19dd85f444281ad2 (diff) |
r600g: remove accidentally added r32 float format
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_state_inlines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_state_inlines.h b/src/gallium/drivers/r600/r600_state_inlines.h index cca98e1d313..a78834ecf43 100644 --- a/src/gallium/drivers/r600/r600_state_inlines.h +++ b/src/gallium/drivers/r600/r600_state_inlines.h @@ -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. */ |