Implement polygon stipple state tracking, application.

This commit is contained in:
Brian
2007-07-11 11:34:19 -06:00
parent 300e97081e
commit e89bd0fbc5
11 changed files with 138 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ struct pipe_context *softpipe_create( void )
softpipe->pipe.draw_vb = softpipe_draw_vb;
softpipe->pipe.clear = softpipe_clear;
softpipe->quad.polygon_stipple = sp_quad_polygon_stipple_stage(softpipe);
softpipe->quad.shade = sp_quad_shade_stage(softpipe);
softpipe->quad.alpha_test = sp_quad_alpha_test_stage(softpipe);
softpipe->quad.blend = sp_quad_blend_stage(softpipe);