118 Commits (87dac6b33df14caef764354a80ce48bd8d6250e4)

Author SHA1 Message Date
Vladimír Vondruš 87dac6b33d CMake: FindOpenGL looks for GLVND since CMake 3.10. 3 years ago
Vladimír Vondruš c3422cdd6b Platform: replace inline EM_ASM() with an external JS library. 3 years ago
Vladimír Vondruš b45d5cf566 Platform: put common Emscripten CMake code together. 3 years ago
Vladimír Vondruš c9a2752545 Platform: remove deprecated Emscripten event target behavior support. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš eafb2de1f1 Link all magnum-* utilities to Corrade::Main. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš fa00122fdb Platform: don't attempt to link GLX apps to EGL. 4 years ago
Vladimír Vondruš eb89b5cbf9 Platform: make Glfw and Sdl2App work with EGL on desktop GL as well. 4 years ago
Vladimír Vondruš e62b2bb000 Replace MAGNUM_TARGET_{HEADLESS,DESKTOP_GLES} with MAGNUM_TARGET_EGL. 4 years ago
Vladimír Vondruš da569a41de Platform: merge WindowlessWindowsEglApplication into EglApp and remove. 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 1c6f77389d Platform: consistently add -fPIC to all contexts on dynamic builds. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš c36ed5e61d Don't ever attempt to think about CGL when building for GLES on Mac. 4 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Amodio Pesce a4979e2cd4 Fix Cmake Error: Error Evaluating Generator Expression in SDL2 code 5 years ago
Vladimír Vondruš 5b7caaee84 CMake: create the output dir before copying a DLL. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 631032749d Platform: clarify a comment so I don't waste time here again. 6 years ago
Vladimír Vondruš 4e5ed76dce Audio,Platform: put Emscripten boilerplate to correct location. 6 years ago
Vladimír Vondruš 0731546bc8 Copy HTML runners for magnum-gl-info and magnum-al-info into the build dir. 7 years ago
Vladimír Vondruš ef1fbd8e4b CMake: copy SDL / GLFW DLLs to CMAKE_RUNTIME_OUTPUT_DIRECTORY. 7 years ago
Vladimír Vondruš 7f4da303cb Require at least CMake 3.4. 7 years ago
Vladimír Vondruš 76a73bb38d Platform: properly link to GLX also if Sdl2/GlfwApplication is disabled. 7 years ago
Vladimír Vondruš 0a0a652388 Platform: this code doesn't need stuff from GL. 7 years ago
Squareys b970b4d247 Platform: Add initial EmscriptenApplication 7 years ago
Vladimír Vondruš 91725dd86e Platform: enable PIC for all (static) Application libraries. 7 years ago
Vladimír Vondruš 687496fccb CMake: make OpenGL_GL_PREFERENCE settable from outside. 7 years ago
Daniel 035f644769 Platform: removed GlutApplication. 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš 7466d939e5 Platform: no need to compile a file twice on macOS. 7 years ago
Vladimír Vondruš d98efb241d Platform: deduplicate DPI handling code. 7 years ago
Vladimír Vondruš 8e8010c40b Document and print helpful error messages for GL-dependent features. 7 years ago
Vladimír Vondruš 75cc1725ad CMake: link both GlfwApplication and Sdl2Application to EGL, if needed. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 5e36f65149 Platform: properly link all dependencies of AndroidApplication. 8 years ago
Vladimír Vondruš dba35bac7a Platform: initial HiDPI support in GlfwApplication. 8 years ago
Vladimír Vondruš b47db397af CMake: provide paths to Emscripten-specific CSS/JS files. 8 years ago
Vladimír Vondruš 769bc0da90 Platform: query DPI awareness on Apple and warn if not set. 8 years ago
Vladimír Vondruš ae31c3cd82 Platform: initial HiDPI support in SDL2 app on Linux and Emscripten. 8 years ago
Vladimír Vondruš d70f75a179 Platform: deprecate GlutApplication. 8 years ago
Vladimír Vondruš f922f1e740 CMake: prefer GLVND if on CMake 3.11. 8 years ago
Vladimír Vondruš e9af67a651 Platform: properly link X11 to all applications that need it. 8 years ago
Vladimír Vondruš 04a3f9588b Platform: test compilation & linking of all Application libraries. 8 years ago
Vladimír Vondruš 7ad33d3f5b Platform: properly link XEglApplication to EGL. 8 years ago
Vladimír Vondruš d5a0516f8a Split the OpenGL layer out, pt 29: SDL2 and GLFW apps w/o GL. 8 years ago
Vladimír Vondruš 9e58eaca61 Split the OpenGL layer out, pt 15: compatibility for Platform::Context. 8 years ago
Vladimír Vondruš 53e2043c6b Split the OpenGL layer out, pt 14: Platform::{Context => GLContext}. 8 years ago