From: Brian Paul Date: Thu, 3 Oct 2013 20:24:55 +0000 (-0600) Subject: gallium/tests: fix SHADER typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9267565ee4248f7bc8efebd8c994a93ff1e0683d;p=mesa.git gallium/tests: fix SHADER typo --- 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); }