From 318594752094501213083577d8f63508ef09f099 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 7 Feb 2008 10:19:20 +0000 Subject: [PATCH] 2008-02-07 Matthew Allum * clutter/clutter-texture.c: (texture_upload_data): Remove random appearing 'priv->filter_quality =1' (#643) --- ChangeLog | 5 +++++ clutter/clutter-texture.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35a0cd058..ac09bc2e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 Matthew Allum + + * clutter/clutter-texture.c: (texture_upload_data): + Remove random appearing 'priv->filter_quality =1' (#643) + 2008-02-06 Matthew Allum * clutter/clutter-texture.c: diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index 7983bab4a..c0dd7714f 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -477,8 +477,6 @@ texture_upload_data (ClutterTexture *texture, priv->repeat_x ? CGL_REPEAT : CGL_CLAMP_TO_EDGE, priv->repeat_y ? CGL_REPEAT : CGL_CLAMP_TO_EDGE); - priv->filter_quality = 1; - if (create_textures) { gint tex_width, tex_height;