Parametric 2d/3d CAD
![]() Apparently GLX pixmaps are an antiquated and unsupported method for offscreen rendering in OpenGL. Specifically this broke software and VirtualBox accelerated rendering in Ubuntu trusty and who knows which other systems. This commit switches the rendering to use pbuffers instead, while retaining all other logic. The pbuffers are fixed-size, because reallocating pbuffers during a resize sometimes results in segfaults in glXMakeCurrent despite apparently correct API usage. |
||
---|---|---|
cmake | ||
exposed | ||
extlib | ||
include | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING.txt | ||
wishlist.txt |