summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/tests/graw/shader-leak.c2
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 3076210c0a5..4ef752b412f 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
};