axmol/cocos2dx/textures
Ricardo Quesada d683e10808 More constant fixes
Transition::ORIENTATION_XXX -> Transition::Orientation::XXX
Image::FORMAT_XXX -> Image::Format::XXX
Image::_function() -> Image::function() // private methods should not start with '_'
DrawPrimitives::drawColor() -> DrawPrimitives::setDrawColor()

And fixes Premultiplied Alpha in PVR v3 images
And tests are updated with the new functions
2013-07-25 14:49:43 -07:00
..
etc 1. Add C++ code to decode ETC file 2013-07-01 17:40:57 +08:00
CCTexture2D.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCTexture2D.h Constant fixes 2013-07-25 13:36:19 -07:00
CCTextureAtlas.cpp issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
CCTextureAtlas.h issue #2378: Setter/Getter for TextureAtlas, removing CC_PROPERTY_XXX macros. 2013-07-23 14:18:35 +08:00
CCTextureCache.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CCTextureCache.h issue #2430:fix android compiling error 2013-07-25 21:59:37 +08: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 Constant fixes 2013-07-25 13:36:19 -07:00
CCTexturePVR.h issue #2430:move Texture2D enum into class 2013-07-25 19:52:44 +08:00