BambuStudio/src
Joshua Wise fe13ca0b52 Linux: update GLEW to 2.2.0, and enable EGL support in GLEW to match wxWidgets
On Linux, wxGTK by default attempts to use EGL if it is available on the
system, rather than GLX.  Unfortunately, the ancient version of GLEW that we
packaged in did not support EGL, and even if it did, the configuration was
not set up to enable EGL.  To solve this, we:

  * upgrade GLEW to version 2.2.0, from upstream GitHub

  * modify the Bambu build process to enforce that we use GLEW from the
    built dependency

  * remove the "extra" even older GLEW that was packaged

  * modify GLEW's CMake configuration to enable EGL support when it is
    available on the system (using the same test as wxWidgets uses to decide
    whether to enable EGL support); if EGL isn't available at compile time,
    both GLEW and wxWidgets will fall back on GLX

Note that you probably will have to blow away your CMakeCache for this to
work correctly -- otherwise, you may end up with the system GLEW, if you
have one installed (which is probably not what you want -- on Ubuntu, the
system GLEW is GLX, not EGL).
2023-01-12 12:29:59 +08:00
..
Shiny Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
admesh NEW:Add progress bar for large file loading (3mf,stl,step) 2022-09-02 12:52:18 +08:00
agg Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
boost Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
build-utils Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clipper Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
clipper2 ENH: add clipper2 for preparing 2022-12-15 04:33:48 -05:00
eigen Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
expat Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
fast_float Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
glu-libtess Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
hidapi Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
hints HintsToPot: Fix compilation on MSVC 2022-12-16 22:51:07 -05:00
imgui FIX: toolbar cannot rescale a super small stl correctly 2023-01-10 19:08:26 +08:00
libigl Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
libnest2d ENH: auto-arrange uses inner NFP to simplify fixed_overfit 2022-12-15 04:38:15 -05:00
libslic3r ENH: disable clipper2 in perimeter generator 2023-01-10 19:08:26 +08:00
minilzo Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
miniz Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
nanosvg Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
nlohmann Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
platform ENH: copyright: change the copyrights to lunkuo 2023-01-10 19:08:26 +08:00
qhull Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
semver Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
slic3r ENH:optimize method of gcodeviewer marker get current move 2023-01-10 19:08:26 +08:00
stb_dxt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BambuStudio.cpp FIX: bed_type: fix the bed_type issue when already set in plate 2023-01-10 19:08:26 +08:00
BambuStudio.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
BambuStudio_app_msvc.cpp Fixes #740 2022-12-09 10:54:41 +08:00
BaseException.cpp Add more missing headers 2022-12-16 22:51:07 -05:00
BaseException.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CMakeLists.txt ENH: copyright: change the copyrights to lunkuo 2023-01-10 19:08:26 +08:00
StackWalker.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
StackWalker.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00