projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd60bf8
)
llvmpipe: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Thu, 24 Jun 2010 18:45:29 +0000
(12:45 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 25 Jun 2010 14:47:22 +0000
(08:47 -0600)
src/gallium/drivers/llvmpipe/lp_rast.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_rast.c
b/src/gallium/drivers/llvmpipe/lp_rast.c
index 50e44dcb2b3beada2e46b1c482adcf061cf4bd58..1fadb9cca1e8c275aac245593148e7a260f7b310 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/
src/gallium/drivers/llvmpipe/lp_rast.c
@@
-627,7
+627,7
@@
void
lp_rast_begin_query(struct lp_rasterizer_task *task,
const union lp_rast_cmd_arg arg)
{
- /* Reset the
the
per-task counter */
+ /* Reset the per-task counter */
task->vis_counter = 0;
}