axmol/cocos2dx/textures
Jason Lust 5455d20fc1 Fix Issue #2354
Once a Texture Atlas VAO has deallocated by glDeleteVertexArrays. The GLStateCache may have been recently set to that vaoID. When shortly after a new glGenVertexArrays gets the same vaoID but the glBindVertexArray is bypassed because of the GLStateCache is not aware the VAO was just invalidated, and new vertex are copied to the old freed address.
2013-07-12 19:51:42 -07:00
..
etc 1. Add C++ code to decode ETC file 2013-07-01 17:40:57 +08:00
CCTexture2D.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCTexture2D.h issue #2129: FontDefinition* --> const FontDefinition& 2013-07-08 15:18:16 +08:00
CCTextureAtlas.cpp Fix Issue #2354 2013-07-12 19:51:42 -07:00
CCTextureAtlas.h Merge branch 'iss2129-remove_prefix' of https://github.com/minggo/cocos2d-x into minggo-iss2129-remove_prefix 2013-07-08 10:51:07 +08:00
CCTextureCache.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCTextureCache.h getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCTextureETC.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCTextureETC.h issue #2328 refractor etc support: 2013-07-02 15:36:47 +08:00
CCTexturePVR.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCTexturePVR.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00