softpipe: call draw_wide_point_sprites()

This commit is contained in:
Brian Paul
2010-04-21 14:23:42 -06:00
parent 8cb223eb02
commit 01c12ed60c

View File

@@ -336,6 +336,8 @@ softpipe_create_context( struct pipe_screen *screen,
draw_install_pstipple_stage(softpipe->draw, &softpipe->pipe);
#endif
draw_wide_point_sprites(softpipe->draw, TRUE);
sp_init_surface_functions(softpipe);
return &softpipe->pipe;