log pytouhou/ui/opengl/backend.pxd @ 592:19d930f9e3f0

age author description
Wed, 23 Apr 2014 19:19:32 +0200 Emmanuel Gil Peyrot Add the screenshot feature, using P or Home like the original game.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Wed, 08 Oct 2014 18:34:27 +0200 Emmanuel Gil Peyrot Use ARB_framebuffer_blit instead of a second rendering pass for scaled rendering, if supported, and remove framebuffer stuff from the Renderer.
Wed, 08 Oct 2014 14:28:37 +0200 Emmanuel Gil Peyrot Use primitive-restart to lower the size of our ibo, if supported.