Mercurial > touhou
log pytouhou/lib/opengl.pxd @ 635:80687f258001
age | author | description |
---|---|---|
Sun, 21 Dec 2014 19:15:59 +0100 | Emmanuel Gil Peyrot | Add back a GL_QUADS path for legacy applications. |
Sun, 21 Dec 2014 18:10:23 +0100 | Emmanuel Gil Peyrot | Remove generic usage of GL_DRAW_FRAMEBUFFER which was introduced in GL 3.0 with framebuffer_blit. |
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. |