mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
2008-02-07 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (texture_upload_data): Remove random appearing 'priv->filter_quality =1' (#643)
This commit is contained in:
parent
3d802b172c
commit
3185947520
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-07 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-texture.c: (texture_upload_data):
|
||||||
|
Remove random appearing 'priv->filter_quality =1' (#643)
|
||||||
|
|
||||||
2008-02-06 Matthew Allum <mallum@openedhand.com>
|
2008-02-06 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-texture.c:
|
* clutter/clutter-texture.c:
|
||||||
|
@ -477,8 +477,6 @@ texture_upload_data (ClutterTexture *texture,
|
|||||||
priv->repeat_x ? CGL_REPEAT : CGL_CLAMP_TO_EDGE,
|
priv->repeat_x ? CGL_REPEAT : CGL_CLAMP_TO_EDGE,
|
||||||
priv->repeat_y ? CGL_REPEAT : CGL_CLAMP_TO_EDGE);
|
priv->repeat_y ? CGL_REPEAT : CGL_CLAMP_TO_EDGE);
|
||||||
|
|
||||||
priv->filter_quality = 1;
|
|
||||||
|
|
||||||
if (create_textures)
|
if (create_textures)
|
||||||
{
|
{
|
||||||
gint tex_width, tex_height;
|
gint tex_width, tex_height;
|
||||||
|
Loading…
Reference in New Issue
Block a user