log pytouhou/ui/opengl/background.pyx @ 593:974decb8df4f

age author description
Thu, 16 Oct 2014 21:40:54 +0200 Emmanuel Gil Peyrot Only selects between GL_TRIANGLE_STRIP and GL_TRIANGLES once, in the backend.
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.
Sun, 17 Aug 2014 16:16:58 +0200 Emmanuel Gil Peyrot Add grouping for OpenGL calls, making traces much more readable.
Fri, 30 May 2014 16:51:38 +0200 Emmanuel Gil Peyrot Remove all reference to the old fixed pipeline option in the OpenGL backend, use the newer is_legacy one.
Thu, 12 Dec 2013 13:47:17 +0100 Emmanuel Gil Peyrot Use vertex array objects, to be compatible with OpenGL 3.1+ core profile.
Thu, 19 Dec 2013 21:55:26 +0100 Emmanuel Gil Peyrot Don’t put back the rendering data into a tuple, use a specialised struct inside Sprite to pass it to the renderer.
Sat, 07 Dec 2013 22:16:38 +0100 Emmanuel Gil Peyrot Optimise background rendering.
Fri, 06 Dec 2013 19:02:42 +0100 Emmanuel Gil Peyrot Add an indirection layer for textures, to cope with drivers assigning them random names.
Thu, 05 Dec 2013 02:16:31 +0100 Emmanuel Gil Peyrot Move the OpenGL backend to its own package. base pytouhou/ui/background.pyx@d31619de3060