-
Notifications
You must be signed in to change notification settings - Fork 933
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
Use EGL surfaceless platform when windowing system is not found #2339
Merged
Commits on Dec 31, 2021
-
Use EGL surfaceless platform when windowing system is not found
Falling back to egl::DEFAULT_DISPLAY usually results in X11 EGL platform being picked and then rejected because of unavailability on a head/GPU-less system. EGL_PLATFORM_SURFACELESS_MESA works with both radeonsi and llvmpipe/swrast when Xorg/Wayland sockets are being hidden from application. Needs to be tested in a truly GPU-less environment such as CI it is required to run in. Addresses gfx-rs#1551 Signed-off-by: Dmitry Sharshakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7151c6 - Browse repository at this point
Copy the full SHA b7151c6View commit details -
Set backend for capture by environment variables
Useful for testing surfaceless Signed-off-by: Dmitry Sharshakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a57e85 - Browse repository at this point
Copy the full SHA 3a57e85View commit details
Commits on Jan 1, 2022
-
Check for EGL_MESA_platform_surfaceless extension before using surfac…
…eless platform Signed-off-by: Dmitry Sharshakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30a2cb1 - Browse repository at this point
Copy the full SHA 30a2cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c107b88 - Browse repository at this point
Copy the full SHA c107b88View commit details -
Unify types for GLES config tiers
Signed-off-by: Dmitry Sharshakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43f648f - Browse repository at this point
Copy the full SHA 43f648fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe017c - Browse repository at this point
Copy the full SHA 4fe017cView commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5079e81 - Browse repository at this point
Copy the full SHA 5079e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d41ec2 - Browse repository at this point
Copy the full SHA 0d41ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107302b - Browse repository at this point
Copy the full SHA 107302bView commit details
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b1e273 - Browse repository at this point
Copy the full SHA 1b1e273View commit details
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.