aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vertex.h
Commit message (Expand)AuthorAgeFilesLines
* galllium: comments, minor clean-upsBrian2008-02-141-1/+6
* gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...Brian2008-01-251-4/+7
* gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian2008-01-231-14/+13
* gallium: improved vertex layout and interpolant setup in softpipeBrian2008-01-231-0/+2
* gallium: restore/rewrite vbuf code for softpipeBrian2008-01-231-0/+1
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-12/+2
* gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian2008-01-221-2/+3
* gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian2008-01-211-1/+6
* Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian2007-11-211-4/+2
* Simplify draw module's vertex_info.Brian2007-11-211-1/+0
* Remove typedefs from enums.Zack Rusin2007-10-291-8/+8
* remove old/used codeBrian2007-09-201-9/+0
* remove #includes of tgsi_attribs.hBrian2007-09-201-2/+2
* checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian2007-09-201-1/+1
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-8/+8
* move some protos from draw_vertex.h to draw_private.hBrian2007-08-311-17/+0
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-311-14/+37
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-0/+19
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-301-0/+9
* Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell2007-08-271-0/+19
* Fixup include paths after renameKeith Whitwell2007-08-241-1/+1
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-231-80/+3
* Define a re-usable vertex_info structure to describe vertex layouts.Brian2007-08-231-0/+141