projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4ebfa
)
svga: fix a comment (sampler vs. sampler_view)
author
Brian Paul
<brianp@vmware.com>
Mon, 24 Mar 2014 19:53:26 +0000
(13:53 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 26 Mar 2014 16:31:13 +0000
(10:31 -0600)
src/gallium/drivers/svga/svga_pipe_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_sampler.c
b/src/gallium/drivers/svga/svga_pipe_sampler.c
index 805e23b18ee640717437b53b93ee968739bb2397..a5b5d00fa1ebc2d2dfff40d7dc942fbebb22cfe0 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_sampler.c
+++ b/
src/gallium/drivers/svga/svga_pipe_sampler.c
@@
-175,7
+175,7
@@
svga_bind_sampler_states(struct pipe_context *pipe,
for (i = 0; i < num; i++)
svga->curr.sampler[start + i] = samplers[i];
- /* find highest non-null sampler
_views
[] entry */
+ /* find highest non-null sampler[] entry */
{
unsigned j = MAX2(svga->curr.num_samplers, start + num);
while (j > 0 && svga->curr.sampler[j - 1] == NULL)