Revert "i915g: Implement stipple with draw."

This reverts commit 3cff45fdb1.
This commit is contained in:
Stéphane Marchesin
2012-04-12 18:31:10 -07:00
parent 05265bee85
commit 368878cc5f
2 changed files with 1 additions and 2 deletions
-1
View 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 */
+1 -1
View 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 )
{
}