summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_stencil.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove unnecessary guards on qs->nextKeith Whitwell2007-12-101-2/+1
* Get rid of "duplicate" formats.Brian2007-12-071-4/+4
* add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian2007-11-201-0/+16
* Use FREE instead of free. Fix newlines.michal2007-10-271-3/+3
* Define destroy method called by softpipe's destructor.michal2007-10-271-0/+7
* Remove remnants of softpipe_surface.Brian2007-10-271-4/+4
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-1/+1
* Convert Z/stencil ops to use cached tiles like colors.Brian2007-10-201-5/+47
* inequality tests were backwardBrian2007-10-131-6/+6
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-16/+16
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-18/+17
* fix qs->next testsBrian2007-08-081-1/+1
* add quad_stage::begin() funcsBrian2007-08-081-0/+6
* fix stencil logic error, use proper front/back face valueBrian2007-07-111-20/+21
* Checkpoint: stencil roughly working, some bugs to fix...Brian2007-07-101-62/+215
* Begin hooking up stenciling.Brian2007-07-101-0/+134