From 9267565ee4248f7bc8efebd8c994a93ff1e0683d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 Oct 2013 14:24:55 -0600 Subject: [PATCH] gallium/tests: fix SHADER typo --- src/gallium/tests/graw/quad-sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/tests/graw/quad-sample.c b/src/gallium/tests/graw/quad-sample.c index 847cb95a7cc..bfae2e080c7 100644 --- a/src/gallium/tests/graw/quad-sample.c +++ b/src/gallium/tests/graw/quad-sample.c @@ -286,7 +286,7 @@ static void init_tex( void ) if (sampler == NULL) exit(6); - ctx->bind_sampler_states(ctx, PIPE_SHADE_FRAGMENT, 0, 1, &sampler); + ctx->bind_sampler_states(ctx, PIPE_SHADER_FRAGMENT, 0, 1, &sampler); } -- 2.30.2