projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb223e
)
softpipe: call draw_wide_point_sprites()
author
Brian Paul
<brianp@vmware.com>
Wed, 21 Apr 2010 20:23:42 +0000
(14:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 21 Apr 2010 20:25:28 +0000
(14:25 -0600)
src/gallium/drivers/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_context.c
b/src/gallium/drivers/softpipe/sp_context.c
index 9dcb5586c6e5857e11de622e900909378ac3cdc2..f6e2b80d46e19baeb569ed46f49e7feed1cf2232 100644
(file)
--- 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;