Reorganize user-space vertex fields in draw_context into 'user' group.
authorBrian <brian.paul@tungstengraphics.com>
Fri, 9 Nov 2007 00:07:12 +0000 (17:07 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 9 Nov 2007 00:07:12 +0000 (17:07 -0700)
commit64469863212dcc41995c473032856096c4af12b3
tree9b8ff1218b90fbeb3f056cf1713537dddb731c94
parent990fe4c0bf735206c3cc7346d84adc782595bc3a
Reorganize user-space vertex fields in draw_context into 'user' group.

This sub-struct collects the incoming user-provided data/pointers in one place.
Ex: draw->mapped_vbuffer becomes draw->user.vbuffer, etc.
src/mesa/pipe/draw/draw_context.c
src/mesa/pipe/draw/draw_feedback.c
src/mesa/pipe/draw/draw_prim.c
src/mesa/pipe/draw/draw_private.h
src/mesa/pipe/draw/draw_vertex_cache.c
src/mesa/pipe/draw/draw_vertex_fetch.c
src/mesa/pipe/draw/draw_vertex_shader.c
src/mesa/pipe/draw/draw_vertex_shader_llvm.c