projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b11344
)
draw: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Fri, 7 Dec 2012 19:41:22 +0000
(12:41 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 8 Dec 2012 13:58:10 +0000
(06:58 -0700)
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/draw/draw_pt.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_pt.c
b/src/gallium/auxiliary/draw/draw_pt.c
index 23cdf36e1e6848f7f2144054679a79e7980f36d6..7113b9e0f2dae5dbf0364f92f2b2d2f21121d4a6 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_pt.c
+++ b/
src/gallium/auxiliary/draw/draw_pt.c
@@
-121,7
+121,7
@@
draw_pt_arrays(struct draw_context *draw,
/* Flush draw state if eltSize changed.
* This could be improved so only the frontend is flushed since it
* converts all indices to ushorts and the fetch part of the middle
- * always p
er
pares both linear and indexed.
+ * always p
re
pares both linear and indexed.
*/
frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE );
frontend = NULL;