OSDN Git Service

Revert "i915g: Implement stipple with draw."
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 13 Apr 2012 01:31:10 +0000 (18:31 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Fri, 13 Apr 2012 01:31:10 +0000 (18:31 -0700)
This reverts commit 3cff45fdb182a1327f6b89fdc4e0ddc5d680372a.

src/gallium/drivers/i915/i915_context.c
src/gallium/drivers/i915/i915_state.c

index 5e0ced2..052a059 100644 (file)
@@ -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 */
index f7ebfcd..4c284d9 100644 (file)
@@ -553,7 +553,7 @@ static void i915_set_scissor_state( struct pipe_context *pipe,
 
 
 static void i915_set_polygon_stipple( struct pipe_context *pipe,
-                                      const struct pipe_poly_stipple *stipple )
+                                   const struct pipe_poly_stipple *stipple )
 {
 }