swung0x48
|
99bc2e121b
|
[Feat] (MG_Test/Backend/DirectVulkan): pick and compare physical device
|
2026-02-12 00:07:52 +08:00 |
|
swung0x48
|
341749706d
|
[Feat] (MG_Test/Backend/DirectVulkan): graphics queue and present queue
|
2026-02-11 23:20:31 +08:00 |
|
swung0x48
|
a25bfcb0d0
|
[Fix] (MG_Test/Backend/DirectVulkan): prevents double init
|
2026-02-11 22:54:07 +08:00 |
|
swung0x48
|
b2ea29b91d
|
[Chore] (MG_Test/Backend/DirectVulkan): create surface first, then logical device
|
2026-02-11 22:53:50 +08:00 |
|
swung0x48
|
a28f5eeee6
|
[Feat] (MG_Backend/DirectVulkan): refactor queue family stuff
|
2026-02-11 18:04:24 +08:00 |
|
swung0x48
|
2febb10319
|
[Feat] (MG_Backend/DirectVulkan): Create vkSurfaceKHR
|
2026-02-11 17:20:39 +08:00 |
|
swung0x48
|
ae3a27bf06
|
[Feat] (MG_Backend/DirectVulkan): Create logical device
|
2026-02-11 15:32:56 +08:00 |
|
swung0x48
|
5a751a6745
|
[Feat] (MG_Backend/DirectVulkan): pick vkPhysicalDevice
|
2026-02-11 14:35:37 +08:00 |
|
swung0x48
|
0a7061f375
|
[Feat] (MG_Backend/DirectVulkan): redo the whole thing, bringing up Vulkan instance
|
2026-02-11 13:54:40 +08:00 |
|
swung0x48
|
c7db89a200
|
[Chore] (MG_Backend/DirectVulkan): fix up variable and type naming scheme
|
2026-02-11 09:15:48 +08:00 |
|
swung0x48
|
a6784e7714
|
[Feat] (MG_Test/Backend/DirectVulkan): fix wrong preprocessor directive
|
2026-02-10 23:39:24 +08:00 |
|
swung0x48
|
a9b92a756b
|
[Chore] (MG_Test/Backend/DirectVulkan): use warning instead of error
|
2026-02-10 23:38:40 +08:00 |
|
swung0x48
|
52eb6b3f2a
|
[Feat] (MG_Test/Backend/DirectVulkan): add a simple test environment
|
2026-02-10 23:14:20 +08:00 |
|
swung0x48
|
43e59d8fce
|
[Fix] (MG_Backend/DirectVulkan): fix validation error on Windows
|
2026-02-10 14:16:23 +08:00 |
|
swung0x48
|
ceaa6ff5f8
|
[Fix] (MG_Backend/DirectVulkan): silence some validation error on Windows
|
2026-02-10 13:39:51 +08:00 |
|
swung0x48
|
a77088eeb3
|
[Feat] (MG_Backend/DirectVulkan): use VK_USE_PLATFORM_*_KHR macro instead
|
2026-02-10 13:32:20 +08:00 |
|
swung0x48
|
162dbf8750
|
[Feat] (MG_Backend/DirectVulkan): hooking up Windows VK WSI
|
2026-02-10 13:28:05 +08:00 |
|
swung0x48
|
1c2924eef9
|
[Feat] (MG_Test/Backend/DirectVulkan): some sanity tests
|
2026-02-10 13:24:24 +08:00 |
|
swung0x48
|
acc826ee9f
|
[Fix] (MG_Impl/EGLImpl/EGLForVulkan): fix wrong egl function signatures
|
2026-02-10 11:21:16 +08:00 |
|
swung0x48
|
8e58875b8f
|
[Feat] (MG_Backend/DirectVulkan): use rgba instead of xyzw
|
2026-02-09 22:34:44 +08:00 |
|
swung0x48
|
51451e8de3
|
[Feat] (MG_Backend/DirectVulkan): make helper functions static
|
2026-02-09 22:23:53 +08:00 |
|
swung0x48
|
b806397ae3
|
[Feat] (MG_Backend/DirectVulkan/RenderStateManager): impelement RenderStateManager
|
2026-02-09 22:16:22 +08:00 |
|
swung0x48
|
358efe4d1b
|
[Feat] (MG_Backend/DirectVulkan/VertexInputStateManager): impelement VertexInputStateManager
|
2026-02-09 21:31:27 +08:00 |
|
swung0x48
|
cd3ff1f881
|
[Feat] (MG_Backend/DirectVulkan/ProgramManager): impelement CreatePipelineShaderStages/GetPipelineShaderStages
|
2026-02-09 21:02:27 +08:00 |
|
swung0x48
|
6c10876532
|
[Fix] (MG_Backend/DirectVulkan): fix file header
|
2026-02-09 20:51:36 +08:00 |
|
swung0x48
|
ce8a2356d7
|
[Fix] (MG_Test/Program): fix hardcoded stage-index relationship
|
2026-02-09 20:30:22 +08:00 |
|
BZLZHH
|
37f26d1bb1
|
[Misc] (gitignore): Ignore /build_*
|
2026-02-09 18:22:20 +08:00 |
|
swung0x48
|
22bc4fbbc9
|
[Feat] (MG_Backend/DirectVulkan): ProgramManager - hash program object
|
2026-02-09 16:18:50 +08:00 |
|
swung0x48
|
18941f9e83
|
[Feat] (MobileGL/Config): add CacheVersion
|
2026-02-09 14:43:29 +08:00 |
|
swung0x48
|
0b332bdc58
|
[Chore] (3rdparty): add xxHash
|
2026-02-09 13:55:05 +08:00 |
|
BZLZHH
|
2abdebcd96
|
[Fix] (MG_Backend/DirectVulkan): Acquire next frame image only at the start of frame.
|
2026-02-08 18:56:25 +08:00 |
|
BZLZHH
|
e39af3b940
|
[Fix|Refactor] (MG_Backend/DirectVulkan): Fix incorrect vkAcquireNextImageKHR call. MOBILEGL_ASSERT_VK -> VK_VERIFY.
|
2026-02-08 16:28:12 +08:00 |
|
BZLZHH
|
3b2c2028b9
|
[Feat] (MG_Backend/DirectVulkan): Present frame in eglSwapBuffers.
|
2026-02-08 14:58:42 +08:00 |
|
BZLZHH
|
55020a1e86
|
[Improvement] (MG_Backend/DirectVulkan): Unify error handling.
|
2026-02-08 14:48:04 +08:00 |
|
swung0x48
|
6d4ddc47f6
|
[Fix] (MG_Backend/DirectVulkan): request Vulkan 1.1 (to make renderdoc happy)
|
2026-02-08 13:47:27 +08:00 |
|
swung0x48
|
2aff5dc650
|
[Fix] (MG_Impl/EGL/EGLForVulkan): use GL semantics for demo shader
|
2026-02-08 13:31:51 +08:00 |
|
swung0x48
|
7aa7b82628
|
[Fix] (buildsystem): fix build on Android
|
2026-02-08 11:51:14 +08:00 |
|
swung0x48
|
fd530156a6
|
[Fix] (buildsystem): fix build on Windows
|
2026-02-08 10:00:08 +08:00 |
|
BZLZHH
|
56c98041e3
|
[Misc] (MG_Backend/DirectVulkan): Prioritize MAILBOX/IMMEDIATE present modes.
|
2026-02-08 01:09:12 +08:00 |
|
BZLZHH
|
6eeb67f08b
|
Merge branch 'dev' into Feat/Backend-Direct-Vulkan
|
2026-02-07 12:32:16 +08:00 |
|
BZLZHH
|
155aaa0d4b
|
[Docs] (README): Improve accuracy.
|
2026-02-07 12:32:03 +08:00 |
|
BZLZHH
|
9a6cf7fc7f
|
Merge branch 'dev' into Feat/Backend-Direct-Vulkan
|
2026-02-07 11:41:11 +08:00 |
|
BZLZHH
|
aaeb2711ff
|
Merge branch 'Feat/Backend-Direct-GLES' into dev
|
2026-02-07 11:25:28 +08:00 |
|
BZLZHH
|
d4d0407a1c
|
[Fix] (MG_Backend/DirectGLES): Fix GetTexImage.
|
2026-02-06 21:42:07 +08:00 |
|
BZLZHH
|
eb3621cb3c
|
Revert "[Misc] (MG_Backend/DirectGLES): Handle GL_BGRA as GL_RGBA in ReadPixels and GetTexImage."
This reverts commit 2ad7e2da40.
|
2026-02-06 20:48:01 +08:00 |
|
BZLZHH
|
2ad7e2da40
|
[Misc] (MG_Backend/DirectGLES): Handle GL_BGRA as GL_RGBA in ReadPixels and GetTexImage.
|
2026-02-06 20:21:10 +08:00 |
|
BZLZHH
|
a7d8e90600
|
[Feat] (MG_Backend/DirectGLES|MG_Impl): Initial implementions of GetTexImage and ReadPixels.
|
2026-02-06 20:14:18 +08:00 |
|
BZLZHH
|
e8f385820a
|
Merge branch 'Feat/Backend-Direct-GLES' into dev
|
2026-02-06 01:11:55 +08:00 |
|
BZLZHH
|
07927dc4a3
|
[Feat] (MG_Backend/DirectGLES): Sync indexed blend states.
|
2026-02-06 01:05:18 +08:00 |
|
BZLZHH
|
91eb75a95d
|
[Feat] (MG_Impl/RenderState): Implement Enablei, Disablei, BlendFuncSeparatei, IsEnabled, IsEnabledi.
|
2026-02-06 01:03:51 +08:00 |
|