log pytouhou/ui/opengl/renderer.pxd @ 713:258f4aebf3fc

age author description
Thu, 05 Mar 2015 20:36:41 +0100 Emmanuel Gil Peyrot Use a specific vbo/vao pair for text rendering.
Sun, 29 Mar 2015 00:08:20 +0100 Emmanuel Gil Peyrot Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
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.