r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap (EG)

This commit is contained in:
Marek Olšák 2012-05-12 17:35:42 +02:00
parent b496136af8
commit b2d6386086
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ static uint32_t r600_translate_colorswap(enum pipe_format format)
case PIPE_FORMAT_R16G16_SNORM:
case PIPE_FORMAT_R16G16_UINT:
case PIPE_FORMAT_R16G16_SINT:
case PIPE_FORMAT_R16G16B16_FLOAT:
case PIPE_FORMAT_R32G32B32_FLOAT:
return V_028C70_SWAP_STD;
/* 64-bit buffers. */