diff options
author | José Fonseca <[email protected]> | 2013-06-24 15:29:25 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-06-24 15:29:25 +0100 |
commit | 06badea0da610731405257aa687943bdff1d8bed (patch) | |
tree | 44a9292923bf646ed376478934b443a037c6c94c /src/gallium/tests | |
parent | a3d75db02224aa82fe8a42680c2e37d9a69699f1 (diff) |
tests/graw: Fix typo in shader-leak.c
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | 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 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 }; |