Windows: Allow hardware acceleration in VMware #3261
Merged
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.
Allows GPU hardware acceleration to be used in VMware guest machines since newer versions of VMware have the things needed such as DirectX 11 support (Also Chromium based browsers allow GPU acceleration), I tested hardware acceleration in VMware by tricking current builds of Waterfox with environment variables and things seemed to work fine and if for some reason they didn't then the software fallback is always available.
This pull request should/will solve bug 1429587
This could possibly be extended to VirtualBox as well however they only recently got DirectX 11 support and I haven't had a chance to test how well it works.