projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058b978
)
comment
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 16 Aug 2007 00:53:00 +0000
(18:53 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 16 Aug 2007 01:04:44 +0000
(19:04 -0600)
src/mesa/pipe/draw/draw_vb.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_vb.c
b/src/mesa/pipe/draw/draw_vb.c
index dfd1f22eb311821f20c1e181c5380efdf7549a54..23a5e3fc3b2b5bab2a58c196136a0ca69206da82 100644
(file)
--- a/
src/mesa/pipe/draw/draw_vb.c
+++ b/
src/mesa/pipe/draw/draw_vb.c
@@
-489,6
+489,9
@@
draw_release_vertices( struct draw_context *draw )
}
+/**
+ * Note: this must match struct vertex_header's layout (I think).
+ */
struct header_dword {
GLuint clipmask:12;
GLuint edgeflag:1;
@@
-802,7
+805,7
@@
void draw_set_vertex_attributes( struct draw_context *draw,
draw->vertex_size = vf_set_vertex_attributes( draw->vf, draw->attrs,
draw->nr_attrs, 0 );
}
-
+
void draw_alloc_tmps( struct draw_stage *stage, GLuint nr )
{