swung0x48
|
9d1b280375
|
[Fix, Test] (MG_Util, MG_Test): rename Photon-conflicting MSL identifiers
|
2026-08-15 09:40:13 -04:00 |
|
swung0x48
|
8acd885594
|
[Fix, Test] (DirectVulkan): preserve viewport-index program metadata
|
2026-08-15 09:40:13 -04:00 |
|
swung0x48
|
10ff5e2b18
|
[Fix, Test] (DirectGLES, DirectVulkan): advertise indirect draw capabilities accurately
- advertise GL_ARB_draw_indirect when supported
- gate GL_ARB_base_instance on complete non-zero firstInstance semantics
- synchronize Driver POST reporting
- add capability and extension-advertisement regression tests
|
2026-08-15 06:30:44 -04:00 |
|
swung0x48
|
a6e52476f3
|
[Chore] (CMake): skip embedded SPIRV-Tools executables
|
2026-08-15 05:48:41 -04:00 |
|
swung0x48
|
0deff52a1b
|
[Fix, Test] (DirectVulkan, trace-replay): replay quarter-turn surfaces correctly
|
2026-08-13 06:45:28 -04:00 |
|
swung0x48
|
50fefca959
|
Merge branch "feat/cts-viewport-array" into dev
|
2026-08-13 04:57:40 -04:00 |
|
swung0x48
|
42ad62b54c
|
[Fix, Test] (MG_Util, MG_IntegrationTest): advertise the GL 4.3 VIEWPORT_BOUNDS_RANGE floor on a GLES driver that has no such query, instead of a range admitting no origin
|
2026-08-13 04:44:23 -04:00 |
|
swung0x48
|
f41403e227
|
[Feat, Test] (MG_Backend/DirectVulkan, MG_Test, MG_IntegrationTest): rasterize the viewport gl_ViewportIndex selects, instead of collapsing all sixteen onto viewport 0
|
2026-08-13 04:44:23 -04:00 |
|
swung0x48
|
5fbb17f6b9
|
[Feat, Fix, Test] (MG_State, MG_Impl, MG_Backend, MG_Test): give ARB_viewport_array real 16-element indexed state instead of eight stubs and a viewport-0 echo
|
2026-08-13 04:44:23 -04:00 |
|
swung0x48
|
92d8f7269b
|
[Fix] (MG_IntegrationTest): drop the executable bit a copied-in scenario file carried
|
2026-08-13 04:29:23 -04:00 |
|
swung0x48
|
822e405c77
|
Merge branch "feat/vk-barrier-layer-ranges" into dev
|
2026-08-13 04:28:57 -04:00 |
|
swung0x48
|
b8233f9c4e
|
[Fix, Test] (MG_Backend/DirectVulkan, MG_IntegrationTest): the barrier before every attachment transfer only ever moved layer 0, so a copy off a non-zero layer read a layout nothing had transitioned
|
2026-08-13 04:01:20 -04:00 |
|
Swung0x48
|
91475a7b6f
|
Merge branch feat/cts-copyimage-frontend into dev
|
2026-08-13 03:59:16 -04:00 |
|
Swung0x48
|
cee17025a0
|
[Test] (MG_Test): pin the plain mutable-texture copy every new validator rule is a new way to reject
|
2026-08-13 03:17:27 -04:00 |
|
Swung0x48
|
9642ae4d20
|
[Fix, Test] (MG_Impl/Texture, MG_Backend, MG_Test): copy_image compatibility is texel-block size, and neither backend was told which slice to copy
|
2026-08-13 03:17:27 -04:00 |
|
swung0x48
|
595d140036
|
Merge branch "feat/cts-copyimage-magma-layers" into dev
|
2026-08-13 03:11:21 -04:00 |
|
swung0x48
|
b62d1f2078
|
[Fix, Test] (MG_Backend/DirectVulkan, MG_IntegrationTest): map a layered CopyImageSubData onto the axis each endpoint keeps its slices on, instead of copying slice 0 and calling it done
|
2026-08-13 02:49:57 -04:00 |
|
swung0x48
|
5e82ff968a
|
Merge branch "feat/cts-rgb9e5-raw-transfer" into dev
|
2026-08-13 02:47:18 -04:00 |
|
swung0x48
|
6a80a82dd3
|
[Fix, Test] (MG_Util, MG_Backend/DirectGLES, MG_Backend/DirectVulkan, MG_Test): a packed texel whose client type already spells its storage word must cross glGetTexImage unencoded, or the RGB9_E5 shared exponent gets canonicalized
|
2026-08-13 02:41:37 -04:00 |
|
swung0x48
|
f9182a5ca3
|
Merge branch "fix/cts-copyimage-level-validation" into dev
|
2026-08-13 02:38:43 -04:00 |
|
swung0x48
|
f37b511fca
|
[Fix, Test] (MG_Impl/GLImpl, MG_Backend/DirectVulkan, MG_Backend/DirectGLES, MG_Test, MG_IntegrationTest): a glCopyImageSubData to a mipmap level the texture never had is INVALID_VALUE, not a subresource handed to the driver
|
2026-08-13 02:28:55 -04:00 |
|
swung0x48
|
38027d21f8
|
Merge branch "feat/log-level-semantics" into dev
|
2026-08-13 02:19:26 -04:00 |
|
Swung0x48
|
dd2a62228f
|
[Fix, Feat, Test] (MG_Util, MG_Backend, MG_Impl, MG_State): correct the log severity ordering and unwind the diagnostics it silenced
|
2026-08-13 02:02:49 -04:00 |
|
swung0x48
|
373aa44dd7
|
Merge branch "fix/cts-tess-ssbo-crash" into dev
|
2026-08-13 01:38:58 -04:00 |
|
swung0x48
|
96646df12e
|
[Fix] (MG_Backend/DirectVulkan): review round - failure diagnostics take MGLOG_E, the once-per-patch-size success note takes MGLOG_D, and the per-draw refusal stays latched
|
2026-08-13 01:34:57 -04:00 |
|
swung0x48
|
f20b20e643
|
[Fix, Feat, Test] (MG_Backend/DirectVulkan, MG_Test): synthesize the pass-through tessellation control stage GL gives an evaluation-only program, and refuse the half-tessellated pipeline Mali dereferences null inside
|
2026-08-13 01:28:35 -04:00 |
|
swung0x48
|
2587814970
|
Merge branch "feat/cts-image-format-qualifier" into dev
|
2026-08-12 19:23:51 -04:00 |
|
swung0x48
|
43398e33e8
|
[Fix, Test] (MG_Util, MG_IntegrationTest): review round - anchor a clone only behind a real definition, decline the atomic-image shape, and say what the software lanes cannot falsify
|
2026-08-12 19:12:39 -04:00 |
|
swung0x48
|
b7557d6615
|
[Feat, Fix, Test] (MG_Util, MG_Backend/DirectGLES, MG_IntegrationTest): bake the bound image format into the ESSL a format-less image declaration needs
|
2026-08-12 18:56:31 -04:00 |
|
swung0x48
|
bce34d7fac
|
Merge branch "feat/cts-followup-fp64-ds-imgbuf" into dev
|
2026-08-12 17:56:13 -04:00 |
|
swung0x48
|
f91857266f
|
[Fix, Test] (MG_Backend/DirectGLES, MG_Test): the tessellation stages never got the flat qualifier an ES linker compares across both sides of every integer interface
|
2026-08-12 17:50:31 -04:00 |
|
swung0x48
|
49cb1be0fd
|
[Fix, Test] (MG_Backend/DirectGLES, MG_IntegrationTest): a shader writing a buffer texture through an image unit left the CPU shadow stale, so every map and readback after it saw the old bytes
|
2026-08-12 17:50:31 -04:00 |
|
swung0x48
|
a51c68bb2c
|
[Fix, Test] (MG_Util, MG_IntegrationTest): a 64-bit float constant was read as 32 bits, so every comparison against a round double became an epsilon test against zero
|
2026-08-12 17:50:25 -04:00 |
|
swung0x48
|
1c723a6cfc
|
Merge branch "feat/cts-image-targets" into dev
|
2026-08-12 16:52:34 -04:00 |
|
swung0x48
|
44805bfa07
|
[Fix, Test] (MG_Util, MG_Backend/DirectVulkan, MG_IntegrationTest): adversarial review - the rewritten 1D-array image collided with a module's own 2D-array one and left an invalid duplicate type; pin the component order, keep the subject kinds in a truncated matrix
|
2026-08-12 16:49:59 -04:00 |
|
swung0x48
|
257fcbfd0b
|
[Fix, Test] (MG_Util, MG_Backend/DirectVulkan, MG_IntegrationTest): review round - one module parse for the shaders with no 1D-array image, per-kind values the combined case can name, and the invariants two shared buffers rest on
|
2026-08-12 16:43:29 -04:00 |
|
swung0x48
|
2b46a3db96
|
[Fix, Test] (MG_Util, MG_Backend/DirectGLES, MG_Backend/DirectVulkan): the two image target kinds a compute dispatch could not read - 1D-array on ES, imageBuffer on Vulkan
|
2026-08-12 16:11:10 -04:00 |
|
swung0x48
|
0b36621069
|
Merge branch "feat/cts-diag-wave" into dev
|
2026-08-12 15:33:43 -04:00 |
|
swung0x48
|
9ee2e0a1db
|
[Fix] (MG_Backend/DirectGLES): re-push the texture parameters a regenerated driver texture has lost, instead of trusting caches that outlived it
|
2026-08-12 15:22:39 -04:00 |
|
swung0x48
|
6b6623ae72
|
[Fix, Test] (MG_Backend, MG_Impl, MG_State): advertise the uniform-block and stencil-texturing strings a 4.0 context hides behind, forward DEPTH_STENCIL_TEXTURE_MODE to both backends, and stop a reserved transform feedback name passing for an object
|
2026-08-12 15:12:01 -04:00 |
|
swung0x48
|
a6e029734b
|
[Test, Doc] (MG_IntegrationTest, MG_Backend/DirectGLES): review wave - stop the skip paths leaking their GL objects, normalise the clip enables a neighbouring scenario leaves behind, and state what the software lanes cannot falsify
|
2026-08-12 13:57:32 -04:00 |
|
swung0x48
|
e7d6bfddac
|
[Fix, Test] (MG_Backend/DirectGLES, MG_State, MG_Util): publish the real default framebuffer depth/stencil format, forward the clip distance enables, and stop trusting a stale format probe for non-2D depth attachments
|
2026-08-12 13:34:39 -04:00 |
|
swung0x48
|
f2c879528f
|
Merge branch "feat/es-ds-readback" into dev
|
2026-08-12 12:12:49 -04:00 |
|
Swung0x48
|
eaba4ac1dc
|
[Fix, Docs] (MG_Backend/DirectGLES): drain the attachment-format probe, and document the depth/stencil readback emulation switch
|
2026-08-12 12:09:45 -04:00 |
|
Swung0x48
|
ed6578954e
|
[Feat, Fix, Test] (MG_Backend/DirectGLES, MG_IntegrationTest): emulate ES depth/stencil readback by shader sampling, and stop the replicate blit leaking its borrowed texture unit
|
2026-08-12 11:38:34 -04:00 |
|
swung0x48
|
e005c8b6cb
|
[Test] (tools/trace_replay): drop the minecraft-26.2-main-menu fixture
|
2026-08-12 11:07:38 -04:00 |
|
swung0x48
|
535b5e3095
|
Merge branch "feat/cts-xfb-respec-compressed" into dev
|
2026-08-12 10:35:09 -04:00 |
|
swung0x48
|
1b05a84928
|
[Fix, Test] (MG_State, MG_Backend, MG_Impl, MG_Test): review wave - hand the mapping back instead of renewing it, retire an immutable ES store on respecify, and tag glTexStorage2D levels too
|
2026-08-12 10:32:39 -04:00 |
|
swung0x48
|
7ccb762936
|
[Fix, Test] (MG_Impl, MG_Test): a persistently mapped unpack buffer is a legal source for the compressed uploads too
|
2026-08-12 09:24:57 -04:00 |
|
swung0x48
|
442e7eec1c
|
[Docs] (MG_IntegrationTest): the capture-buffer note described a bug that is fixed and pinned elsewhere now
|
2026-08-12 09:22:17 -04:00 |
|