From: José Fonseca Date: Mon, 24 Jun 2013 14:29:25 +0000 (+0100) Subject: tests/graw: Fix typo in shader-leak.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06badea0da610731405257aa687943bdff1d8bed;p=mesa.git tests/graw: Fix typo in shader-leak.c --- 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 };