From: Brian Date: Thu, 16 Aug 2007 00:53:00 +0000 (-0600) Subject: comment X-Git-Tag: 062012170305~17580^2~390^2~4308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24083f4e4702f4e9b8cc1679139d45ee771a0f16;p=profile%2Fivi%2Fmesa.git comment --- diff --git a/src/mesa/pipe/draw/draw_vb.c b/src/mesa/pipe/draw/draw_vb.c index dfd1f22..23a5e3f 100644 --- 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 ) {