log pytouhou/ui/opengl/background.pxd @ 708:3954801b6299

age author description
2015-03-28 Emmanuel Gil Peyrot Change all “void except *” function into “bint except True”, to prevent PyErr_Occurred() from being called at each call.
2014-12-21 Emmanuel Gil Peyrot Add back a GL_QUADS path for legacy applications.
2014-11-26 Emmanuel Gil Peyrot Fix compilation under Cython 0.22, by making the pyx and the pxd declarations’ except clause similar.
2014-10-08 Emmanuel Gil Peyrot Simplify framebuffer rendering with glDrawArrays, and move it all to its own file.
2014-05-30 Emmanuel Gil Peyrot Remove all reference to the old fixed pipeline option in the OpenGL backend, use the newer is_legacy one.
2013-12-12 Emmanuel Gil Peyrot Use vertex array objects, to be compatible with OpenGL 3.1+ core profile.
2013-12-07 Emmanuel Gil Peyrot Optimise background rendering.
2013-12-06 Emmanuel Gil Peyrot Add an indirection layer for textures, to cope with drivers assigning them random names.
2013-12-05 Emmanuel Gil Peyrot Move the OpenGL backend to its own package. base pytouhou/ui/background.pxd@d37f881718e1