gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_quad_stencil.c
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-01 Brianfix single-sided stencil test bug
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-10 Keith Whitwellgallium: remove unnecessary guards on qs->next
2007-12-07 BrianGet rid of "duplicate" formats.
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
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-13 Brianinequality tests were backward
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-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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 Brianfix stencil logic error, use proper front/back face...
2007-07-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 BrianBegin hooking up stenciling.