Mercurial > touhou
log pytouhou/ui/opengl/backend.pyx @ 611:a6a191e371c7
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:52:18 +0100 | Emmanuel Gil Peyrot | Move the passthrough shader to the Framebuffer class, since it isn’t used in the use_framebuffer_blit path. |
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. |
Sun, 19 Oct 2014 17:22:26 +0200 | Emmanuel Gil Peyrot | Fix legacy OpenGL support, and detect the absence of non-legacy context with libepoxy. |