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

Author: José Fonseca <[email protected]>
Date:   Mon Jun 24 15:29:25 2013 +0100

tests/graw: Fix typo in shader-leak.c

---

 src/gallium/tests/graw/shader-leak.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/tests/graw/shader-leak.c 
b/src/gallium/tests/graw/shader-leak.c
index 3076210..4ef752b 100644
--- a/src/gallium/tests/graw/shader-leak.c
+++ b/src/gallium/tests/graw/shader-leak.c
@@ -19,7 +19,7 @@ static int num_iters = 100;
 
 enum pipe_format formats[] = {
    PIPE_FORMAT_RGBA8888_UNORM,
-   PIPE_FORMAT_BGR8888_UNORM,
+   PIPE_FORMAT_BGRA8888_UNORM,
    PIPE_FORMAT_NONE
 };
 

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

Reply via email to