diff options
author | Eric Anholt <eric@anholt.net> | 2014-06-16 07:24:09 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-07-17 17:35:48 -0700 |
commit | 9ddcb20f47b5e199989c8990512b0bca1354af86 (patch) | |
tree | b023b18aa7bfb655f2380afc4851be3cb6e6ce65 /glamor/glamor_points.c | |
parent | b03a581d8cbe3f29140935063b865285e2a00333 (diff) |
glamor: Drop the "are we doing a series of blits or draws" logic.
It's unused since keithp's copy acceleration code completely replaced
glamor_copyarea.c and removed the blit path.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor_points.c')
-rw-r--r-- | glamor/glamor_points.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/glamor/glamor_points.c b/glamor/glamor_points.c index d4525e294..84383d254 100644 --- a/glamor/glamor_points.c +++ b/glamor/glamor_points.c @@ -105,9 +105,6 @@ glamor_poly_point_gl(DrawablePtr drawable, GCPtr gc, int mode, int npt, DDXPoint glDisable(GL_COLOR_LOGIC_OP); glDisableVertexAttribArray(GLAMOR_VERTEX_POS); - glamor_priv->state = RENDER_STATE; - glamor_priv->render_idle_cnt = 0; - return TRUE; bail_ctx: |