summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_clear.c
Commit message (Expand)AuthorAgeFilesLines
* Silence compiler warnings.michal2007-08-211-1/+1
* assertionsBrian2007-08-171-0/+3
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+0
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-2/+2
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-1/+1
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-051-1/+1
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-021-102/+7
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-021-12/+1
* Reroute some clear functionality.Keith Whitwell2007-08-021-49/+21
* get cliprect bounds after softpipe_update_derived()Brian2007-08-011-4/+9
* Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian2007-08-011-9/+26
* More work on glClear.Brian2007-08-011-43/+84
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-011-1/+1
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-15/+75
* actually use new glClear codeBrian2007-06-201-5/+5
* implement softpipe clearing (untested)Brian2007-06-201-1/+25
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+47