Module: Mesa Branch: master Commit: 01c12ed60c9079e2c83a6c0e24c0e99db416668c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01c12ed60c9079e2c83a6c0e24c0e99db416668c
Author: Brian Paul <[email protected]> Date: Wed Apr 21 14:23:42 2010 -0600 softpipe: call draw_wide_point_sprites() --- src/gallium/drivers/softpipe/sp_context.c | 2 ++ 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 9dcb558..f6e2b80 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
