Zengtudor
Zengtudor synced commits to refs/pull/2759/head at Zengtudor/glfw from mirror 2025-09-30 11:50:58 +00:00
0111a5977e Implement rendering a red triangle in the triangle-webgpu example
Zengtudor synced commits to refs/pull/2759/merge at Zengtudor/glfw from mirror 2025-09-30 11:50:58 +00:00
0111a5977e Implement rendering a red triangle in the triangle-webgpu example
Compare 2 commits »
Zengtudor synced and deleted reference refs/tags/renovate/qemux-qemu-7.x at Zengtudor/windows_in_docker from mirror 2025-09-30 03:50:53 +00:00
Zengtudor synced and deleted reference refs/tags/refs/pull/1434/merge at Zengtudor/windows_in_docker from mirror 2025-09-30 03:50:53 +00:00
Zengtudor synced commits to master at Zengtudor/windows_in_docker from mirror 2025-09-30 03:50:53 +00:00
021d0c88f1 chore(deps): update qemux/qemu docker tag to v7.18 (#1434)
Zengtudor synced commits to dev at Zengtudor/MAS from mirror 2025-09-30 03:41:04 +00:00
0d4ab4b435 Fix WMI check regarding SPP
8c440c5c48 Add not LTSC info for IoTEnterprise in change edition
233c9d1b29 Show info for sppsvc 1053 error code
4953ed82b5 ESU support for PPIPro (added in 19045.6388), add build check for later added ESU editions
b627d74f5a Update method 2 link
Compare 9 commits »
Zengtudor synced commits to renovate/qemux-qemu-7.x at Zengtudor/windows_in_docker from mirror 2025-09-29 19:40:54 +00:00
Zengtudor synced new reference renovate/qemux-qemu-7.x to Zengtudor/windows_in_docker from mirror 2025-09-29 19:40:54 +00:00
Zengtudor synced commits to refs/pull/2759/head at Zengtudor/glfw from mirror 2025-09-29 19:30:59 +00:00
1471e07ceb Partially Revert "Remove function to pass address of wgpuInstanceCreateSurface."
044774dcee Provide weak default implementation for wgpuInstanceCreateSurface
Compare 2 commits »
Zengtudor synced commits to refs/pull/2759/merge at Zengtudor/glfw from mirror 2025-09-29 19:30:59 +00:00
1471e07ceb Partially Revert "Remove function to pass address of wgpuInstanceCreateSurface."
044774dcee Provide weak default implementation for wgpuInstanceCreateSurface
Compare 3 commits »
Zengtudor synced commits to refs/pull/2608/merge at Zengtudor/glfw from mirror 2025-09-29 19:30:58 +00:00
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
1a0b7827d4 EGL: Fix error return value for glfwGetEGLSurface
4c64184455 Remove title member from window config
Compare 11 commits »
Zengtudor synced commits to refs/pull/2759/head at Zengtudor/glfw from mirror 2025-09-29 11:20:59 +00:00
b0b39d678e Remove now unused wgpu member of _glfw
8c2f255906 Remove function to pass address of wgpuInstanceCreateSurface.
a80acffdba Merge branch 'glfw:master' into webgpu
8e15281d34 Add glfwGetGLXFBConfig native access function
621e99d53e Add glfwGetEGLConfig native access function
Compare 19 commits »
Zengtudor synced commits to refs/pull/2759/merge at Zengtudor/glfw from mirror 2025-09-29 11:20:59 +00:00
b0b39d678e Remove now unused wgpu member of _glfw
8c2f255906 Remove function to pass address of wgpuInstanceCreateSurface.
a80acffdba Merge branch 'glfw:master' into webgpu
Compare 4 commits »
Zengtudor synced commits to refs/tags/snapshot_20250921 at Zengtudor/clangd from mirror 2025-09-29 03:11:08 +00:00
Zengtudor synced new reference refs/tags/snapshot_20250921 to Zengtudor/clangd from mirror 2025-09-29 03:11:08 +00:00
Zengtudor synced commits to refs/tags/snapshot_20250928 at Zengtudor/clangd from mirror 2025-09-29 03:11:08 +00:00
Zengtudor synced new reference refs/tags/snapshot_20250928 to Zengtudor/clangd from mirror 2025-09-29 03:11:08 +00:00
Zengtudor synced commits to dev at Zengtudor/windows_in_docker from mirror 2025-09-28 19:10:54 +00:00
Zengtudor synced new reference dev to Zengtudor/windows_in_docker from mirror 2025-09-28 19:10:54 +00:00
Zengtudor synced commits to main at Zengtudor/alg2025 from mirror 2025-09-27 18:31:11 +00:00
0cea6a732c feat: 添加P5658题解实现括号匹配与树遍历算法