softpipe: fix polygon stipple
authorKeith Whitwell <keithw@vmware.com>
Tue, 22 Sep 2009 18:38:34 +0000 (19:38 +0100)
committerKeith Whitwell <keithw@vmware.com>
Tue, 22 Sep 2009 18:38:34 +0000 (19:38 +0100)
src/gallium/drivers/softpipe/sp_context.c

index 6b75ee600237b3995614680bacb962093e340d1d..c4b8b33c6a2b6aa725cb2fd5785e4261f2388297 100644 (file)
@@ -262,10 +262,8 @@ softpipe_create( struct pipe_screen *screen )
    draw_install_aaline_stage(softpipe->draw, &softpipe->pipe);
    draw_install_aapoint_stage(softpipe->draw, &softpipe->pipe);
 
-#if USE_DRAW_STAGE_PSTIPPLE
    /* Do polygon stipple w/ texture map + frag prog? */
    draw_install_pstipple_stage(softpipe->draw, &softpipe->pipe);
-#endif
 
    sp_init_surface_functions(softpipe);