fix(linux/glad): implement EGL_IMG_context_priority support#4857
fix(linux/glad): implement EGL_IMG_context_priority support#4857psyke83 wants to merge 1 commit intoLizardByte:masterfrom
Conversation
Try to create EGL context with high priority if EGL_IMG_context_priority is available.
|
|
Pinging @inkatail to test a possible alternative to async_depth modification. Vulkan encoding won't be affected by this PR, but it may help resolve VAAPI encoder throttling during high GPU usage. |
Bundle ReportBundle size has no change ✅ |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4857 +/- ##
=========================================
Coverage ? 17.85%
=========================================
Files ? 106
Lines ? 21970
Branches ? 9820
=========================================
Hits ? 3923
Misses ? 14077
Partials ? 3970
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@psyke83 Unfortunately, this PR doesn't seem to improve it at least for me, logs seem to report that the Priority is HIGH but in games the performance is still weird |



Description
Try to create EGL context with high priority if EGL_IMG_context_priority is available.
May help with VAAPI encoder throttling during high GPU usage (needs testing).
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage