[Freedreno] [PATCH 8/8] freedreno/a3xx: add bgr565 texturing and rendering
Ilia Mirkin
imirkin at alum.mit.edu
Wed Dec 3 18:57:20 PST 2014
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/gallium/drivers/freedreno/a3xx/fd3_format.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_format.c b/src/gallium/drivers/freedreno/a3xx/fd3_format.c
index 7d68902..cc51a42 100644
--- a/src/gallium/drivers/freedreno/a3xx/fd3_format.c
+++ b/src/gallium/drivers/freedreno/a3xx/fd3_format.c
@@ -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),
--
2.0.4
More information about the Freedreno
mailing list