From: Brian Paul Date: Wed, 21 Apr 2010 20:23:42 +0000 (-0600) Subject: softpipe: call draw_wide_point_sprites() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01c12ed60c9079e2c83a6c0e24c0e99db416668c;p=mesa.git softpipe: call draw_wide_point_sprites() --- 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;