axmol/cocos/renderer
Liam fb312a761c update for 3D object render, revert old changes 2015-12-18 11:23:33 +08:00
..
CCBatchCommand.cpp fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCBatchCommand.h issue #12078: added renderer group and removed core and support group. 2015-06-01 13:43:56 +08:00
CCCustomCommand.cpp Refactor draw command 2015-01-15 14:00:49 -08:00
CCCustomCommand.h issue #12078: added renderer group and removed core and support group. 2015-06-01 13:43:56 +08:00
CCFrameBuffer.cpp release default fbo 2015-11-24 18:11:16 +08:00
CCFrameBuffer.h Rename CCRenderBufferObject to CCRenderBuffer in windows projects. 2015-06-11 11:45:10 +08:00
CCGLProgram.cpp Merge pull request #14409 from xiaofeng11/v3_combine_opengl 2015-12-03 23:03:40 -08:00
CCGLProgram.h Merge pull request #14409 from xiaofeng11/v3_combine_opengl 2015-12-03 23:03:40 -08:00
CCGLProgramCache.cpp unify (No)Normal Mapping shaders 2015-11-27 13:15:33 +08:00
CCGLProgramCache.h add config loaded event 2015-07-24 16:38:30 +08:00
CCGLProgramState.cpp fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCGLProgramState.h sfunction "create" uses new optimized code 2015-12-04 18:42:31 -08:00
CCGLProgramStateCache.cpp comment line 83 2014-12-18 13:49:54 +08:00
CCGLProgramStateCache.h issue #12078: added renderer group and removed core and support group. 2015-06-01 13:43:56 +08:00
CCGroupCommand.cpp Update CCGroupCommand.cpp 2015-01-20 19:28:30 +08:00
CCGroupCommand.h Fix typo in documentation and comments 2015-12-09 01:48:24 +09:00
CCMaterial.cpp fix clone 2015-09-11 15:08:59 +08:00
CCMaterial.h merge cocos 2015-09-10 10:44:09 +08:00
CCMeshCommand.cpp StateBlock::restore() is public 2015-06-15 14:12:44 -07:00
CCMeshCommand.h Removes state from MeshCommand. 2015-05-20 15:57:26 -07:00
CCPass.cpp samplers are treated as uniforms 2015-06-05 14:55:33 -07:00
CCPass.h Fix typo in documentation and comments 2015-12-09 01:48:24 +09:00
CCPrimitive.cpp Adds `PrimitiveCommand` test 2015-08-25 15:07:03 -07:00
CCPrimitive.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCPrimitiveCommand.cpp Refactor draw command 2015-01-15 14:00:49 -08:00
CCPrimitiveCommand.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCQuadCommand.cpp cleanup Material Code 2015-05-05 15:59:41 -07:00
CCQuadCommand.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCRenderCommand.cpp fix transparent render bug 2015-03-03 10:42:47 +08:00
CCRenderCommand.h Fix typos in documentation 2015-10-23 16:59:51 +09:00
CCRenderCommandPool.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCRenderState.cpp Fix typo in documentation and comments 2015-12-09 01:48:24 +09:00
CCRenderState.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCRenderer.cpp Fix typo in documentation and comments 2015-12-09 01:48:24 +09:00
CCRenderer.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCTechnique.cpp fix clone 2015-09-11 15:08:59 +08:00
CCTechnique.h Adds better sample 2015-05-13 17:39:39 -07:00
CCTexture2D.cpp resolve conflict and fix checktexture bug 2015-12-02 11:26:05 +08:00
CCTexture2D.h update for 3D object render, revert old changes 2015-12-18 11:23:33 +08:00
CCTextureAtlas.cpp add more descriptive message to ASSET macro. 2015-07-14 15:28:36 +08:00
CCTextureAtlas.h fix doxygen comment 2015-03-27 17:09:54 +08:00
CCTextureCache.cpp update for 3D object render, revert old changes 2015-12-18 11:23:33 +08:00
CCTextureCache.h update for 3D object render, revert old changes 2015-12-18 11:23:33 +08:00
CCTextureCube.cpp Move CCTextureCube From 3d to renderer to solve compilation issue 2015-08-24 14:01:50 +08:00
CCTextureCube.h Move CCTextureCube From 3d to renderer to solve compilation issue 2015-08-24 14:01:50 +08:00
CCTrianglesCommand.cpp Refactor draw command 2015-01-15 14:00:49 -08:00
CCTrianglesCommand.h Fix typo in documentation and comments 2015-12-09 01:48:24 +09:00
CCVertexAttribBinding.cpp support normal mapping material 2015-11-25 10:45:03 +08:00
CCVertexAttribBinding.h Add 3 missing class export 2015-11-27 14:58:18 +08:00
CCVertexIndexBuffer.cpp removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
CCVertexIndexBuffer.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCVertexIndexData.cpp make it compile on win32 2015-08-26 10:16:50 -07:00
CCVertexIndexData.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CMakeLists.txt Move CCTextureCube From 3d to renderer to solve compilation issue 2015-08-24 14:01:50 +08:00
ccGLStateCache.cpp MeshCommand uses StateBlock 2015-05-19 18:13:18 -07:00
ccGLStateCache.h issue #12078: added renderer group and removed core and support group. 2015-06-01 13:43:56 +08:00
ccShader_3D_Color.frag Name modification 2014-08-21 11:33:00 +08:00
ccShader_3D_ColorNormal.frag fix the bug of lighting shader 2015-03-17 16:43:08 +08:00
ccShader_3D_ColorNormalTex.frag builtin material normal map support 2015-12-01 10:37:53 +08:00
ccShader_3D_ColorTex.frag Name modification 2014-08-21 11:33:00 +08:00
ccShader_3D_Particle.frag add 3d particle (Particle Universe) 2015-02-11 18:14:22 +08:00
ccShader_3D_Particle.vert add 3d particle (Particle Universe) 2015-02-11 18:14:22 +08:00
ccShader_3D_PositionNormalTex.vert fix macro definition error 2015-11-27 14:23:17 +08:00
ccShader_3D_PositionTex.vert shader optimize 2014-10-20 13:41:26 +08:00
ccShader_3D_Skybox.frag Update ccShader_3D_Skybox.frag 2015-03-27 17:07:30 +08:00
ccShader_3D_Skybox.vert remove unused variable 2015-06-25 15:05:21 +08:00
ccShader_3D_Terrain.frag fix shader on pc 2015-10-22 09:29:12 +08:00
ccShader_3D_Terrain.vert add new line at end of file 2015-04-03 09:11:09 +08:00
ccShader_CameraClear.frag add clear feature when before draw scene with a camera 2015-05-07 15:09:06 +08:00
ccShader_CameraClear.vert add clear feature when before draw scene with a camera 2015-05-07 15:09:06 +08:00
ccShader_Label.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_Label_df.frag Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
ccShader_Label_df_glow.frag Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
ccShader_Label_normal.frag Does not crash on Mac if the .ttf file is not found 2014-05-15 17:22:53 -07:00
ccShader_Label_outline.frag improve rendering of inner shapes when outline is used 2015-06-08 12:56:43 +03:00
ccShader_PositionColor.frag Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionColor.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionColorLengthTexture.frag Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionColorLengthTexture.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionColorTextureAsPointsize.vert fix crash on windows 2015-01-20 16:50:51 +08:00
ccShader_PositionTexture.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTexture.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionTextureA8Color.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTextureA8Color.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionTextureColor.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTextureColor.vert Compiles on windows, sort of 2014-05-09 19:07:22 -07:00
ccShader_PositionTextureColorAlphaTest.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTextureColor_noMVP.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTextureColor_noMVP.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_PositionTexture_uColor.frag uniform sampler CC_Texture0 MUST NOT be defined on shaders 2014-05-15 16:47:54 -07:00
ccShader_PositionTexture_uColor.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_Position_uColor.frag Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_Position_uColor.vert Shader fixes for windows 2014-05-09 19:13:12 -07:00
ccShader_UI_Gray.frag fix ui grayscale shader memory release issue 2015-04-20 17:00:40 +08:00
ccShaders.cpp unify (No)Normal Mapping shaders 2015-11-27 13:15:33 +08:00
ccShaders.h unify (No)Normal Mapping shaders 2015-11-27 13:15:33 +08:00