Mercurial > touhou
log
age | author | description |
---|---|---|
2013-08-03 | Emmanuel Gil Peyrot | Move the depth buffer clear outside of scissor, as per apitrace’s advice. |
2013-07-16 | Emmanuel Gil Peyrot | Never keep texture on the host when it has been uploaded, and prevent them from being decoded again. |
2013-07-16 | Emmanuel Gil Peyrot | Make the anmviewer use the new architecture. |
2013-07-16 | Emmanuel Gil Peyrot | Make the Shader class use cython too. |
2013-07-16 | Emmanuel Gil Peyrot | Replace Pyglet with our own Cython OpenGL wrapper. |
2013-07-16 | Emmanuel Gil Peyrot | Refactor window management in its own class. |
2013-07-16 | Emmanuel Gil Peyrot | Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support. |
2013-07-16 | Emmanuel Gil Peyrot | Replace Pyglet’s image loader with our SDL2_image-based one. |