axmol/cocos/renderer/backend/opengl
Arnold fe497933f8 3d support: some test cases works
* hack to make sprite3d test work

* support cull face

* support setting front face winding

* convert depth compare function type

* clean codes

* remove usage of glprogramstate

* pass needed information to Material::draw()

* add 3d textures

* enable animation

* 3D: compile on windows  (#179)

* exclude source files from extensions/

* enable assets and 3D

* run on windows

* update comments

* use std::vector instead of raw pointer void *

* compile on mac

* revert cmake

* fix bufferdata

* add todos

* remove dirty flag from uniform buffer

* argument type const &

* enable more tests

* update shader

* save: failed to compile

* pass compilation

* fix type convert

* save stage

* save stage 2

* remove VertexData & IndexBuffer & VertexBuffer

* comment out _meshCommand

* comment bindPredefinedVertexAttribs()

* fix xcode project file

* simple refactor

* remove unused files

* revert sprite3d testcase position

* revert change

* remove ProgramGL::bindPredefinedVertexAttribs()

* add header <string>

* fix uniform size
2019-01-30 09:35:17 +08:00
..
BlendStateGL.cpp metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
BlendStateGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
BufferGL.cpp 3d support: some test cases works 2019-01-30 09:35:17 +08:00
BufferGL.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CommandBufferGL.cpp 3d support: some test cases works 2019-01-30 09:35:17 +08:00
CommandBufferGL.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
DepthStencilStateGL.cpp [BugFix] set the correct depthStencil state (#19356) 2019-01-24 18:31:51 +08:00
DepthStencilStateGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
DeviceGL.cpp metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
DeviceGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
ProgramGL.cpp 3d support: some test cases works 2019-01-30 09:35:17 +08:00
ProgramGL.h 3d support: some test cases works 2019-01-30 09:35:17 +08:00
RenderPipelineGL.cpp metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
RenderPipelineGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
ShaderModuleGL.cpp 3d support: some test cases works 2019-01-30 09:35:17 +08:00
ShaderModuleGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
TextureGL.cpp metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00
TextureGL.h metal support for cocos2d-x (#19305) 2019-01-18 15:08:25 +08:00