summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex.h
AgeCommit message (Expand)Author
2008-01-25gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...Brian
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: improved vertex layout and interpolant setup in softpipeBrian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
2008-01-21gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian
2007-11-21Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian
2007-11-21Simplify draw module's vertex_info.Brian
2007-10-29Remove typedefs from enums.Zack Rusin
2007-09-20remove old/used codeBrian
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-20checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-08-31move some protos from draw_vertex.h to draw_private.hBrian
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23Define a re-usable vertex_info structure to describe vertex layouts.Brian