log pytouhou/ui/opengl/gamerenderer.pyx @ 569:b21922a03830

age author description
Wed, 09 Jul 2014 16:46:55 +0200 Emmanuel Gil Peyrot Don’t render spellcard background when --no-background is passed.
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, 29 May 2014 12:31:55 +0200 Emmanuel Gil Peyrot Refactor graphics backend selection, to make them fallbackable and optional.
Sat, 10 May 2014 22:20:22 +0200 Emmanuel Gil Peyrot Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.
Wed, 18 Dec 2013 17:53:29 +0100 Emmanuel Gil Peyrot Make matrix a struct.
Sat, 07 Dec 2013 22:16:38 +0100 Emmanuel Gil Peyrot Optimise background rendering.