Apply FreeCAD integration changes to latest Coin3D master - #84
Merged
Merged
Conversation
Disable unnecessary C++ module scanning, keep the Win32 Unicode workaround local, add install-rule control, and resolve the active Expat provider consistently.
tritao
force-pushed
the
sync/coin3d-master-20260908
branch
from
September 22, 2026 11:03
8b2cd2d to
ce49464
Compare
Collaborator
Author
|
FYI @Lgt2x created https://github.com/FreeCAD/coin/tree/freecad-next targeting latest Coin3D master branch. And this PR rewrites our FreeCAD-specific changes on top, so we can upstream our changes cleanly. Will start retargeting all retained renderer PRs on top of this new branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Apply the maintained FreeCAD-specific Coin changes on top of Coin3D master at
502ba41638.The OpenGL header selection, legacy-renderer composition, vendored Khronos headers, compatibility fallbacks, generated-file cleanup, and general CI configuration now follow upstream.
The remaining FreeCAD-specific runtime change is the EGL offscreen-context work: surfaceless context creation, preservation of caller-owned EGL bindings, correct display ownership, optional core-profile contexts, and its regression test. The branch also retains FreeCAD's CMake integration and standard integer-header cleanup.
Validated locally with a complete Debug build and the full CTest suite, including
CoinTests,EGLBindingTest,CoinConfigCompatibility, and the profiler initialization tests.