Mercurial > touhou
log pytouhou/ui/opengl/backend.pxd @ 582:6e79756b7f42
age | author | description |
---|---|---|
Sun, 05 Oct 2014 17:46:51 +0200 | Emmanuel Gil Peyrot | Don’t call gl*DebugGroup if it isn’t exposed by the driver. |
Thu, 12 Dec 2013 13:47:17 +0100 | Emmanuel Gil Peyrot | Use vertex array objects, to be compatible with OpenGL 3.1+ core profile. |
Fri, 30 May 2014 16:40:36 +0200 | Emmanuel Gil Peyrot | Don’t hardcode GLSL version in our shaders, instead make them dependent on GL version. |
Fri, 30 May 2014 16:40:36 +0200 | Emmanuel Gil Peyrot | Make the OpenGL flavor and version options work. |
Fri, 30 May 2014 04:06:09 +0200 | Emmanuel Gil Peyrot | Make both double- and single-buffer available on the CLI, but default to SDL’s default. |
Thu, 29 May 2014 12:31:55 +0200 | Emmanuel Gil Peyrot | Refactor graphics backend selection, to make them fallbackable and optional. |