From 01c12ed60c9079e2c83a6c0e24c0e99db416668c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 21 Apr 2010 14:23:42 -0600 Subject: [PATCH] softpipe: call draw_wide_point_sprites() --- src/gallium/drivers/softpipe/sp_context.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 9dcb5586c6e..f6e2b80d46e 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; -- 2.30.2