You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
fa00122fdb
Platform: don't attempt to link GLX apps to EGL.
...
This was done correctly in the Find module, but here somehow not -- if
MAGNUM_TARGET_EGL is enabled, then [Windowless]GlxApplication and
GlxContext were linking to MagnumSomeContext_LIBRARY, which is EGL. Whic
is wrong. Those should always link to GLX, if it exists, and nothing if
there's just the old libGL.
4 years ago
..
Implementation
Don't rely on __GNUC__ being always 4 on Clang.
4 years ago
Test
Platform: add helpful error messages to application test build files.
4 years ago
AbstractXApplication.cpp
Platform: port *XApplication away from std::string.
4 years ago
AbstractXApplication.h
Platform: port *XApplication away from std::string.
4 years ago
AndroidApplication.cpp
Updated copyright year.
4 years ago
AndroidApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
CMakeLists.txt
Platform: don't attempt to link GLX apps to EGL.
4 years ago
EmscriptenApplication.cpp
Platform: use StringView in *Application::Text*Event.
4 years ago
EmscriptenApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
EmscriptenApplication.js
Updated copyright year.
4 years ago
GLContext.h
Use const char* const* for argv consistently.
4 years ago
GlfwApplication.cpp
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
GlfwApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
GlxApplication.cpp
Updated copyright year.
4 years ago
GlxApplication.h
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
MacOSXBundleInfo.plist.in
Split the OpenGL layer out, pt 7: renamed magnum-info to magnum-gl-info.
8 years ago
Platform.h
Updated copyright year.
4 years ago
Screen.h
Updated copyright year.
4 years ago
ScreenedApplication.h
Updated copyright year.
4 years ago
ScreenedApplication.hpp
Updated copyright year.
4 years ago
Sdl2Application.cpp
Platform: don't rely on a deprecated preprocessor define.
4 years ago
Sdl2Application.h
Prefix all CMake options with MAGNUM_*.
4 years ago
WebApplication.css
Updated copyright year.
4 years ago
WindowlessCglApplication.cpp
Updated copyright year.
4 years ago
WindowlessCglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
WindowlessEglApplication.cpp
Platform: merge WindowlessWindowsEglApplication into EglApp and remove.
4 years ago
WindowlessEglApplication.h
Platform: merge WindowlessWindowsEglApplication into EglApp and remove.
4 years ago
WindowlessEmscriptenApplication.js
Updated copyright year.
4 years ago
WindowlessGlxApplication.cpp
Updated copyright year.
4 years ago
WindowlessGlxApplication.h
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
WindowlessIosApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
WindowlessIosApplication.mm
external,Platform: suppress GL deprecation warnigs on iOS as well.
4 years ago
WindowlessWglApplication.cpp
Updated copyright year.
4 years ago
WindowlessWglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
XEglApplication.cpp
Updated copyright year.
4 years ago
XEglApplication.h
Prefix all CMake options with MAGNUM_*.
4 years ago
gl-info.cpp
Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL.
4 years ago
gl-info.html
Platform: use new CSS classes in gl-info
6 years ago