feat(gles): enterprise GLES parity — GLSL version + runtime binding + Wayland (v0.29.13)#216
Merged
Merged
Conversation
…land fixes (v0.29.13) Enterprise GLES parity for Linux: - GLSL version propagation from driver (no more hardcoded #version 430) - Runtime binding fallback for GL <4.2 (assignBindingsAfterLink) - MSAA sample count validation + glGetError after texture alloc - GLES-aware GL function loading (glClearDepthf, OES suffixes) - Lazy VAO creation in CreateCommandEncoder (after Configure) - Compute dispatch VERTEX_ATTRIB_ARRAY_BARRIER_BIT (@lkmavi PR #215) - Tiered EGL config WindowBit-only for Wayland - Skip Wayland instance context (prevent second wl_display) - GLES 3.0 fallback in CreateSurface (@lkmavi PR #215) - CoreProfile guard for GLES contexts (@lkmavi PR #215) - naga v0.17.14 (SupportsExplicitLocations, UniformInfo reflection) Verified: triangle renders on GLES WSL2 Wayland GL 4.1.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enterprise GLES parity for Linux. 18 files, +1159/-58.
Credits: @lkmavi (PR #210 FFI fixes, PR #215 findings)
Test plan