summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_depth_test.c
AgeCommit message (Expand)Author
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2007-12-10gallium: remove unnecessary guards on qs->nextKeith Whitwell
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-11-20add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-27Define destroy method called by softpipe's destructor.michal
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-08-01s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian
2007-07-30compute scale for Z24 buffersBrian
2007-07-10Checkpoint: stencil roughly working, some bugs to fix...Brian
2007-07-10clean-upsBrian
2007-07-10Fill in remaining switch cases. Only call next stage if quad->mask != 0.Brian
2007-07-10Do depth testing with integer values.Brian
2007-07-03SIMD commentsBrian
2007-06-25fix logic error in updating of quad's Z values. Basic depth testing works nowBrian
2007-06-25clean-upsBrian
2007-06-24Restructure z test code slightly.Keith Whitwell
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20Rename "tile" files to "quad".Brian