BZLZHH
|
ecc91290cb
|
[Docs] (README): Better introduction.
|
2025-12-07 02:13:02 +08:00 |
|
BZLZHH
|
c69cae1ba2
|
[Docs] (README): Introduce this project.
|
2025-12-07 02:03:32 +08:00 |
|
BZLZHH
|
9934b1b2b3
|
[Chore] (3rdparty): Remove unordered_dense.
|
2025-12-07 01:18:42 +08:00 |
|
BZLZHH
|
5860856bc1
|
[Chore] (3rdparty): Remove glm.
|
2025-12-07 01:17:16 +08:00 |
|
BZLZHH
|
6293f3f0ab
|
[Feat] (MG_State/TextureState): Add GL_FLOAT_32_UNSIGNED_INT_24_8_REV.
|
2025-11-30 11:42:20 +08:00 |
|
BZLZHH
|
7a9cb2dafb
|
[Fix] (MG_Backend/DirectGLES): Handle more internal format.
|
2025-11-30 11:24:21 +08:00 |
|
BZLZHH
|
e8b668a701
|
Merge branch 'Feat/Backend-Direct-GLES' of github.com:MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
|
2025-11-30 10:13:43 +08:00 |
|
BZLZHH
|
fe741f892e
|
[Fix] (MG_Util/Metrics): Handle TextureInternalFormat::Red
|
2025-11-30 10:13:31 +08:00 |
|
BZLZHH
|
3ba9709748
|
Merge branch 'Feat/Backend-Direct-GLES' of github.com:MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
|
2025-11-29 23:06:34 +08:00 |
|
BZLZHH
|
51554eac7c
|
[Perf|Fix] (MG_Backend/DirectGLES): Clear dirty after buffer sync.
|
2025-11-29 22:57:40 +08:00 |
|
BZLZHH
|
a9c49cbc77
|
[Feat] (MG_Impl/Getter|CMake): Show git commit hash. Adjust some texts.
|
2025-11-29 21:21:13 +08:00 |
|
BZLZHH
|
d1c58904f4
|
[Fix] (MG_Backend/DirectGLES): Bind sampler object in backend.
|
2025-11-29 20:02:08 +08:00 |
|
BZLZHH
|
49e80ae4cf
|
[Fix] (MG_Backend/DirectGLES): Fix sampler sync.
|
2025-11-29 20:01:33 +08:00 |
|
BZLZHH
|
37ffacb373
|
[Fix] (MG_State/ProgramState): Add CompileForOpenGL bit for shader compilation.
|
2025-11-29 19:27:39 +08:00 |
|
BZLZHH
|
a87a828297
|
[Fix] (MG_Backend/DirectGLES): Also sync minFilter when mipmapMode changes.
|
2025-11-29 18:06:26 +08:00 |
|
BZLZHH
|
882a9302e5
|
[Fix] (MG_Backend/DirectGLES): Remove incorrect branch to skip unit binding sync.
|
2025-11-29 18:04:10 +08:00 |
|
BZLZHH
|
b048037145
|
[Perf] (MG_Backend/DirectGLES): Enable invalidate when syncing buffer data.
|
2025-11-29 17:59:43 +08:00 |
|
BZLZHH
|
d2d95cb4cc
|
[Fix] (MG_State/SamplerState): mipmapMode should be None by default.
|
2025-11-29 17:56:38 +08:00 |
|
BZLZHH
|
1a9f546309
|
[Feat] (MG_Util/BackendLoaders): Detect buffer storage extension.
|
2025-11-29 14:26:01 +08:00 |
|
BZLZHH
|
521bcadbee
|
[Fix] (...): Fix code mess.
|
2025-11-29 01:43:58 +08:00 |
|
BZLZHH
|
7a30c56b13
|
[Improvement] (MG_Backend/DirectGLES): Add cache for swizzle params.
|
2025-11-29 01:35:58 +08:00 |
|
BZLZHH
|
32c062d019
|
[Feat] (MG_State/TextureState): Add ITextureObject::GetAllSwizzleParams
|
2025-11-29 01:33:58 +08:00 |
|
BZLZHH
|
75fc52febe
|
[Feat] (MG_State/TextureState): Stubs for unimplemented texture types.
|
2025-11-29 01:31:41 +08:00 |
|
BZLZHH
|
6ba9382321
|
[Feat] (MG_Util/Converters): More converters for Texture enum.
|
2025-11-29 01:23:34 +08:00 |
|
BZLZHH
|
8ca8fa1520
|
[Perf|Fix] (MG_Backend/DirectGLES): Improve perf.
|
2025-11-29 01:21:34 +08:00 |
|
BZLZHH
|
936abafde9
|
Revert "[Improvement] (MG_State/TextureState): Separate TextureStorage.h into .cpp/.h"
This reverts commit 657c672899.
|
2025-11-28 22:37:49 +08:00 |
|
BZLZHH
|
e72bdb67b5
|
[Feat] (MG_State/TextureState): Add more TextureUploadTarget.
|
2025-11-28 21:37:47 +08:00 |
|
BZLZHH
|
657c672899
|
[Improvement] (MG_State/TextureState): Separate TextureStorage.h into .cpp/.h
|
2025-11-28 21:09:14 +08:00 |
|
BZLZHH
|
a6b34ee5bf
|
[Chore] (...): Format code.
|
2025-11-28 15:17:50 +08:00 |
|
BZLZHH
|
c67e6e26fa
|
[Fix] (MG_Backend/DirectGLES): Do not bind PBO.
|
2025-11-28 15:16:07 +08:00 |
|
BZLZHH
|
9cd749b707
|
[Improvement] (All): Better assertion.
|
2025-11-23 10:27:01 +08:00 |
|
BZLZHH
|
131c9a2db6
|
[Improvement] (MG_Impl/Sampler): Create sampler object even when not bound.
|
2025-11-16 02:19:16 +08:00 |
|
BZLZHH
|
fe7af0839e
|
[Fix] (MG_Impl/Getter): Fix wrong error record for GL_MAX_COLOR_ATTACHMENTS and GL_MAX_DRAW_BUFFERS.
|
2025-11-16 02:16:23 +08:00 |
|
BZLZHH
|
6b6f224e1e
|
[Feat] (MG_Backend/DirectGLES): Implement sampler object sync.
|
2025-11-16 01:31:24 +08:00 |
|
BZLZHH
|
850081d313
|
[Feat] (MG_State/SamplerState): Uniform SamplerParameters.
|
2025-11-16 00:43:23 +08:00 |
|
BZLZHH
|
60bb091927
|
[Feat] (MG_Impl/Sampler): Implement full sampler object frontend.
|
2025-11-16 00:36:21 +08:00 |
|
BZLZHH
|
3809a9f52f
|
[Feat] (MG_State/SamplerState): Implement SamplerState.
|
2025-11-15 23:53:54 +08:00 |
|
BZLZHH
|
c664815fee
|
[Fix] (MG_Backend/DirectGLES): Do not upload junk data for texture.
|
2025-11-15 23:32:11 +08:00 |
|
BZLZHH
|
784b53344c
|
[Feat] (MG_State/TextureState|MG_Impl/Texture): Add hasData mark for MipmapLevelInternal.
|
2025-11-15 23:17:01 +08:00 |
|
BZLZHH
|
8b39e3c8a9
|
[Feat] (MG_Impl/Texture): Implement PBO.
|
2025-11-15 23:02:00 +08:00 |
|
BZLZHH
|
e944944e7c
|
[Misc] (MG_Impl/Getter): GL_MAX_COLOR_ATTACHMENTS in GetIntegerv.
|
2025-11-15 22:41:30 +08:00 |
|
BZLZHH
|
7af4c7d71b
|
[Fix] (MG_State/FramebufferState): Set default readBuffer value as Color0.
|
2025-11-15 22:09:57 +08:00 |
|
BZLZHH
|
845f699e3f
|
[Fix] (MG_State/FramebufferState): FramebufferAttachment::IsEmpty should be const.
|
2025-11-15 21:57:43 +08:00 |
|
BZLZHH
|
49b66c30c1
|
[Feat] (MG_State/TextureState|MG_Impl/Texture): Add fake CubeMapTexture support.
|
2025-11-15 21:47:50 +08:00 |
|
BZLZHH
|
a0cc3e5f3e
|
[Misc] (MG_Impl/Getter): Hardcode the value returned by GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT as 256.
|
2025-11-15 21:40:25 +08:00 |
|
BZLZHH
|
2ce2d1c731
|
[Misc] (MG_State/ProgramState): Better log.
|
2025-11-15 21:39:01 +08:00 |
|
BZLZHH
|
e85b067314
|
[Fix] (MG_Backend/DirectGLES|MG_Impl/Program): Correct UBO binding.
|
2025-11-15 21:37:08 +08:00 |
|
BZLZHH
|
4cb82e2e50
|
[Fix] (MG_Backend/DirectGLES): Correct MRT sync.
|
2025-11-15 21:34:40 +08:00 |
|
BZLZHH
|
2534394df3
|
[Improvement] (MG_Backend/DirectGLES): Better buffer sync.
|
2025-11-15 21:31:34 +08:00 |
|
BZLZHH
|
1c8af9253b
|
[Improvement] (MG_Backend): Better log.
|
2025-11-15 14:35:44 +08:00 |
|
BZLZHH
|
ac5c26af99
|
[Feat] (MG_Impl/Drawing): Export glDrawElementsBaseVertex.
|
2025-11-15 14:16:40 +08:00 |
|
BZLZHH
|
1f831d79a9
|
[Chore] (Include): Remove junk files.
|
2025-11-14 13:34:03 +08:00 |
|
BZLZHH
|
651c91f78e
|
[Chore] (Gradle): Upgrade NDK version.
|
2025-11-14 12:43:31 +08:00 |
|
BZLZHH
|
b83977b906
|
[Fix] (MG_State/ProgramState): Separate detach/remove shader in ProgramObject. Add more log.
|
2025-11-09 11:37:50 +08:00 |
|
BZLZHH
|
e68089590d
|
[Chore|Perf] (CMakeLists): Optimize compile/link options.
|
2025-11-09 10:03:59 +08:00 |
|
BZLZHH
|
effeb7d9f7
|
Merge branch 'Feat/Backend-Direct-GLES' of github.com:MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
|
2025-11-01 23:48:42 +08:00 |
|
BZLZHH
|
a39d6b67f9
|
[Fix] (MG_Backend/DirectGLES): Fix wrong return; in buffer syncing.
|
2025-11-01 23:48:25 +08:00 |
|
BZLZHH
|
2c05d937e5
|
Merge branch 'Feat/Backend-Direct-GLES' of github.com:MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
|
2025-11-01 21:43:13 +08:00 |
|
BZLZHH
|
984ae97579
|
[Improvement] (...): Better handling for enabling/disabling attribute in VAO.
|
2025-11-01 21:42:05 +08:00 |
|
BZLZHH
|
d652645346
|
[Feat] (...): Handle pixel store correctly.
|
2025-11-01 19:52:33 +08:00 |
|
BZLZHH
|
bcb947235d
|
[Feat] (...): Implement scissor box in frontend and backend.
|
2025-11-01 16:40:38 +08:00 |
|
BZLZHH
|
708db4b5eb
|
[Fix] (MG_Impl/Texture): Fix wrong function call for GL_TEXTURE_MAX_LEVEL.
|
2025-11-01 16:20:25 +08:00 |
|
BZLZHH
|
6c4340af43
|
[Feat] (MG_Backend/DirectGLES): Handle newly added params in backend.
|
2025-11-01 16:03:18 +08:00 |
|
BZLZHH
|
cb768f9644
|
[Feat] (MG_Impl/Texture): Handle newly added params in TexParameter*.
|
2025-11-01 16:00:35 +08:00 |
|
BZLZHH
|
5ffc4d1e2d
|
[Feat] (MG_Utils/Converters): Add converters for TextureSwizzleParam.
|
2025-11-01 15:51:58 +08:00 |
|
BZLZHH
|
4d8db7fb3b
|
[Feat] (MG_State/TextureState): Implement full texture parameter track.
|
2025-11-01 15:49:16 +08:00 |
|
BZLZHH
|
dfb08ac8b0
|
[Fix] (MG_Backend/DirectGLES): Ensure other methods for buffer syncing available.
|
2025-11-01 13:39:01 +08:00 |
|
BZLZHH
|
e8d6cd4b31
|
[Feat] (...): Implement glDrawArrays.
|
2025-11-01 13:06:18 +08:00 |
|
BZLZHH
|
0ae69cfe9e
|
[Fix] (MG_Impl/Getter): Fix wrong return value for GL_ACTIVE_TEXTURE.
|
2025-11-01 12:32:40 +08:00 |
|
BZLZHH
|
3858e8ebda
|
[Fix] (MG_Impl/Getter): Fix crashing when object is nullptr in GetIntegerv.
|
2025-11-01 12:24:07 +08:00 |
|
BZLZHH
|
7abd9af8b6
|
[Fix] (MG_State/TextureState): Add missing TextureUnit::GetSamplerObject()
|
2025-11-01 12:03:20 +08:00 |
|
BZLZHH
|
c4992797c7
|
[Feat] (MG_Impl/Getter): Implement basic GetIntegerv.
|
2025-11-01 11:59:12 +08:00 |
|
BZLZHH
|
394cf14198
|
[Feat] (MG_State/TextureObject): Add missing TextureObjectBase::GetExternalIndex()
|
2025-11-01 11:30:17 +08:00 |
|
BZLZHH
|
1269bc76f3
|
[Feat] (MG_State): Add external index getter for each object.
|
2025-11-01 11:18:35 +08:00 |
|
BZLZHH
|
8da681c720
|
[Fix] (MG_State/ProgramState): Handle version directive in shader source.
|
2025-11-01 10:07:36 +08:00 |
|
BZLZHH
|
9b0589840b
|
[Fix] (MG_Test/VertexArrayTest): Allow default VAO.
|
2025-10-31 15:29:25 +08:00 |
|
BZLZHH
|
d36e42103b
|
[Feat] (MG_Impl/VertexArrayState): Allow VAO at index 0.
|
2025-10-31 14:40:47 +08:00 |
|
BZLZHH
|
731281eb61
|
[Feat] (MG_State/VertexArrayState): Implement default VAO at index 0.
|
2025-10-31 14:40:14 +08:00 |
|
BZLZHH
|
6959405518
|
[Fix] (MG_Impl/TextureImpl|FramebufferImpl): Handle texture 0.
|
2025-10-31 14:13:38 +08:00 |
|
BZLZHH
|
73f8b88b5c
|
[Fix] (MG_Backend): Fix RendererInfoPtr not accessible.
|
2025-10-31 13:44:51 +08:00 |
|
BZLZHH
|
d982928a23
|
[Improvement] (...): Optimize code.
|
2025-10-31 13:29:48 +08:00 |
|
BZLZHH
|
2652a12fdc
|
[Fix] (Scripts): Ensure full bar at 100% in formatting script.
|
2025-10-31 12:44:49 +08:00 |
|
BZLZHH
|
e31f3b8057
|
Merge branch 'dev' into Feat/Backend-Direct-GLES
|
2025-10-27 12:06:51 +08:00 |
|
BZLZHH
|
47ea1788db
|
[Chore] (All): Format code.
|
2025-10-27 12:03:05 +08:00 |
|
BZLZHH
|
ea9fc4dbe8
|
[Improvement] (MG_Backend/DirectGLES): Remove unused code.
|
2025-10-27 12:01:04 +08:00 |
|
BZLZHH
|
5da6a0e05e
|
[Fix] (MG_Backend/DirectGLES): Actually compile shader and use.
* TODO: remove junk code.
|
2025-10-26 11:43:10 +08:00 |
|
BZLZHH
|
b8d8188239
|
[Improvement] (MG_Backend/DirectGLES): Make most stuff const auto&
|
2025-10-26 09:56:56 +08:00 |
|
BZLZHH
|
d90e35d630
|
[Fix] (MG_Backend/DirectGLES): Fix wrong buffer data in sync.
|
2025-10-26 09:50:05 +08:00 |
|
BZLZHH
|
21d659214f
|
[Fix] (MG_Backend/DirectGLES): Fix default FBO.
|
2025-10-26 09:25:17 +08:00 |
|
BZLZHH
|
60129e1a61
|
[Fix] (MG_Backend/DirectGLES): Bind current state.
|
2025-10-19 12:28:15 +08:00 |
|
BZLZHH
|
6423a32a2e
|
[Fix] (MG_Backend/DirectGLES|MG_State/BufferState): Fix crash.
|
2025-10-19 12:04:45 +08:00 |
|
BZLZHH
|
93a0bbaed8
|
[Feat] (MG_Backend/DirectGLES): Implement basic stuff for DirectGLES backend.
|
2025-10-19 11:47:44 +08:00 |
|
BZLZHH
|
ef2221659a
|
[Misc] (MG_Impl/Drawing): Test glClear in backend.
|
2025-10-06 16:21:02 +08:00 |
|
BZLZHH
|
bd1056f9c9
|
[Feat|Fix] (...): Add/Fix lots of stuff, being able not to crash in MC.
|
2025-10-06 16:08:35 +08:00 |
|
BZLZHH
|
e37dedb72d
|
[Feat] (...): Basic ability to load GLES/EGL.
|
2025-10-06 11:47:27 +08:00 |
|
BZLZHH
|
7275df3d60
|
[Chore] (MG_Backend/Backends): Rename MG-Dir-GLES to Espryt.
|
2025-10-06 10:32:15 +08:00 |
|
BZLZHH
|
5e42d15c61
|
[Feat] (MG_Util/BackendLoaders): Add GLES/EGL backend loader.
|
2025-10-06 01:32:55 +08:00 |
|
BZLZHH
|
bcb02fe5e6
|
[Chore] (MG_Backend/Backends): Add DirectGLES and use. Rename renderer names of Diligent ones.
|
2025-10-06 01:06:50 +08:00 |
|
BZLZHH
|
834a40247c
|
[Chore] (Workflows): Run on branch .
|
2025-10-06 00:14:58 +08:00 |
|
BZLZHH
|
e77b01ac84
|
[Feat] (MG_Impl/RenderState): Implement some RenderState GL functions.
|
2025-10-03 13:16:42 +08:00 |
|