log pytouhou/lib/opengl.pxd @ 593:974decb8df4f

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.
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 16:34:24 +0200 Emmanuel Gil Peyrot Simplify framebuffer rendering with glDrawArrays, and move it all to its own file.