swung0x48
|
b220c8baab
|
[Feat] (MG_Impl/Texture): Decouple texture internal format and input format
|
2025-12-15 14:16:36 +08:00 |
|
swung0x48
|
02a2f4af4a
|
[Feat] (MG_Impl/Texture): accept GL_TEXTURE_LOD_BIAS at frontend
|
2025-12-15 12:35:24 +08:00 |
|
BZLZHH
|
de028204a2
|
[Feat] (MG_Backend/DirectGLES): Implement ClearBuffer* in backend.
|
2025-12-14 12:06:48 +08:00 |
|
BZLZHH
|
5071a98e00
|
[Feat] (MG_Impl/Framebuffer): Add ClearBuffer*.
|
2025-12-14 11:37:15 +08:00 |
|
BZLZHH
|
4f1def412c
|
[Fix] (MG_State/RenderBufferState): Add missing RenderbufferObject::GetSamples
|
2025-12-14 11:30:49 +08:00 |
|
BZLZHH
|
9ab001bf75
|
[Feat] (MG_Impl/Framebuffer): Implement renderbuffer funcs.
|
2025-12-14 11:28:02 +08:00 |
|
BZLZHH
|
69a7374b51
|
[Feat] (MG_Utils/Converters): Converters for Renderbuffer enum.
|
2025-12-14 11:26:47 +08:00 |
|
BZLZHH
|
e4cc101639
|
[Docs] (README): Fix funny link.
|
2025-12-14 11:25:13 +08:00 |
|
BZLZHH
|
3063374834
|
[Feat] (MG_State/RenderbufferObject): Better RenderbufferObject.
|
2025-12-14 11:17:09 +08:00 |
|
BZLZHH
|
100d5bca99
|
[Feat] (MG_Util/Types): Add ComponentSizes.
|
2025-12-14 11:15:27 +08:00 |
|
BZLZHH
|
711e427b76
|
[Feat] (MG_State): Integration with RenderbufferState.
|
2025-12-14 09:49:55 +08:00 |
|
BZLZHH
|
5bb9faaaa5
|
[Feat] (MG_State/RenderBufferState): Initially implement RenderbufferState.
|
2025-12-14 09:40:36 +08:00 |
|
BZLZHH
|
96c3024544
|
Merge remote-tracking branch 'origin/Feat/Backend-Direct-GLES' into Feat/Backend-Direct-GLES
|
2025-12-14 08:17:48 +08:00 |
|
BZLZHH
|
5d2a954b4b
|
[Misc] (MG_Impl/Getter): Stub for GL_MAX_SAMPLES.
|
2025-12-14 08:17:07 +08:00 |
|
swung0x48
|
c3755d77ef
|
[Feat] (MG_Impl/Texture): implement GL_TEXTURE_SWIZZLE_RGBA
|
2025-12-13 21:28:04 +08:00 |
|
swung0x48
|
81a717ada7
|
[Feat] (MG_Impl/Texture): partially implement glTexParameter*v
- Fixing NeoForge loading screen
|
2025-12-13 20:48:59 +08:00 |
|
swung0x48
|
17bbe3e6ba
|
[Feat] (CMake): make TRACY_ENABLE as an option
|
2025-12-12 23:40:39 +08:00 |
|
swung0x48
|
0519cdeb9c
|
[Optimization] (MG_Backend/DirectGLES): add more tracy zones
|
2025-12-12 10:25:39 +08:00 |
|
swung0x48
|
f08859d1c5
|
[Fix] (3rdparty/tracy): enable TRACY_NO_CRASH_HANDLER to prevent unwanted crash detection
|
2025-12-12 09:30:34 +08:00 |
|
swung0x48
|
6a9738a7c5
|
[Optimization] (MG_Backend/DirectGLES): optimize BackendTextureBindingProtector usage
|
2025-12-11 20:38:09 +08:00 |
|
swung0x48
|
91b04f6995
|
[Feat] (MG_Backend/DirectGLES): tracy integration for DirectGLES backend
|
2025-12-11 20:37:20 +08:00 |
|
swung0x48
|
ffd4ec3408
|
[Feat] (tracy): initial tracy integration
|
2025-12-11 17:18:26 +08:00 |
|
swung0x48
|
0e9bca40f3
|
[Chore] (CMake): use set() instead of option()
|
2025-12-11 16:29:03 +08:00 |
|
swung0x48
|
1e64a85bcd
|
[Fix] (Defines.h): include mingw as Windows platform
|
2025-12-11 15:14:07 +08:00 |
|
swung0x48
|
f94861926a
|
[Feat] (3rdparty/tracy): initial integration of Tracy Profiler
|
2025-12-11 15:12:19 +08:00 |
|
swung0x48
|
6b4c911f06
|
[Fix] (CMake): lower tests to O2 optimization
|
2025-12-10 17:53:33 +08:00 |
|
swung0x48
|
eb705c53bf
|
[Chore] (MG_State/Texture): explicitly specify value for enums
|
2025-12-10 15:29:59 +08:00 |
|
swung0x48
|
a1a9b16457
|
[Chore] (MG_Backend/DirectGLES): rearrange DebugImpl
|
2025-12-10 15:25:20 +08:00 |
|
swung0x48
|
b79424a78c
|
[Feat] (MG_Backend/DirectGLES): sync tex buffer to backend
|
2025-12-10 09:17:30 +08:00 |
|
swung0x48
|
cb4e6b5f19
|
[Feat] (MG_State/Texture, MG_Impl/Texture): glTexBuffer (and implement TextureObjectBuffer accordingly)
|
2025-12-09 21:20:39 +08:00 |
|
swung0x48
|
3f36248638
|
[Fix] (MG_Test/Program): does this fix ci failure?
|
2025-12-09 13:48:18 +08:00 |
|
swung0x48
|
0a89ad4f30
|
[Feat] (MG_State/Texture): separate mipmap from TextureObjectBase
|
2025-12-09 10:57:10 +08:00 |
|
BZLZHH
|
56f45499e1
|
[Feat] (MG_Backend/DirectGLES): Set divisor for VAO attrib.
|
2025-12-07 11:07:58 +08:00 |
|
BZLZHH
|
4089a42d3b
|
[Feat] (MG_Impl/VertexArray): Implement VertexAttribDivisor.
|
2025-12-07 11:03:22 +08:00 |
|
BZLZHH
|
13abb24324
|
[Feat] (MG_State/VertexArrayState): Implement divisor.
|
2025-12-07 11:03:00 +08:00 |
|
BZLZHH
|
407d57e9b9
|
[Feat] (MG_Impl/Drawing): Implement more draw funcs.
|
2025-12-07 10:50:26 +08:00 |
|
BZLZHH
|
b3824c871c
|
[Feat] (MG_Backend/DirectGLES): Implement more draw funcs. Add DrawSyncBit.
|
2025-12-07 10:50:13 +08:00 |
|
BZLZHH
|
1da2550774
|
[Chore] (...): Use Calender Versioning.
|
2025-12-07 09:41:25 +08:00 |
|
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 |
|
swung0x48
|
ab6d9f60e7
|
[Refactor] (MG_State/Texture): decouple texture object and mipmap storage
|
2025-12-06 22:24:30 +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 |
|
swung0x48
|
fe6bd76cfa
|
[Fix] (MG_State/TextureStorage): fix wrong assertion
|
2025-11-30 10:34:03 +08:00 |
|
swung0x48
|
ea61946bfc
|
Merge branch 'Feat/Backend-Direct-GLES' of https://github.com/MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
|
2025-11-30 10:19:48 +08:00 |
|
swung0x48
|
5e0a6c70b8
|
[Chore] (submodule): revert glslang to 15.4.0
|
2025-11-30 10:19:03 +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 |
|