i915g: Implement stipple with draw.
This commit is contained in:
@@ -186,6 +186,7 @@ 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,8 +553,11 @@ 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 )
|
||||
{
|
||||
struct i915_context *i915 = i915_context(pipe);
|
||||
|
||||
draw_flush(i915->draw);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user