summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/clear.c')
-rw-r--r--src/gallium/tests/graw/clear.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/tests/graw/clear.c b/src/gallium/tests/graw/clear.c
index 6afdf40..77c59db 100644
--- a/src/gallium/tests/graw/clear.c
+++ b/src/gallium/tests/graw/clear.c
@@ -10,8 +10,8 @@
#include "pipe/p_defines.h"
enum pipe_format formats[] = {
- PIPE_FORMAT_R8G8B8A8_UNORM,
- PIPE_FORMAT_B8G8R8A8_UNORM,
+ PIPE_FORMAT_RGBA8888_UNORM,
+ PIPE_FORMAT_BGRA8888_UNORM,
PIPE_FORMAT_NONE
};