Mesa (master): gallium/tests: fix SHADER typo

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 3 20:24:52 UTC 2013


Module: Mesa
Branch: master
Commit: 9267565ee4248f7bc8efebd8c994a93ff1e0683d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9267565ee4248f7bc8efebd8c994a93ff1e0683d

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Oct  3 14:24:55 2013 -0600

gallium/tests: fix SHADER typo

---

 src/gallium/tests/graw/quad-sample.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/tests/graw/quad-sample.c b/src/gallium/tests/graw/quad-sample.c
index 847cb95..bfae2e0 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);
    
 }
 




More information about the mesa-commit mailing list