projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13895ab
)
gallium/tests: fix SHADER typo
author
Brian Paul
<brianp@vmware.com>
Thu, 3 Oct 2013 20:24:55 +0000
(14:24 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Oct 2013 20:24:55 +0000
(14:24 -0600)
src/gallium/tests/graw/quad-sample.c
patch
|
blob
|
history
diff --git
a/src/gallium/tests/graw/quad-sample.c
b/src/gallium/tests/graw/quad-sample.c
index 847cb95a7cc1a6d39611c9509e166c4b023add60..bfae2e080c7e490b1f4ef49181d21db1e2e94a4f 100644
(file)
--- 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_SHADE
R
_FRAGMENT, 0, 1, &sampler);
}