summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/softpipe/sp_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index 9dcb5586c6..f6e2b80d46 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -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;