summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_flatshade.c
AgeCommit message (Expand)Author
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian
2007-08-30fix breakage from prev commitBrian
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-23Need to copy header->edgeflags to tmp when creating new prim_header.Brian
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-16Remove many dependencies on mesa headers.Brian
2007-07-25Implement line stippling.Brian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian