summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_twoside.c
Commit message (Expand)AuthorAgeFilesLines
* 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