aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_depth_test.c
Commit message (Expand)AuthorAgeFilesLines
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-8/+7
* fix qs->next testsBrian2007-08-081-1/+1
* add quad_stage::begin() funcsBrian2007-08-081-0/+6
* s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian2007-08-011-1/+1
* compute scale for Z24 buffersBrian2007-07-301-0/+2
* Checkpoint: stencil roughly working, some bugs to fix...Brian2007-07-101-2/+13
* clean-upsBrian2007-07-101-4/+4
* Fill in remaining switch cases. Only call next stage if quad->mask != 0.Brian2007-07-101-2/+24
* Do depth testing with integer values.Brian2007-07-101-8/+31
* SIMD commentsBrian2007-07-031-0/+1
* fix logic error in updating of quad's Z values. Basic depth testing works nowBrian2007-06-251-1/+1
* clean-upsBrian2007-06-251-7/+2
* Restructure z test code slightly.Keith Whitwell2007-06-241-33/+24
* checkpoint: implement z/depth testingBrian2007-06-201-14/+65
* update includes (s/tile/quad/)Brian2007-06-201-1/+1
* Rename "tile" files to "quad".Brian2007-06-201-0/+73