Mercurial > touhou
log pytouhou/ui/texture.pyx @ 426:5d7bb2fd74f7
age | author | description |
---|---|---|
Tue, 16 Jul 2013 21:11:35 +0200 | Emmanuel Gil Peyrot | Never keep texture on the host when it has been uploaded, and prevent them from being decoded again. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. |
Tue, 16 Jul 2013 21:07:15 +0200 | Emmanuel Gil Peyrot | Replace Pyglet’s image loader with our SDL2_image-based one. |
Wed, 06 Feb 2013 19:55:54 +0100 | Emmanuel Gil Peyrot | Implement THTX, uncompressed textures stored inside ANM files, and use it instead of pyglet’s own wrapper. |
Mon, 07 Jan 2013 22:06:02 +0100 | Emmanuel Gil Peyrot | When merging RGB and alpha data, get the C arrays only at the start of the loop. |
Wed, 11 Jul 2012 15:19:44 +0200 | Thibaut Girka | Minor optimizations |
Sun, 18 Dec 2011 21:23:51 +0100 | Thibaut Girka | Make pytouhou.ui.{background,texture} Cython modules as they are only used by Cython modules. base pytouhou/ui/texture.py@8aa51be355a7 |