-
-
Notifications
You must be signed in to change notification settings - Fork 17
chore(build): bundle packaged ANGLE and Vulkan libraries #552
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
Conversation
|
This was enabled on everything but mac, but was reverted in May due to failures: https://source.chromium.org/chromium/chromium/src/+/fca377a5f55584c1d9d6820d13b63405af0344f4 |
|
@RoyalOughtness my local build passed. We can easily revert n the case of failure |
Got it, what's the benefit of this though out of curiosity? |
|
@RoyalOughtness it makes trivalent itself more portable. It also increases the number of CFI protected instuctions by ~5k. (Check with EDIT: It also allows use to reject access to these libraries in the GPU sandbox. |
No description provided.