gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_quad.c
2008-01-23 Briangallium: remove support for separate depth/stencil...
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-10 BrianFix looping for multi-color buffer writing.
2007-11-23 Michal Krolgallium: remove sp_headers.h references.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-18 Michal KrolImplement early depth test.
2007-10-15 Brianimplement logicop
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-08-13 Briancheck if we have a zbuf before enabling depth_test...
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-13 BrianImplement AA points and AA coverage application in...
2007-07-13 BrianAdded basic occlusion counting
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-10 BrianBegin hooking up stenciling.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-22 Brianalpha test and misc changes
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 BrianRename "tile" files to "quad".