Mercurial > touhou
log pytouhou/ui/renderer.pyx @ 435:878273a984c4
age | author | description |
---|---|---|
Wed, 07 Aug 2013 11:34:40 +0200 | Emmanuel Gil Peyrot | Improve Matrix representation, using float[16] instead of imbricated python lists. |
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. |
Wed, 12 Jun 2013 18:30:08 +0200 | Emmanuel Gil Peyrot | Refactor the maths functions out of Renderer. |
Wed, 12 Jun 2013 16:07:22 +0200 | Emmanuel Gil Peyrot | Remove indirect access to Matrix values. |
Wed, 12 Jun 2013 16:03:30 +0200 | Emmanuel Gil Peyrot | Don’t render null-sized arrays of elements. |