axmol/cocos2dx/textures
silverscania ddafa42850 Fix for wrong alignment using texture format sizes other than 4 bytes.
For example RGBA4444 is 2 bytes per pixel. A texture with width of 1 passes the previous power of 2 test, but the alignment value needs to be 2, not 4.
2013-05-12 18:08:33 +03:00
..
CCTexture2D.cpp Fix for wrong alignment using texture format sizes other than 4 bytes. 2013-05-12 18:08:33 +03:00
CCTexture2D.h Move GL server-side buffer code into a separate class and use multiple inheritance to deploy only to classes that need it. 2013-05-06 20:59:48 -07:00
CCTextureAtlas.cpp issue #1683: Fixed an issue about OPENGLES ERROR 501 Warning in CCTextureAtlas.cpp. 2013-01-26 14:20:24 +08:00
CCTextureAtlas.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCTextureCache.cpp Now validates as asm.js: Disable HttpClient, pthread_cond_signal and eglReleaseThread in Emscripten. 2013-05-07 17:25:39 -07:00
CCTextureCache.h issue #1848:use CCConfiguration::supportsPVRTC() to determine if the device support powertc format 2013-03-21 15:50:41 +08:00
CCTexturePVR.cpp Fixing compilation errors for NaCl port. 2013-05-10 16:03:01 +08:00
CCTexturePVR.h issue #1686:synchronize CCTexturePVR.cpp 2013-02-26 18:08:51 +08:00