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

GLInterface: Fix VideoSW on linux + OSX #3054

Merged
merged 1 commit into from Sep 17, 2015
Merged

Conversation

degasus
Copy link
Member

@degasus degasus commented Sep 17, 2015

Our Video Software backend isn't OpenGL Core compatible, so we need a flag to alloc a compatible one.

@degasus degasus force-pushed the master branch 2 times, most recently from 550e902 to 48279c1 Compare September 17, 2015 15:51
Our Video Software backend isn't OpenGL Core compatible, so we need a flag to alloc a compatible one.
@Tilka
Copy link
Member

Tilka commented Sep 17, 2015

@Armada651 Please pick this for stable.

Tilka added a commit that referenced this pull request Sep 17, 2015
GLInterface: Fix VideoSW on linux + OSX
@Tilka Tilka merged commit e4dfb2f into dolphin-emu:master Sep 17, 2015
@lioncash
Copy link
Member

This breaks pixel format creation on OSX for the OpenGL backend.

@degasus
Copy link
Member Author

degasus commented Sep 18, 2015

@lioncash May you try to change it to:

{ NSOpenGLPFADoubleBuffer, NSOpenGLPFAAccelerated, NSOpenGLPFAOpenGLProfile, core ? NSOpenGLProfileVersion3_2Core : NSOpenGLProfileVersionLegacy, 0u }

@lioncash
Copy link
Member

@degasus Yep, that fixes it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants