Added origin_lower_left field to pipe_rasterizer_state
[mesa.git] / src / mesa / pipe / softpipe / sp_quad_stipple.c
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-10 Keith Whitwellgallium: remove unnecessary guards on qs->next
2007-10-27 michalUse FREE instead of free. Fix newlines.
2007-10-27 michalDefine destroy method called by softpipe's destructor.
2007-10-18 Brianfix logic error in stipple_quad() (point/line fragments...
2007-10-16 BrianFix broken polygon stippling (see comments for details).
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-13 BrianEnable Keith's branch-less stipple code - it works.
2007-07-13 BrianAdd 'prim' field to quad so that stipple and aa coverag...
2007-07-13 Keith WhitwellAdd conditional-free implementation (disabled, not...
2007-07-12 BrianXXX comment about skipping stipple for points/lines
2007-07-11 BrianImplement polygon stipple state tracking, application.