log pytouhou/ui/shaders/eosd.py @ 401:3ce4065840e9

age author description
Thu, 14 Feb 2013 20:07:23 +0100 Emmanuel Gil Peyrot Calculate the fog per-fragment and remove the fixed-pipeline glFog* functions; now both vertex shaders are the same.
Wed, 06 Feb 2013 20:57:16 +0100 Emmanuel Gil Peyrot Replace gl{Vertex,TexCoord,Color}Pointer with the more modern glVertexAttribPointer.
Fri, 27 Jul 2012 18:43:48 +0200 Emmanuel Gil Peyrot Add a programmable pipeline renderer, and a --fixed-pipeline switch to use the old one.