gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / draw / draw_vertex.c
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-22 Briangallium: Added FORMAT_1F_PSIZE to insert constant point...
2007-11-21 Brianmore simplification, clean-up in draw_set_vertex_info()
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-21 BrianSimplify draw module's vertex_info.
2007-11-08 Brianremove unneeded #includes, added assertion in draw_comp...
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-15 Brianremove unused includes
2007-09-20 Brianremove old/used code
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 BrianConsolidate vertex-related code in new draw_vertex.c