projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f4a48
)
new comments
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 8 Nov 2007 23:32:24 +0000
(16:32 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 8 Nov 2007 23:32:24 +0000
(16:32 -0700)
src/mesa/pipe/draw/draw_private.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_private.h
b/src/mesa/pipe/draw/draw_private.h
index dc4057bff3b1c6ed05b12fc1979f8664cc695b03..89d292901e9ed06a4874e9ad221edf78449e12ef 100644
(file)
--- a/
src/mesa/pipe/draw/draw_private.h
+++ b/
src/mesa/pipe/draw/draw_private.h
@@
-224,8
+224,8
@@
struct draw_context
*/
struct {
struct {
- unsigned elt;
- struct vertex_header *dest;
+ unsigned elt;
/**< index into the user's vertex arrays */
+ struct vertex_header *dest;
/**< points into vcache.vertex[] array */
} queue[VS_QUEUE_LENGTH];
unsigned queue_nr;
} vs;