diff options
author | Brian Paul <[email protected]> | 2010-04-21 14:23:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-21 14:25:28 -0600 |
commit | 01c12ed60c9079e2c83a6c0e24c0e99db416668c (patch) | |
tree | c3d56acbe8da008aceb2124a2834b2b3ddd072b3 /src/gallium/drivers/softpipe/sp_context.c | |
parent | 8cb223eb020560d59c8f73e09b832cef477933b7 (diff) |
softpipe: call draw_wide_point_sprites()
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.c')
-rw-r--r-- | 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 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; |