axmol/cocos2dx/shaders
Ricardo Quesada 487f65af2e Replaces `Dictionary` with `std::unordered_map`
I did some performance tests, and `std::unordered_map` is more performant than `Dictionary`.

I need to do more tests, but so far, the results are good.

Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
2013-09-06 22:55:11 -07:00
..
CCGLProgram.cpp Better destructors logs 2013-08-21 20:08:51 -07:00
CCGLProgram.h issue #2430:move GLProgram enum into class 2013-07-25 17:48:22 +08:00
CCShaderCache.cpp Replaces `Dictionary` with `std::unordered_map` 2013-09-06 22:55:11 -07:00
CCShaderCache.h Replaces `Dictionary` with `std::unordered_map` 2013-09-06 22:55:11 -07:00
ccGLStateCache.cpp ccGLXXX -> GL::xxx 2013-07-25 18:42:53 -07:00
ccGLStateCache.h ccGLXXX -> GL::xxx 2013-07-25 18:42:53 -07:00
ccShaderEx_SwitchMask_frag.h fix compilation warnings on android & ios 2012-05-05 10:44:42 +08:00
ccShader_PositionColorLengthTexture_frag.h some android devices can not compile this frag 2012-12-05 17:15:47 +08:00
ccShader_PositionColorLengthTexture_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureA8Color_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureA8Color_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColorAlphaTest_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTextureColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_uColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_uColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_PositionTexture_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_Position_uColor_frag.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShader_Position_uColor_vert.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShaders.cpp issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00
ccShaders.h issue #1555:fix a bug about CCGLProgram 2012-11-13 11:06:32 +08:00