axmol/cocos/renderer
halx99 cca0739793 Refactor pixel format manipulate (#217)
* PixelFormat use table

* Correct PixelFormat name to match 'GL_LUMINANCE'

* Up

* fix cube update texture enum

* linux build

* Refine ci

* fix linux build

* Remove unused function, match mtl framebuffer pixel format

* readPixels always RGBA format

* fix ci for linux

* fix linux build

* Remove unused functions

* fix travis

* fix android ci

* Update config.json

* linux glad

* Update CCGLViewImpl-desktop.cpp

* fix linux build

* Fix linux build

* Link issue [skip appveyor][skip travis]

* Update CMakeLists.txt

* Refine GL enums use

* Update test case name [skip appveyor][skip travis]

* fix linux link issue

* for mtl

* fix ci

* Tidy pixelformat enums

* fix ci

* fix rgba8 to abgr4 error

* fix ci

* fix ci for GLES

* Fix linux build, require glibc-2.27+

* Use properly dist for travis [skip appveyor]

* fix linux build [skip appveyor]

* Update install-deps-linux.sh

* Remove unused members for pixel block info, update external to v73

* Sync from compile linux warnings

* Remove unused check, and PixelFormat::A8 is ordinary format, not compressed format

* metal doesn't support rgb8 (#3)

* Update CCTexture2D.cpp

* Refine code

* Pixel Format Descriptor Table

* fix ci

* BGR5A1

* Simplfy texture format convert function name

* Update

* rgba4 match mtl render format

* Add note about RGBA4

* Remove unused function

* fix osx

* Already converted at texture2d

* Clearly comment

* fixup
2020-09-25 11:07:56 +08:00
..
backend Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
shaders Merge: b350a7abf8 d9e6cb8e33 2020-02-24 20:59:11 +08:00
CCCallbackCommand.cpp Remove unused CaptureCallbackCommand (#2) 2020-09-13 14:53:17 +08:00
CCCallbackCommand.h Remove unused CaptureCallbackCommand (#2) 2020-09-13 14:53:17 +08:00
CCColorizer.cpp Update CCColorizer.cpp 2020-08-04 01:31:32 +08:00
CCColorizer.h Update CCColorizer.h 2020-08-04 00:59:02 +08:00
CCCustomCommand.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCCustomCommand.h fix ci 2020-09-17 12:10:08 +08:00
CCGroupCommand.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCGroupCommand.h Init Commit 2019-11-23 20:27:39 +08:00
CCMaterial.cpp Improve code quality 2020-08-18 14:29:09 +08:00
CCMaterial.h Init Commit 2019-11-23 20:27:39 +08:00
CCMeshCommand.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCMeshCommand.h fix ci warnings 2020-09-17 12:13:59 +08:00
CCPass.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCPass.h Init Commit 2019-11-23 20:27:39 +08:00
CCPipelineDescriptor.h RenderTarget abstract, in-progress (#210) 2020-09-21 22:10:50 +08:00
CCQuadCommand.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCQuadCommand.h Init Commit 2019-11-23 20:27:39 +08:00
CCRenderCommand.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCRenderCommand.h Remove unused CaptureCallbackCommand (#2) 2020-09-13 14:53:17 +08:00
CCRenderCommandPool.h Init Commit 2019-11-23 20:27:39 +08:00
CCRenderState.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCRenderState.h Init Commit 2019-11-23 20:27:39 +08:00
CCRenderer.cpp Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
CCRenderer.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCTechnique.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCTechnique.h Init Commit 2019-11-23 20:27:39 +08:00
CCTexture2D.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCTexture2D.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCTextureAtlas.cpp Init Commit 2019-11-23 20:27:39 +08:00
CCTextureAtlas.h Init Commit 2019-11-23 20:27:39 +08:00
CCTextureCache.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCTextureCache.h Init Commit 2019-11-23 20:27:39 +08:00
CCTextureCube.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
CCTextureCube.h Init Commit 2019-11-23 20:27:39 +08:00
CCTrianglesCommand.cpp fix incorrect hash structure for RenderPipeline (#20373) 2019-11-30 16:54:50 +08:00
CCTrianglesCommand.h fix incorrect hash structure for RenderPipeline (#20373) 2019-11-30 16:54:50 +08:00
CMakeLists.txt Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
ccShaders.cpp Merge: f0d60d4a85 a7e118ec0b 2020-02-24 17:51:58 +08:00
ccShaders.h fix lua link error 2020-07-20 17:00:48 +08:00