2007-08-12 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (texture_upload_data): Align texture data correctly for edge tiles. (#422 - Neil Roberts)
This commit is contained in:
parent
68bbe4cd89
commit
b5cc246f59
@ -556,7 +556,8 @@ texture_upload_data (ClutterTexture *texture,
|
|||||||
|
|
||||||
cogl_texture_bind (priv->target_type, priv->tiles[i]);
|
cogl_texture_bind (priv->target_type, priv->tiles[i]);
|
||||||
|
|
||||||
cogl_texture_set_alignment (priv->target_type, 4, src_w);
|
cogl_texture_set_alignment (priv->target_type,
|
||||||
|
4, priv->x_tiles[x].size);
|
||||||
|
|
||||||
cogl_texture_set_filters
|
cogl_texture_set_filters
|
||||||
(priv->target_type,
|
(priv->target_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user