-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Limits for lava/llvmpipe and re-enable and re-work CI #1599
Conversation
6494188
to
a8cfd40
Compare
CI is still mad at me, but the code should be otherwise good to look at. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! A few notes, otherwise land when ready (and CI is happy).
8d48e72
to
ab41b5f
Compare
Alright, all reviews addressed, CI is passing, lets goo! bors r=kvark,groves,wumpf |
1599: Fix Limits for lava/llvmpipe and re-enable and re-work CI r=kvark,groves,wumpf a=cwfitzgerald **Connections** No longer fixes #1551. **Description** This PR has a couple things going on at once. - Fixes limits for llvmpipe, lavapipe, and rpi4. - Added a downlevel limit to express that RPI4 does not allow storage buffers in vertex shaders on GL. - Added a `Limits::downlevel_default()` that takes minimum limits from GLES and adds some more documentation on how to choose limits. - Moved all examples to the new downlevel limits - Reworks CI to re-enable software testing and unify instructions. **Testing** It is Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
bors r- github's UI lied to me and said all 8 passed when only 2 did. |
Canceled. |
ab41b5f
to
9ee9b75
Compare
bors r=kvark,groves,wumpf |
1599: Fix Limits for lava/llvmpipe and re-enable and re-work CI r=kvark,groves,wumpf a=cwfitzgerald **Connections** No longer fixes #1551. **Description** This PR has a couple things going on at once. - Fixes limits for llvmpipe, lavapipe, and rpi4. - Added a downlevel limit to express that RPI4 does not allow storage buffers in vertex shaders on GL. - Added a `Limits::downlevel_default()` that takes minimum limits from GLES and adds some more documentation on how to choose limits. - Moved all examples to the new downlevel limits - Reworks CI to re-enable software testing and unify instructions. **Testing** It is Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
9ee9b75
to
130ddcf
Compare
Canceled. |
bors retry |
Connections
No longer fixes #1551.
Description
This PR has a couple things going on at once.
Limits::downlevel_default()
that takes minimum limits from GLES and adds some more documentation on how to choose limits.Testing
It is