Revert "i915g: Implement stipple with draw."
This reverts commit 3cff45fdb1.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user