swung0x48
|
d0f7fb99db
|
[Feat, Test] (ShaderTranspiler, DirectGLES): carry rgb10_a2ui storage images in rgba16ui and split its packed upload
|
2026-08-22 03:21:48 -04:00 |
|
swung0x48
|
d4247db6c3
|
[Fix, Test] (ShaderTranspiler, GLImpl, ProgramState, DirectVulkan): keep fp64 where the backend consumes it natively
|
2026-08-22 00:57:06 -04:00 |
|
swung0x48
|
e4f41e0fd3
|
[Merge] (ShaderTranspiler, DirectGLES): land the fp64 block layout, colour-index and readonly-writeonly repairs
|
2026-08-21 22:24:38 -04:00 |
|
swung0x48
|
9cf340cbef
|
[Merge] (DirectGLES, ShaderTranspiler): take the viewport routing and image repairs under the fp64 and qualifier fixes
|
2026-08-21 22:21:17 -04:00 |
|
swung0x48
|
348a30a816
|
[Fix, Test] (ShaderTranspiler): keep a storage block with doubles at the byte layout it was bound with
|
2026-08-21 22:15:05 -04:00 |
|
swung0x48
|
b5e0ada97e
|
[Merge] (DirectGLES, ShaderTranspiler, Config): land the viewport-array routing emulation
|
2026-08-21 22:13:50 -04:00 |
|
swung0x48
|
cb27ac7761
|
[Merge] (DirectGLES): take the image-widening repairs under the viewport routing
|
2026-08-21 22:10:53 -04:00 |
|
swung0x48
|
38c56a3d38
|
[Test] (DirectGLES, IntegrationTest): run the viewport-array scenarios on Espryt and pin the routing rewrites against a negative control
|
2026-08-21 22:08:33 -04:00 |
|
swung0x48
|
908172ba0f
|
[Feat] (DirectGLES, Config, ShaderTranspiler): route gl_ViewportIndex on Espryt by replaying a draw per distinct viewport state
|
2026-08-21 22:08:25 -04:00 |
|
swung0x48
|
e18bac8cb2
|
[Fix, Test] (ShaderTranspiler, DirectGLES): never widen a buffer image - its texels are the application buffer, not storage we can reallocate
|
2026-08-21 22:02:23 -04:00 |
|
swung0x48
|
7b0f443d3a
|
[Fix, Test] (ShaderTranspiler, DirectGLES): drop the inert readonly+writeonly pair a storage block cannot carry in ESSL
|
2026-08-21 21:43:42 -04:00 |
|
swung0x48
|
f1b4a5e07f
|
[Fix, Test] (ShaderTranspiler, DirectGLES): stop printing the default fragment-output colour index into ESSL
|
2026-08-21 21:42:31 -04:00 |
|
swung0x48
|
f3cd4091bf
|
[Fix, Test] (DirectGLES): decode the packed r11f_g11f_b10f shadow into the float level its rgba16f carrier is uploaded as
|
2026-08-21 21:38:45 -04:00 |
|
swung0x48
|
529d26f38f
|
[Fix] (DirectGLES): arm the image-format widening for r11f_g11f_b10f in the reflection gate too
|
2026-08-21 21:27:14 -04:00 |
|
swung0x48
|
9bd125aeec
|
[Fix, Test] (ShaderTranspiler): carry r11f_g11f_b10f storage images in rgba16f instead of losing the stage
|
2026-08-21 21:21:54 -04:00 |
|
swung0x48
|
ece9491d4b
|
[Test] (ShaderTranspiler): pin the two capture holes the side-by-side corpus run found
|
2026-08-21 13:55:09 -04:00 |
|
swung0x48
|
51b4abd801
|
[Docs] (ShaderTranspiler, GLState): retire the comments that still describe the lexical side channels
|
2026-08-21 13:53:17 -04:00 |
|
swung0x48
|
cbb616093b
|
[Refactor, Test] (ShaderTranspiler, GLState): take what the relaxed parse destroys from glslang instead of scanning the source
|
2026-08-21 13:51:22 -04:00 |
|
swung0x48
|
e5846569ca
|
[Refactor] (ShaderTranspiler): bump the vendored glslang for the uniform-location snapshot and the atomic-counter offset check
|
2026-08-21 13:51:21 -04:00 |
|
swung0x48
|
194c2f189b
|
[Merge] (ShaderTranspiler): land the macro-spelled storage-block binding repair
|
2026-08-21 12:16:52 -04:00 |
|
swung0x48
|
7de7cfc6eb
|
[Fix, Test] (ShaderTranspiler): read a storage block's macro-spelled binding as declared, not as absent
|
2026-08-21 12:09:03 -04:00 |
|
swung0x48
|
03e69fc9ef
|
[Merge] (ShaderTranspiler): land the single-implementation subroutine lowering and the imageSize select ladder
|
2026-08-21 11:59:49 -04:00 |
|
swung0x48
|
ee74c8ea3a
|
[Merge] (DirectGLES): land the post-relink rebind repair
|
2026-08-21 11:59:49 -04:00 |
|
swung0x48
|
54bbe805e5
|
[Merge] (GLState): land the GL block and uniform enumeration repair
|
2026-08-21 11:59:49 -04:00 |
|
swung0x48
|
6e2a3b3496
|
[Fix, Test] (GLState): stop enumerating buffer variables as GL uniforms
|
2026-08-21 11:55:29 -04:00 |
|
swung0x48
|
f5a0779385
|
[Fix, Test] (GLState): keep the atomic-counter and storage blocks out of the GL uniform-block list
|
2026-08-21 11:54:45 -04:00 |
|
swung0x48
|
86fdc68efa
|
[Fix, Test] (ShaderTranspiler): let the image-array select ladder carry an imageSize query, not just a read
|
2026-08-21 11:49:30 -04:00 |
|
swung0x48
|
1185265e22
|
[Fix, Test] (DirectGLES): re-bind the driver program after a relink so a stage the relink added reaches the draw
|
2026-08-21 11:47:03 -04:00 |
|
swung0x48
|
77c05b151a
|
[Fix, Test] (ShaderTranspiler): lower a single-implementation GLSL subroutine to a forwarding call
|
2026-08-21 11:45:49 -04:00 |
|
swung0x48
|
fdbe0b3117
|
[Fix, Test] (DirectGLES, DirectVulkan, GLImpl, GLState): ask the last link, not the live attach list, what stages a program has
|
2026-08-21 08:01:48 -04:00 |
|
swung0x48
|
9c9739e1c3
|
[Merge] (DirectGLES, GLState, GLImpl, ShaderTranspiler): land GL43 wave6 and wave7
|
2026-08-21 07:15:13 -04:00 |
|
swung0x48
|
87548ae78a
|
[Merge] (DirectGLES, GLState, GLImpl, ShaderTranspiler): land GL43 wave6 and wave7 with the image-uniform naming repair
|
2026-08-21 07:11:00 -04:00 |
|
swung0x48
|
2a902ff58c
|
[Fix, Test] (ShaderTranspiler): bound the whole loop nest a fragment-output index marks for unrolling
|
2026-08-21 07:04:19 -04:00 |
|
swung0x48
|
a79eadd724
|
[Fix, Test] (ShaderTranspiler): bound the whole loop nest a resource-array index marks for unrolling
|
2026-08-21 07:04:19 -04:00 |
|
swung0x48
|
518e9c7796
|
[Fix, Test] (DirectGLES): read an image array subscript unsigned literal as the element index it is
|
2026-08-21 06:57:59 -04:00 |
|
swung0x48
|
a4c11f2603
|
[Fix, Test] (DirectGLES): arm the image-format widening for a baked format on every driver
|
2026-08-21 06:54:39 -04:00 |
|
swung0x48
|
37a656dedc
|
[Fix, Test] (DirectGLES): name a repaired image uniform after its repair, not after its stage
|
2026-08-21 06:51:12 -04:00 |
|
swung0x48
|
3cc6b88767
|
[Fix, Test] (GLState): keep named-block members out of the GL uniform location pool
|
2026-08-21 06:36:47 -04:00 |
|
swung0x48
|
b32c35a113
|
[Fix, Test] (GLImpl): ask the stage, not GL_NONE, whether a geometry shader is active
|
2026-08-21 06:20:54 -04:00 |
|
swung0x48
|
8587b83be3
|
[Fix, Test] (ShaderTranspiler, DirectGLES): make every emitted image-array subscript a compile-time constant
|
2026-08-21 06:11:04 -04:00 |
|
swung0x48
|
0cef345d61
|
[Fix, Test] (GLState): give an atomic counter array its packed stride of four
|
2026-08-21 06:10:47 -04:00 |
|
swung0x48
|
31367de628
|
[Test] (MG_IntegrationTest): cover a storage block's default binding where another resource competes for it
|
2026-08-21 05:27:45 -04:00 |
|
swung0x48
|
bc4b62026a
|
[Docs] (ShaderTranspiler): record the byte-exact fp64 block-layout evidence and its one misleading artifact
|
2026-08-21 05:24:49 -04:00 |
|
swung0x48
|
50da7de737
|
[Fix, Test] (DirectGLES, ShaderTranspiler): synthesize the pass-through tessellation control stage ES requires
|
2026-08-21 05:23:57 -04:00 |
|
swung0x48
|
d9def5c1bb
|
[Fix, Test] (GLImpl, GLState): give a storage block with no binding qualifier GL's default binding of zero
|
2026-08-21 05:13:58 -04:00 |
|
swung0x48
|
21a4c8aa95
|
[Fix, Test] (ShaderTranspiler, DirectGLES): widen the offset and gradients of a 1D sampler lookup for ESSL
|
2026-08-21 04:57:52 -04:00 |
|
swung0x48
|
6317066add
|
[Fix, Test] (DirectGLES): reach an image array's non-consecutive units by widening the array over their span
|
2026-08-21 04:38:59 -04:00 |
|
swung0x48
|
02b59bef80
|
[Fix, Test] (DirectGLES): give every repaired image uniform a per-stage name so no linker can merge two stages' qualifiers
|
2026-08-21 04:28:44 -04:00 |
|
swung0x48
|
668f3e90c9
|
[Fix] (DirectGLES, ShaderTranspiler): widen the formats SPIRV-Cross refuses to print even where GL_NV_image_formats exists
|
2026-08-21 04:13:01 -04:00 |
|
swung0x48
|
07d6277f87
|
[Test] (MG_IntegrationTest): cover GL's missing-channel semantics for a non-core image format
|
2026-08-21 03:54:16 -04:00 |
|