diff options
author | Christian König <[email protected]> | 2010-11-16 22:30:50 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-11-16 22:30:50 +0100 |
commit | e639e1b83ea65985cd84d12dc120d77cab80ba9e (patch) | |
tree | a4662ac06e67338b4ad16ed0ed135664977b4d00 /src/gallium/drivers/r600 | |
parent | 508a4a056c3140dc1f90b93acd46c06c30f7094e (diff) |
[g3dvl] next round of idct implementation
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r-- | src/gallium/drivers/r600/r600_state_inlines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_state_inlines.h b/src/gallium/drivers/r600/r600_state_inlines.h index 1be5b156d35..f166c2cfde9 100644 --- a/src/gallium/drivers/r600/r600_state_inlines.h +++ b/src/gallium/drivers/r600/r600_state_inlines.h @@ -348,6 +348,7 @@ 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. */ |