log pytouhou/ui/opengl/renderer.pxd @ 772:7492d384d122 default tip

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