Module: Mesa
Branch: master
Commit: 39fa5c8419076f6ec84de0252905617feb70f279
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=39fa5c8419076f6ec84de0252905617feb70f279

Author: Ilia Mirkin <[email protected]>
Date:   Fri Nov 20 17:43:11 2015 -0500

freedreno/a4xx: hook up RGB565 format

Signed-off-by: Ilia Mirkin <[email protected]>

---

 src/gallium/drivers/freedreno/a4xx/a4xx.xml.h   |    2 +-
 src/gallium/drivers/freedreno/a4xx/fd4_format.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/freedreno/a4xx/a4xx.xml.h 
b/src/gallium/drivers/freedreno/a4xx/a4xx.xml.h
index 9f35654..e46a11e 100644
--- a/src/gallium/drivers/freedreno/a4xx/a4xx.xml.h
+++ b/src/gallium/drivers/freedreno/a4xx/a4xx.xml.h
@@ -47,7 +47,7 @@ enum a4xx_color_fmt {
        RB4_R8_UNORM = 2,
        RB4_R4G4B4A4_UNORM = 8,
        RB4_R5G5B5A1_UNORM = 10,
-       RB4_R5G6R5_UNORM = 14,
+       RB4_R5G6B5_UNORM = 14,
        RB4_R8G8_UNORM = 15,
        RB4_R8G8_SNORM = 16,
        RB4_R8G8_UINT = 17,
diff --git a/src/gallium/drivers/freedreno/a4xx/fd4_format.c 
b/src/gallium/drivers/freedreno/a4xx/fd4_format.c
index 8eeeb96..d2a1aee 100644
--- a/src/gallium/drivers/freedreno/a4xx/fd4_format.c
+++ b/src/gallium/drivers/freedreno/a4xx/fd4_format.c
@@ -130,6 +130,7 @@ static struct fd4_format formats[PIPE_FORMAT_COUNT] = {
        _T(L8A8_UINT,    8_8_UINT,  NONE,       WZYX),
        _T(L8A8_SINT,    8_8_SINT,  NONE,       WZYX),
 
+       _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),

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to