projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b626176
)
softpipe: fix polygon stipple
author
Keith Whitwell
<keithw@vmware.com>
Tue, 22 Sep 2009 18:38:34 +0000
(19:38 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Tue, 22 Sep 2009 18:38:34 +0000
(19:38 +0100)
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 6b75ee600237b3995614680bacb962093e340d1d..c4b8b33c6a2b6aa725cb2fd5785e4261f2388297 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_context.c
+++ b/
src/gallium/drivers/softpipe/sp_context.c
@@
-262,10
+262,8
@@
softpipe_create( struct pipe_screen *screen )
draw_install_aaline_stage(softpipe->draw, &softpipe->pipe);
draw_install_aapoint_stage(softpipe->draw, &softpipe->pipe);
-#if USE_DRAW_STAGE_PSTIPPLE
/* Do polygon stipple w/ texture map + frag prog? */
draw_install_pstipple_stage(softpipe->draw, &softpipe->pipe);
-#endif
sp_init_surface_functions(softpipe);