gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_quad_depth_test.c
2008-01-23 Briangallium: remove support for separate depth/stencil...
2007-12-10 Keith Whitwellgallium: remove unnecessary guards on qs->next
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-27 michalUse FREE instead of free. Fix newlines.
2007-10-27 michalDefine destroy method called by softpipe's destructor.
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-19 BrianInitial implementation of surface tile caching.
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-08 Brianfix qs->next tests
2007-08-08 Brianadd quad_stage::begin() funcs
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Briancompute scale for Z24 buffers
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 Brianclean-ups
2007-07-10 BrianFill in remaining switch cases. Only call next stage...
2007-07-10 BrianDo depth testing with integer values.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-03 BrianSIMD comments
2007-06-25 Brianfix logic error in updating of quad's Z values. Basic...
2007-06-25 Brianclean-ups
2007-06-24 Keith WhitwellRestructure z test code slightly.
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Brianupdate includes (s/tile/quad/)
2007-06-20 BrianRename "tile" files to "quad".