Damien Lespiau 06d8ebb0ba cogl: Create CoglTextureUnit with its associated unit number
The index field of CoglTextureUnit was never set, leading to the
creation of units with index set to 0. When trying to retrieve a texture
unit by its index (!= 0) with _cogl_get_texture_unit(), a new one was
created as it could not find it back in the list of textures units:
ctx->texture_units.

http://bugzilla.openedhand.com/show_bug.cgi?id=1958
2010-01-26 12:12:20 +00:00
..
2010-01-12 17:10:15 +00:00
2009-10-23 13:38:40 +01:00
2009-11-19 13:56:47 +00:00
2010-01-12 17:10:15 +00:00
2009-12-02 11:37:13 +00:00
2010-01-12 17:10:15 +00:00
2010-01-12 17:10:15 +00:00
2010-01-13 17:15:06 +00:00
2010-01-05 18:02:29 +00:00