Commit Graph

  • f1b4a5e07f [Fix, Test] (ShaderTranspiler, DirectGLES): stop printing the default fragment-output colour index into ESSL swung0x48 2026-08-21 21:42:31 -04:00
  • f3cd4091bf [Fix, Test] (DirectGLES): decode the packed r11f_g11f_b10f shadow into the float level its rgba16f carrier is uploaded as swung0x48 2026-08-21 21:38:45 -04:00
  • 529d26f38f [Fix] (DirectGLES): arm the image-format widening for r11f_g11f_b10f in the reflection gate too swung0x48 2026-08-21 21:27:14 -04:00
  • 9bd125aeec [Fix, Test] (ShaderTranspiler): carry r11f_g11f_b10f storage images in rgba16f instead of losing the stage swung0x48 2026-08-21 21:21:54 -04:00
  • ece9491d4b [Test] (ShaderTranspiler): pin the two capture holes the side-by-side corpus run found swung0x48 2026-08-21 13:55:09 -04:00
  • 51b4abd801 [Docs] (ShaderTranspiler, GLState): retire the comments that still describe the lexical side channels swung0x48 2026-08-21 13:53:17 -04:00
  • cbb616093b [Refactor, Test] (ShaderTranspiler, GLState): take what the relaxed parse destroys from glslang instead of scanning the source swung0x48 2026-08-21 13:51:22 -04:00
  • e5846569ca [Refactor] (ShaderTranspiler): bump the vendored glslang for the uniform-location snapshot and the atomic-counter offset check swung0x48 2026-08-21 13:51:21 -04:00
  • 194c2f189b [Merge] (ShaderTranspiler): land the macro-spelled storage-block binding repair swung0x48 2026-08-21 12:14:55 -04:00
  • 7de7cfc6eb [Fix, Test] (ShaderTranspiler): read a storage block's macro-spelled binding as declared, not as absent swung0x48 2026-08-21 12:09:03 -04:00
  • 03e69fc9ef [Merge] (ShaderTranspiler): land the single-implementation subroutine lowering and the imageSize select ladder swung0x48 2026-08-21 11:59:49 -04:00
  • ee74c8ea3a [Merge] (DirectGLES): land the post-relink rebind repair swung0x48 2026-08-21 11:59:49 -04:00
  • 54bbe805e5 [Merge] (GLState): land the GL block and uniform enumeration repair swung0x48 2026-08-21 11:59:49 -04:00
  • 6e2a3b3496 [Fix, Test] (GLState): stop enumerating buffer variables as GL uniforms swung0x48 2026-08-21 11:55:29 -04:00
  • f5a0779385 [Fix, Test] (GLState): keep the atomic-counter and storage blocks out of the GL uniform-block list swung0x48 2026-08-21 11:54:45 -04:00
  • 86fdc68efa [Fix, Test] (ShaderTranspiler): let the image-array select ladder carry an imageSize query, not just a read swung0x48 2026-08-21 11:49:30 -04:00
  • 1185265e22 [Fix, Test] (DirectGLES): re-bind the driver program after a relink so a stage the relink added reaches the draw swung0x48 2026-08-21 11:47:03 -04:00
  • 77c05b151a [Fix, Test] (ShaderTranspiler): lower a single-implementation GLSL subroutine to a forwarding call swung0x48 2026-08-21 11:45:49 -04:00
  • fdbe0b3117 [Fix, Test] (DirectGLES, DirectVulkan, GLImpl, GLState): ask the last link, not the live attach list, what stages a program has swung0x48 2026-08-21 07:54:12 -04:00
  • 9c9739e1c3 [Merge] (DirectGLES, GLState, GLImpl, ShaderTranspiler): land GL43 wave6 and wave7 swung0x48 2026-08-21 07:15:13 -04:00
  • 87548ae78a [Merge] (DirectGLES, GLState, GLImpl, ShaderTranspiler): land GL43 wave6 and wave7 with the image-uniform naming repair swung0x48 2026-08-21 07:11:00 -04:00
  • 2a902ff58c [Fix, Test] (ShaderTranspiler): bound the whole loop nest a fragment-output index marks for unrolling swung0x48 2026-08-21 07:04:19 -04:00
  • a79eadd724 [Fix, Test] (ShaderTranspiler): bound the whole loop nest a resource-array index marks for unrolling swung0x48 2026-08-21 06:57:59 -04:00
  • 518e9c7796 [Fix, Test] (DirectGLES): read an image array subscript unsigned literal as the element index it is swung0x48 2026-08-21 06:57:59 -04:00
  • a4c11f2603 [Fix, Test] (DirectGLES): arm the image-format widening for a baked format on every driver swung0x48 2026-08-21 06:54:39 -04:00
  • 37a656dedc [Fix, Test] (DirectGLES): name a repaired image uniform after its repair, not after its stage swung0x48 2026-08-21 06:51:12 -04:00
  • 3cc6b88767 [Fix, Test] (GLState): keep named-block members out of the GL uniform location pool swung0x48 2026-08-21 06:36:47 -04:00
  • b32c35a113 [Fix, Test] (GLImpl): ask the stage, not GL_NONE, whether a geometry shader is active swung0x48 2026-08-21 06:20:54 -04:00
  • 8587b83be3 [Fix, Test] (ShaderTranspiler, DirectGLES): make every emitted image-array subscript a compile-time constant swung0x48 2026-08-21 06:11:04 -04:00
  • 0cef345d61 [Fix, Test] (GLState): give an atomic counter array its packed stride of four swung0x48 2026-08-21 06:10:47 -04:00
  • 31367de628 [Test] (MG_IntegrationTest): cover a storage block's default binding where another resource competes for it swung0x48 2026-08-21 05:27:45 -04:00
  • bc4b62026a [Docs] (ShaderTranspiler): record the byte-exact fp64 block-layout evidence and its one misleading artifact swung0x48 2026-08-21 05:24:49 -04:00
  • 50da7de737 [Fix, Test] (DirectGLES, ShaderTranspiler): synthesize the pass-through tessellation control stage ES requires swung0x48 2026-08-21 05:23:57 -04:00
  • d9def5c1bb [Fix, Test] (GLImpl, GLState): give a storage block with no binding qualifier GL's default binding of zero swung0x48 2026-08-21 05:13:58 -04:00
  • 21a4c8aa95 [Fix, Test] (ShaderTranspiler, DirectGLES): widen the offset and gradients of a 1D sampler lookup for ESSL swung0x48 2026-08-21 04:57:52 -04:00
  • 6317066add [Fix, Test] (DirectGLES): reach an image array's non-consecutive units by widening the array over their span swung0x48 2026-08-21 04:38:59 -04:00
  • 02b59bef80 [Fix, Test] (DirectGLES): give every repaired image uniform a per-stage name so no linker can merge two stages' qualifiers swung0x48 2026-08-21 04:28:44 -04:00
  • 668f3e90c9 [Fix] (DirectGLES, ShaderTranspiler): widen the formats SPIRV-Cross refuses to print even where GL_NV_image_formats exists swung0x48 2026-08-21 04:13:01 -04:00
  • 07d6277f87 [Test] (MG_IntegrationTest): cover GL's missing-channel semantics for a non-core image format swung0x48 2026-08-21 03:54:16 -04:00
  • b164692387 [Test] (ShaderTranspiler): retarget the bake-decline pin at the formats no core carrier rescues swung0x48 2026-08-21 03:48:59 -04:00
  • 80ea44573e [Test] (ShaderTranspiler): pin the ESSL a widened image module emits, on both SPIRV-Cross failure modes swung0x48 2026-08-21 03:34:27 -04:00
  • 2a7d6f2e16 [Perf] (DirectGLES, ShaderTranspiler): fold the image-widening gate into the shared SPIR-V probe swung0x48 2026-08-21 03:24:09 -04:00
  • 3a12f6d4f3 [Fix, Test] (DirectGLES, ShaderTranspiler): emulate the 17 exactly-carriable non-core image formats by channel widening swung0x48 2026-08-21 03:21:09 -04:00
  • 36b9d26b9d [Fix] (DirectVulkan): match the 2_10_10_10 storage image view format to the texture's own swung0x48 2026-08-21 02:54:47 -04:00
  • 4b41f01b68 [Merge] (DirectGLES, GLState, ShaderTranspiler): land GL43 wave5 with its two new passes inside the L2 boundary swung0x48 2026-08-21 00:43:39 -04:00
  • e81e938bb8 [Docs] (GLImpl): name the right copy_image conformance case in the 1D-array bounds note swung0x48 2026-08-21 00:28:22 -04:00
  • 5fa849674e [Fix] (DirectVulkan): gate the GL_DOUBLE vertex narrowing on the same fp64 flag the shader demotion uses swung0x48 2026-08-21 00:28:03 -04:00
  • aed10f65a6 [Fix, Test] (GLImpl, MG_IntegrationTest): enforce the tessellation draw-mode rules and waive the XFB mode match for it swung0x48 2026-08-21 00:23:15 -04:00
  • a687fc4577 [Fix] (ProgramState): stop the uniform-location grow path minting locations past GL_MAX_UNIFORM_LOCATIONS swung0x48 2026-08-21 00:19:28 -04:00
  • ef66aea73b [Fix, Test] (GLImpl, DirectGLES, DirectVulkan): address a 1D array's copy-image layers on Z, not Y swung0x48 2026-08-21 00:15:01 -04:00
  • c129cdec2d [Fix, Test] (ShaderTranspiler, ProgramState): reject an out-of-range atomic-counter offset at compile swung0x48 2026-08-21 00:10:53 -04:00
  • 7a7340ebe2 [Fix, Test] (GLImpl, ProgramState): answer the classic uniform queries for atomic counters at GL level swung0x48 2026-08-21 00:07:07 -04:00
  • 325ba07776 [Fix, Test] (ShaderTranspiler): route every sub-array of an array-of-arrays uniform to its own UBO offset swung0x48 2026-08-21 00:02:30 -04:00
  • 7aa91e8024 [Fix, Test] (DirectGLES, DirectVulkan): narrow GL_DOUBLE vertex arrays to float32 instead of dropping them swung0x48 2026-08-20 23:54:49 -04:00
  • 1b5a39473e [Fix, Test] (ShaderTranspiler, DirectGLES): flatten the atomic-counter block's declared offsets for ESSL swung0x48 2026-08-20 23:39:26 -04:00
  • 0e5f591cfa [Docs] (ShaderTranspiler): name the conformance cases fp64 block demotion costs swung0x48 2026-08-20 23:26:18 -04:00
  • 79336c5ccc [Fix, Test] (DirectGLES): re-issue the indexed binding of a storage buffer whose store was regrown swung0x48 2026-08-20 23:16:08 -04:00
  • be45dbcf54 [Test] (MG_IntegrationTest): pin a non-constant index into an array of storage blocks swung0x48 2026-08-20 23:15:48 -04:00
  • f7dfa01c18 [Fix, Test] (ShaderTranspiler, DirectGLES): make every array-of-storage-blocks index a constant for ESSL swung0x48 2026-08-20 23:08:38 -04:00
  • 50efa4410a [Test] (MG_IntegrationTest): dispatch an imageAtomicAdd against the two 1D image targets swung0x48 2026-08-20 22:55:51 -04:00
  • bea3086b41 [Diagnostic, Test] (DirectGLES): name the image-uniform split as a cause when the backend link fails swung0x48 2026-08-20 22:53:25 -04:00
  • 8ae93c837d [Fix, Test] (DirectGLES): order the split image pair's store before its load with memoryBarrierImage swung0x48 2026-08-20 22:49:05 -04:00
  • 4154f2e941 [Fix, Test] (ShaderTranspiler, DirectGLES): widen a non-arrayed 1D storage image's atomic coordinate swung0x48 2026-08-20 22:46:32 -04:00
  • cd07d42a47 [Fix, Test] (RenderState, DirectGLES, MG_IntegrationTest): tell a deliberately empty scissor box apart from one that was never written swung0x48 2026-08-20 22:27:14 -04:00
  • ae0373eb48 [Merge] (DirectGLES, ShaderTranspiler): land GL43 wave4 with the interface-block rename inside the L2 boundary swung0x48 2026-08-20 21:13:55 -04:00
  • 7480bf4490 [Perf] (CTS-Harness): add a --cpu-mask switch and pin glcts to the big cluster by default swung0x48 2026-08-20 21:03:54 -04:00
  • 54b206d90c [Test, Bench] (ShaderTranspiler): pin the parse-verdict memo and measure the deferred parse swung0x48 2026-08-20 18:53:57 -04:00
  • 5daf7bf093 [Perf] (ShaderTranspiler, ProgramState): memoize the glslang parse verdict so a repeated compile skips the parse swung0x48 2026-08-20 18:53:57 -04:00
  • a8228ca287 [Merge] (ShaderTranspiler, GLState, DirectGLES): land dev GL43 wave2/wave3 under the translation cache swung0x48 2026-08-20 18:03:06 -04:00
  • 8b827bd2ce [Fix, Test] (TextureFormatProcessor, DirectGLES, MG_IntegrationTest): give every unrenderable signed-normalized colour attachment an exact float substitute swung0x48 2026-08-20 17:17:31 -04:00
  • 6aa161fee7 [Fix, Test] (DirectGLES, ShaderTranspiler, MG_IntegrationTest): spell an interface block declared in both directions once per producing stage swung0x48 2026-08-20 16:56:58 -04:00
  • 48a70fea81 [Fix, Test] (DirectGLES, PixelStoreProcessor, MG_IntegrationTest): read a packed level's stored words instead of trusting the shadow swung0x48 2026-08-20 16:15:52 -04:00
  • 6ea4f32635 [Fix, Test] (TextureFormatProcessor): store the desktop-only low-bit formats without a driver requantization swung0x48 2026-08-20 16:04:38 -04:00
  • dc1fffb041 [Fix, Test] (GLImpl): bound glCopyImageSubData's region against both images swung0x48 2026-08-20 16:02:08 -04:00
  • d24d5b5ccd [Fix, Test] (BackendLoader, DirectGLES, DirectVulkan, GLImpl): answer the layer and viewport-index provoking-vertex conventions from the backend swung0x48 2026-08-20 15:40:25 -04:00
  • 51883cf1a3 [Fix, Test] (GLState): deliver the GL_MIN_MAP_BUFFER_ALIGNMENT that glGetIntegerv advertises swung0x48 2026-08-20 15:35:02 -04:00
  • 6dfadeb7d2 [Fix, Test] (BackendLoader): drain and gate every capability probe whose pname is not ES core swung0x48 2026-08-20 15:30:11 -04:00
  • 4fc3531d0d [Fix, Test] (BackendLoader, DirectVulkan, ShaderTranspiler): report GL_MAX_CLIP_DISTANCES from the backend's real clip-distance capability swung0x48 2026-08-20 15:25:29 -04:00
  • 9bde0e500f [Merge] (CTS): land the GL43 wave-3 fixes and the DirectVulkan texture-shape repairs swung0x48 2026-08-20 14:17:20 -04:00
  • 3477d87b50 [Fix] (DirectVulkan): back a 1D array with its layers in arrayLayers, not in the image height swung0x48 2026-08-20 14:14:21 -04:00
  • c2a081fa75 [Fix] (GLState, DirectVulkan): bust the texture-sync skip when a re-spec moved only the shape swung0x48 2026-08-20 14:02:05 -04:00
  • 685fd750c9 [Test] (MG_Test): expect buffer-texture level queries to answer, not to error swung0x48 2026-08-20 13:50:45 -04:00
  • 02c9b8a32d [Fix, Test] (GLImpl, DirectVulkan, MG_IntegrationTest): record glVertexAttribLFormat's state and drop the array at draw swung0x48 2026-08-20 13:44:44 -04:00
  • 26f02567d7 [Fix, Test] (GLState, GLImpl): reserve an inactive uniform's explicit location and pin the link to GL_MAX_UNIFORM_LOCATIONS swung0x48 2026-08-20 13:39:38 -04:00
  • a3dbe234d7 [Fix, Test] (GLImpl, MG_IntegrationTest): answer glGetTexLevelParameter for buffer textures instead of erroring swung0x48 2026-08-20 13:27:40 -04:00
  • de8e7a4606 [Fix, Test] (ShaderTranspiler): parse layout literals in every GLSL base and key array-of-arrays uniforms per element swung0x48 2026-08-20 13:24:04 -04:00
  • 31a5da6190 [Test] (BackendLoader, DirectGLES): cover the per-stage storage block limits and the mg_IndirectParams injection gate swung0x48 2026-08-20 13:14:14 -04:00
  • 8899f065f4 [Fix] (DirectGLES): gate the mg_IndirectParams vertex-stage injection on the driver having a vertex storage block swung0x48 2026-08-20 13:14:09 -04:00
  • a991f63899 [Fix] (GLImpl): answer the per-stage GL_MAX_*_SHADER_STORAGE_BLOCKS queries from the backend instead of a fixed 16 swung0x48 2026-08-20 13:14:09 -04:00
  • 3ff9cfe5c2 [Fix] (BackendLoader, DirectGLES, DirectVulkan): derive the per-stage shader storage block limits from the backend swung0x48 2026-08-20 13:13:21 -04:00
  • 6359fba455 [Test] (MG_Test): compile the compute-limit probe against the captured env, not the null-env fallback swung0x48 2026-08-20 13:09:38 -04:00
  • 872876961d [Fix] (GLState): pin the storage-binding ceiling's min/max to Int so no platform can widen either argument swung0x48 2026-08-20 13:08:22 -04:00
  • e2923a239f [Fix, Test] (ShaderTranspiler): size a non-final unsized storage-block member so the members after it stop aliasing it swung0x48 2026-08-20 13:05:50 -04:00
  • 1740a8a41a [Feat, Test] (GLImpl, GLState): implement glBeginConditionalRender and discard the commands GL 4.6 10.9 names swung0x48 2026-08-20 12:59:22 -04:00
  • 6b1d89f279 [Fix, Test] (DirectGLES, MG_IntegrationTest): re-sync image-unit bindings when a draw's image texture was re-specified swung0x48 2026-08-20 12:52:13 -04:00
  • 01fbe0b4b0 [Fix, Test] (GLState, ShaderTranspiler): reject a storage-block binding at or past GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS swung0x48 2026-08-20 12:45:56 -04:00
  • cb155c5b94 [Fix, Test] (GLImpl, ShaderTranspiler): reconcile the compute work-group limits glGetIntegeri_v and glslang advertise swung0x48 2026-08-20 12:41:01 -04:00
  • 04a06438c5 [Fix] (GLState): count an image-uniform array once however reflection spelled it swung0x48 2026-08-20 12:16:57 -04:00
  • db00774224 [Fix] (DirectGLES): report the image formats GLSL ES cannot spell instead of losing the program silently swung0x48 2026-08-20 12:16:56 -04:00
  • f378c1a064 [Fix, Test] (DirectGLES): read 1D-array and cube-map-array levels back layer by layer in glGetTexImage swung0x48 2026-08-20 12:09:01 -04:00