Neil Roberts 231cfffa18 cogl-atlas-texture: Remove textures from the atlas when mipmapping is required
Mipmaps don't work very well in the current atlas because there is not
enough padding between the textures. If ensure_mipmaps is called it
will now create a new texture and migrate the atlased texture to
it. It will use the same blit mechanism as when migrating so it will
try to use an FBO for a fast blit. However if this is not possible it
will end up downloading the data for the entire atlas which is not
ideal.
2009-12-05 14:11:57 +00:00
..
2009-11-06 11:48:42 +00:00
2009-11-13 17:23:13 +00:00
2009-10-14 11:31:26 +01:00
2009-11-13 15:01:17 +00:00
2009-12-01 14:55:19 +00:00
2009-10-19 12:01:38 +01:00
2009-10-16 15:55:05 +01:00
2009-12-02 16:03:55 +00:00