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

Fix context attributes of glXCreateContextAttribsARB. #460

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

mahiuchun
Copy link
Contributor

I should've read the spec more carefully in the previous PR ...

@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Oct 7, 2021
@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #460 (f4d81b3) into ign-rendering5 (8e348c5) will decrease coverage by 1.71%.
The diff coverage is n/a.

❗ Current head f4d81b3 differs from pull request most recent head cb2523d. Consider uploading reports for the commit cb2523d to get more accurate results
Impacted file tree graph

@@                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     
Impacted Files Coverage Δ
ogre2/src/Ogre2RenderEngine.cc 78.57% <ø> (ø)
ogre2/src/Ogre2MaterialSwitcher.cc 0.00% <0.00%> (-90.00%) ⬇️
ogre2/src/Ogre2SelectionBuffer.cc 0.00% <0.00%> (-87.40%) ⬇️
ogre2/src/Ogre2Camera.cc 71.32% <0.00%> (-12.50%) ⬇️
src/Utils.cc 74.73% <0.00%> (-10.53%) ⬇️
ogre2/src/Ogre2RayQuery.cc 73.46% <0.00%> (+12.86%) ⬆️
include/ignition/rendering/RayQuery.hh 100.00% <0.00%> (+40.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e348c5...cb2523d. Read the comment docs.

Copy link
Contributor

@chapulina chapulina left a 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

ogre2/src/Ogre2RenderEngine.cc Outdated Show resolved Hide resolved
@iche033 iche033 merged commit 0973b0b into gazebosim:ign-rendering5 Oct 19, 2021
iche033 added a commit that referenced this pull request Oct 19, 2021
* 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]>
srmainwaring pushed a commit to srmainwaring/gz-rendering that referenced this pull request Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants