-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fix context attributes of glXCreateContextAttribsARB. #460
Conversation
Codecov Report
@@ Coverage Diff @@
## ign-rendering5 #460 +/- ##
==================================================
- Coverage 57.80% 56.08% -1.72%
==================================================
Files 161 161
Lines 16086 16085 -1
==================================================
- Hits 9298 9021 -277
- Misses 6788 7064 +276
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should've read the spec more carefully in the previous PR ...
Cross-referencing: #244
Signed-off-by: Hill Ma <[email protected]>
* ogre: Do not assume that ogre plugins have lib prefix on macOS (#454) Signed-off-by: Silvio <[email protected]> * Fix compilation against Ogre 1.10.12 (#390) Signed-off-by: GitHub <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]> * Avoid symbol redefition to fix armel builds (#457) * Avoid symbol redefiniition on armel builds Signed-off-by: Jose Luis Rivero <[email protected]> * Fix logic on warning for ogre versions different than 1.9.x (#465) * Fix logic on warning for ogre versions different than 1.9.x Signed-off-by: Jose Luis Rivero <[email protected]> * Fix context attributes of glXCreateContextAttribsARB. (#460) Signed-off-by: Hill Ma <[email protected]> Co-authored-by: Silvio Traversaro <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]> Co-authored-by: Hill Ma <[email protected]>
Signed-off-by: Hill Ma <[email protected]>
I should've read the spec more carefully in the previous PR ...