Skip to content
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

GLES: Allow dual src blend on newer Intel #10439

Merged
merged 1 commit into from
Dec 28, 2017

Conversation

unknownbrackets
Copy link
Collaborator

Fixes #10117. Compared versions from opengl.gpuinfo.org, to validate there weren't other affected ranges.

Also, since the driver was released in 2015, left a note to remove the code sometime reasonably after.

@pal1000 could you validate this enables it?

-[Unknown]

// Don't use this extension on sub 3.0 OpenGL versions as it does not seem reliable
} else if (gl_extensions.gpuVendor == GPU_VENDOR_INTEL) {
// Also on Intel, see https://github.com/hrydgard/ppsspp/issues/10117
// TODO: Remove entirely sometime reasonably far in driver years after 2015.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting concept of "driver years" :)

@pal1000
Copy link
Contributor

pal1000 commented Dec 25, 2017

It will take me a few days before I can test.

@pal1000
Copy link
Contributor

pal1000 commented Dec 28, 2017

Tested on IVB system with driver 10.18.10.4653 using God Eater Trial Version and it works as expected.

@hrydgard hrydgard merged commit c948a3d into hrydgard:master Dec 28, 2017
@unknownbrackets unknownbrackets deleted the intel-dualsrc branch December 28, 2017 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants