swung0x48
|
8b827bd2ce
|
[Fix, Test] (TextureFormatProcessor, DirectGLES, MG_IntegrationTest): give every unrenderable signed-normalized colour attachment an exact float substitute
|
2026-08-20 17:17:31 -04:00 |
|
swung0x48
|
6aa161fee7
|
[Fix, Test] (DirectGLES, ShaderTranspiler, MG_IntegrationTest): spell an interface block declared in both directions once per producing stage
|
2026-08-20 16:56:58 -04:00 |
|
swung0x48
|
48a70fea81
|
[Fix, Test] (DirectGLES, PixelStoreProcessor, MG_IntegrationTest): read a packed level's stored words instead of trusting the shadow
|
2026-08-20 16:15:52 -04:00 |
|
swung0x48
|
6ea4f32635
|
[Fix, Test] (TextureFormatProcessor): store the desktop-only low-bit formats without a driver requantization
|
2026-08-20 16:04:38 -04:00 |
|
swung0x48
|
dc1fffb041
|
[Fix, Test] (GLImpl): bound glCopyImageSubData's region against both images
|
2026-08-20 16:02:08 -04:00 |
|
swung0x48
|
d24d5b5ccd
|
[Fix, Test] (BackendLoader, DirectGLES, DirectVulkan, GLImpl): answer the layer and viewport-index provoking-vertex conventions from the backend
|
2026-08-20 15:40:25 -04:00 |
|
swung0x48
|
51883cf1a3
|
[Fix, Test] (GLState): deliver the GL_MIN_MAP_BUFFER_ALIGNMENT that glGetIntegerv advertises
|
2026-08-20 15:35:02 -04:00 |
|
swung0x48
|
6dfadeb7d2
|
[Fix, Test] (BackendLoader): drain and gate every capability probe whose pname is not ES core
|
2026-08-20 15:30:11 -04:00 |
|
swung0x48
|
4fc3531d0d
|
[Fix, Test] (BackendLoader, DirectVulkan, ShaderTranspiler): report GL_MAX_CLIP_DISTANCES from the backend's real clip-distance capability
|
2026-08-20 15:25:29 -04:00 |
|
swung0x48
|
9bde0e500f
|
[Merge] (CTS): land the GL43 wave-3 fixes and the DirectVulkan texture-shape repairs
|
2026-08-20 14:17:20 -04:00 |
|
swung0x48
|
3477d87b50
|
[Fix] (DirectVulkan): back a 1D array with its layers in arrayLayers, not in the image height
|
2026-08-20 14:14:21 -04:00 |
|
swung0x48
|
c2a081fa75
|
[Fix] (GLState, DirectVulkan): bust the texture-sync skip when a re-spec moved only the shape
|
2026-08-20 14:02:05 -04:00 |
|
swung0x48
|
685fd750c9
|
[Test] (MG_Test): expect buffer-texture level queries to answer, not to error
|
2026-08-20 13:50:45 -04:00 |
|
swung0x48
|
02c9b8a32d
|
[Fix, Test] (GLImpl, DirectVulkan, MG_IntegrationTest): record glVertexAttribLFormat's state and drop the array at draw
|
2026-08-20 13:44:44 -04:00 |
|
swung0x48
|
26f02567d7
|
[Fix, Test] (GLState, GLImpl): reserve an inactive uniform's explicit location and pin the link to GL_MAX_UNIFORM_LOCATIONS
|
2026-08-20 13:39:38 -04:00 |
|
swung0x48
|
a3dbe234d7
|
[Fix, Test] (GLImpl, MG_IntegrationTest): answer glGetTexLevelParameter for buffer textures instead of erroring
|
2026-08-20 13:27:50 -04:00 |
|
swung0x48
|
de8e7a4606
|
[Fix, Test] (ShaderTranspiler): parse layout literals in every GLSL base and key array-of-arrays uniforms per element
|
2026-08-20 13:24:04 -04:00 |
|
swung0x48
|
31a5da6190
|
[Test] (BackendLoader, DirectGLES): cover the per-stage storage block limits and the mg_IndirectParams injection gate
|
2026-08-20 13:16:29 -04:00 |
|
swung0x48
|
8899f065f4
|
[Fix] (DirectGLES): gate the mg_IndirectParams vertex-stage injection on the driver having a vertex storage block
|
2026-08-20 13:16:29 -04:00 |
|
swung0x48
|
a991f63899
|
[Fix] (GLImpl): answer the per-stage GL_MAX_*_SHADER_STORAGE_BLOCKS queries from the backend instead of a fixed 16
|
2026-08-20 13:16:29 -04:00 |
|
swung0x48
|
3ff9cfe5c2
|
[Fix] (BackendLoader, DirectGLES, DirectVulkan): derive the per-stage shader storage block limits from the backend
|
2026-08-20 13:16:29 -04:00 |
|
swung0x48
|
6359fba455
|
[Test] (MG_Test): compile the compute-limit probe against the captured env, not the null-env fallback
|
2026-08-20 13:09:38 -04:00 |
|
swung0x48
|
872876961d
|
[Fix] (GLState): pin the storage-binding ceiling's min/max to Int so no platform can widen either argument
|
2026-08-20 13:08:22 -04:00 |
|
swung0x48
|
e2923a239f
|
[Fix, Test] (ShaderTranspiler): size a non-final unsized storage-block member so the members after it stop aliasing it
|
2026-08-20 13:05:50 -04:00 |
|
swung0x48
|
1740a8a41a
|
[Feat, Test] (GLImpl, GLState): implement glBeginConditionalRender and discard the commands GL 4.6 10.9 names
|
2026-08-20 12:59:22 -04:00 |
|
swung0x48
|
6b1d89f279
|
[Fix, Test] (DirectGLES, MG_IntegrationTest): re-sync image-unit bindings when a draw's image texture was re-specified
|
2026-08-20 12:52:13 -04:00 |
|
swung0x48
|
01fbe0b4b0
|
[Fix, Test] (GLState, ShaderTranspiler): reject a storage-block binding at or past GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS
|
2026-08-20 12:45:56 -04:00 |
|
swung0x48
|
cb155c5b94
|
[Fix, Test] (GLImpl, ShaderTranspiler): reconcile the compute work-group limits glGetIntegeri_v and glslang advertise
|
2026-08-20 12:41:01 -04:00 |
|
swung0x48
|
04a06438c5
|
[Fix] (GLState): count an image-uniform array once however reflection spelled it
|
2026-08-20 12:16:57 -04:00 |
|
swung0x48
|
db00774224
|
[Fix] (DirectGLES): report the image formats GLSL ES cannot spell instead of losing the program silently
|
2026-08-20 12:16:56 -04:00 |
|
swung0x48
|
f378c1a064
|
[Fix, Test] (DirectGLES): read 1D-array and cube-map-array levels back layer by layer in glGetTexImage
|
2026-08-20 12:16:55 -04:00 |
|
swung0x48
|
421ccd08c6
|
[Fix, Test] (DirectGLES): make both halves of a split read+write image coherent
|
2026-08-20 12:04:43 -04:00 |
|
swung0x48
|
039af520bf
|
[Fix, Test] (GLState): fail the link when a stage exceeds GL_MAX_*_IMAGE_UNIFORMS
|
2026-08-20 12:02:22 -04:00 |
|
swung0x48
|
fa2e15c27e
|
[Fix, Test] (GLImpl): answer GL_IMAGE_FORMAT_COMPATIBILITY_TYPE from glGetTexParameterfv
|
2026-08-20 11:56:24 -04:00 |
|
swung0x48
|
ee98c453ed
|
[Fix, Test] (GLImpl): enforce GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS on the bind and indexed-query paths
|
2026-08-20 11:39:28 -04:00 |
|
swung0x48
|
f88322ce84
|
[Feat, Test] (DirectGLES, ShaderTranspiler): bind atomic counter buffers end-to-end on the ES backend
|
2026-08-20 11:36:52 -04:00 |
|
swung0x48
|
31b5b563d6
|
[Fix, Test] (GLState): fail the link when two atomic counters share a binding and an offset
|
2026-08-20 11:27:13 -04:00 |
|
swung0x48
|
a9fb7ef0af
|
[Fix, Test] (GLImpl, GLState): answer GL_ACTIVE_ATOMIC_COUNTER_BUFFERS and implement glGetActiveAtomicCounterBufferiv
|
2026-08-20 11:23:33 -04:00 |
|
swung0x48
|
6159166d38
|
[Fix, Test] (GLImpl, ShaderTranspiler): reconcile the atomic-counter limits glGetIntegerv and glslang advertise
|
2026-08-20 11:20:21 -04:00 |
|
swung0x48
|
c6d1b29407
|
[Merge] (CTS): land the GL43 copy_image and clear_tex_image fixes
|
2026-08-20 11:16:59 -04:00 |
|
swung0x48
|
0995dfea35
|
[Test] (MG_IntegrationTest): force the iterationRP repairs on when the pinned ICD is lavapipe
|
2026-08-20 11:06:48 -04:00 |
|
swung0x48
|
042c61fb75
|
[Fix, Test] (TextureUtil, GLImpl): accept GL_STENCIL_INDEX as a stencil-only texture internal format
|
2026-08-20 10:49:57 -04:00 |
|
swung0x48
|
a8bebe1a3c
|
[Fix, Test] (GLImpl, GLState): refuse a compressed texture in glClearTexImage/glClearTexSubImage
|
2026-08-20 10:44:52 -04:00 |
|
swung0x48
|
85cd6913b3
|
[Fix] (DirectGLES): sync a texture whose mip chain only defines the upper levels
|
2026-08-20 10:38:52 -04:00 |
|
swung0x48
|
afebf38e90
|
[Fix, Test] (GLImpl): require only the requested level to exist in glGetTexImage
|
2026-08-20 10:38:29 -04:00 |
|
swung0x48
|
898c39f1de
|
[Fix] (DirectGLES, DirectVulkan): decline a null copy-image endpoint and settle a renderbuffer on its attachment layout
|
2026-08-20 10:23:03 -04:00 |
|
swung0x48
|
b1774e80be
|
[Fix, Test] (GLImpl): make copy-image completeness mipmap-aware per GL 4.6 core 8.17
|
2026-08-20 10:20:34 -04:00 |
|
swung0x48
|
a9b4c47fea
|
[Fix, Test] (GLImpl): record the specific compressed internalformat in TexImage3D and TexStorage3D
|
2026-08-20 10:17:55 -04:00 |
|
swung0x48
|
1c0be3e715
|
[Fix, Test] (DirectGLES, TextureUtil): return RGB9_E5 glGetTexImage from the stored words
|
2026-08-20 10:14:48 -04:00 |
|
swung0x48
|
27ec3d3438
|
[Merge] (CTS): land the Adreno CTS wave-1 conformance fixes
|
2026-08-20 10:11:43 -04:00 |
|