axmol/cocos/renderer/backend
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
..
metal Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
opengl Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
Backend.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
Buffer.h Init Commit 2019-11-23 20:27:39 +08:00
CommandBuffer.cpp Init Commit 2019-11-23 20:27:39 +08:00
CommandBuffer.h Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
DepthStencilState.cpp Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
DepthStencilState.h Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
Device.cpp Init Commit 2019-11-23 20:27:39 +08:00
Device.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
DeviceInfo.h Improve images decoder 2020-08-31 21:04:47 +08:00
Macros.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
PixelBufferDescriptor.h fix ci 2020-09-11 14:45:45 +08:00
Program.cpp Init Commit 2019-11-23 20:27:39 +08:00
Program.h fix incorrect hash structure for RenderPipeline (#20373) 2019-11-30 16:54:50 +08:00
ProgramCache.cpp Merge: f6853a5852 f36d21c9bf 2020-02-12 20:58:25 +08:00
ProgramCache.h Init Commit 2019-11-23 20:27:39 +08:00
ProgramState.cpp Clear vector after releaseTextures 2020-08-29 22:00:58 +08:00
ProgramState.h Remove unused comment [skip appveyor][skip travis] 2020-08-29 16:59:15 +08:00
ProgramStateRegistry.cpp fix memory leak for ProgramStateRegistry use 2020-09-08 22:13:10 +08:00
ProgramStateRegistry.h fix memory leak for ProgramStateRegistry use 2020-09-08 22:13:10 +08:00
RenderPassParams.cpp RenderTarget abstract, in-progress (#210) 2020-09-21 22:10:50 +08:00
RenderPassParams.h RenderTarget abstract, in-progress (#210) 2020-09-21 22:10:50 +08:00
RenderPipeline.h Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
RenderTarget.h Refactor render pipeline state (#211) 2020-09-22 16:32:17 +08:00
ShaderCache.cpp fix incorrect hash structure for RenderPipeline (#20373) 2019-11-30 16:54:50 +08:00
ShaderCache.h Init Commit 2019-11-23 20:27:39 +08:00
ShaderModule.cpp Init Commit 2019-11-23 20:27:39 +08:00
ShaderModule.h fix incorrect hash structure for RenderPipeline (#20373) 2019-11-30 16:54:50 +08:00
Texture.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
Texture.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
TextureUtils.cpp Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
TextureUtils.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
Types.cpp Init Commit 2019-11-23 20:27:39 +08:00
Types.h Refactor pixel format manipulate (#217) 2020-09-25 11:07:56 +08:00
VertexLayout.cpp Init Commit 2019-11-23 20:27:39 +08:00
VertexLayout.h Init Commit 2019-11-23 20:27:39 +08:00