summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_stipple.c
Commit message (Expand)AuthorAgeFilesLines
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-6/+5
* fix qs->next testsBrian2007-08-081-1/+1
* add quad_stage::begin() funcsBrian2007-08-081-0/+8
* Enable Keith's branch-less stipple code - it works.Brian2007-07-131-19/+0
* Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...Brian2007-07-131-24/+25
* Add conditional-free implementation (disabled, not tested)Keith Whitwell2007-07-131-2/+11
* XXX comment about skipping stipple for points/linesBrian2007-07-121-0/+1
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+56