summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_twoside.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-5/+30
* remove useless assertionsBrian2008-01-161-2/+0
* gallium: add draw_stage::destroy().Michal2007-12-091-0/+8
* test for presence of both front and back color vertex slotsBrian2007-09-251-4/+7
* remove unused lookup arrayBrian2007-09-251-7/+0
* test against -1 for front/back attribkeithw2007-09-251-4/+4
* remove unused lookup[]Brian2007-09-201-0/+4
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-1/+1
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-301-14/+12
* Sketch out per-vertex point size.Brian2007-08-301-1/+1
* Need to copy header->edgeflags to tmp when creating new prim_header.Brian2007-08-231-0/+1
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-231-4/+4
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-231-1/+1
* Silence compiler warnings.michal2007-08-211-1/+1
* Remove many dependencies on mesa headers.Brian2007-08-161-6/+6
* with Y=0=top, front/back determination is negatedBrian2007-08-131-2/+2
* Implement line stippling.Brian2007-07-251-0/+7
* Fix more polygon winding, culling confusion.Brian2007-07-131-4/+8
* Rename prim_stage -> draw_stageBrian2007-07-121-9/+9
* front/back-face determination was wrongBrian2007-07-121-1/+1
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-9/+15
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+152