summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_context.c
diff options
context:
space:
mode:
authorStéphane Marchesin <[email protected]>2012-04-12 18:31:10 -0700
committerStéphane Marchesin <[email protected]>2012-04-12 18:31:10 -0700
commit368878cc5f9a09afc6c254bcb73c2267633a5d6d (patch)
treea432c46513c88c3bd9db26c79a89d0ce9ca102af /src/gallium/drivers/i915/i915_context.c
parent05265bee8554241d98e741643d62ad2f8d270192 (diff)
Revert "i915g: Implement stipple with draw."
This reverts commit 3cff45fdb182a1327f6b89fdc4e0ddc5d680372a.
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.c')
-rw-r--r--src/gallium/drivers/i915/i915_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_context.c b/src/gallium/drivers/i915/i915_context.c
index 5e0ced235d9..052a059c268 100644
--- a/src/gallium/drivers/i915/i915_context.c
+++ b/src/gallium/drivers/i915/i915_context.c
@@ -184,7 +184,6 @@ i915_create_context(struct pipe_screen *screen, void *priv)
draw_install_aaline_stage(i915->draw, &i915->base);
draw_install_aapoint_stage(i915->draw, &i915->base);
- draw_install_pstipple_stage(i915->draw, &i915->base);
draw_enable_point_sprites(i915->draw, TRUE);
/* augmented draw pipeline clobbers state functions */