Mercurial > touhou
log pytouhou/ui/opengl/renderer.pyx @ 587:6c9d8a3d853f
age | author | description |
---|---|---|
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. |
Wed, 08 Oct 2014 14:28:37 +0200 | Emmanuel Gil Peyrot | Use primitive-restart to lower the size of our ibo, if supported. |
Sun, 05 Oct 2014 17:46:51 +0200 | Emmanuel Gil Peyrot | Don’t call gl*DebugGroup if it isn’t exposed by the driver. |