freedreno/a3xx: add bgr565 texturing and rendering

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Ilia Mirkin 2014-12-03 20:43:22 -05:00
parent e02ed16cb5
commit b38b40d7bb
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static struct fd3_format formats[PIPE_FORMAT_COUNT] = {
_T(L8A8_SINT, 8_8_SINT, NONE, WZYX),
_T(Z16_UNORM, Z16_UNORM, R8G8_UNORM, WZYX),
/*_T(B5G6R5_UNORM, 5_6_5_UNORM, R5G6B5_UNORM, WXYZ),*/
_T(B5G6R5_UNORM, 5_6_5_UNORM, R5G6B5_UNORM, WXYZ),
_T(B5G5R5A1_UNORM, 5_5_5_1_UNORM, R5G5B5A1_UNORM, WXYZ),
_T(B5G5R5X1_UNORM, 5_5_5_1_UNORM, R5G5B5A1_UNORM, WXYZ),
_T(B4G4R4A4_UNORM, 4_4_4_4_UNORM, R4G4B4A4_UNORM, WXYZ),