4153 Commits (0dba2601e39ba43e12442a4f8a504d00e8f2ec2b)
 

Author SHA1 Message Date
Vladimír Vondruš 0dba2601e3 Added KHR_blend_equation_advanced{,_coherent} extensions. 11 years ago
Vladimír Vondruš 654b1b2a18 Enlarged extension availability array to make room for even more. 11 years ago
Vladimír Vondruš a80370865c Updated GLES3 extension headers. 11 years ago
Vladimír Vondruš 5668b3c9a3 Updated GLES2 extension headers. 11 years ago
Vladimír Vondruš 11525b56db Updated GL extension headers and API mapping table. 11 years ago
Vladimír Vondruš 8d3f3ae718 Fix compiler warning in tests on ES build. 11 years ago
Vladimír Vondruš 83824094df doc: fix ES extension links. 11 years ago
Vladimír Vondruš d4e37b2d80 doc: overview of OpenGL wrapper layer. 11 years ago
Vladimír Vondruš 7c92005148 doc: link to ANGLE overview. 11 years ago
Vladimír Vondruš 7dc9889bc2 doc: make use of NoCreate tag. 11 years ago
Vladimír Vondruš adf88d5535 Ability to instantiate OpenGL objects without creating them. 11 years ago
Vladimír Vondruš 3b5e650af5 Math: fix compilation of tests under libc++. 11 years ago
Vladimír Vondruš b7ef34f591 Fix compilation under libc++. 11 years ago
Vladimír Vondruš 911ed52413 Math: test constexpr-ness of subclass types. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš 13622cf7ae modules: avoid repeating the same include dirs over and over. 11 years ago
Vladimír Vondruš c853f39f26 modules: this made no sense. 11 years ago
Vladimír Vondruš 94a59fc381 modules: append to list instead of replacing it. 11 years ago
Vladimír Vondruš 8ae9ac6a7c package: update PKGBUILD version. 11 years ago
Vladimír Vondruš 41ed9c9e0f Properly initialize AbstractFramebuffer::blit() implementation on WebGL 2. 11 years ago
Vladimír Vondruš 9e4a960170 Don't show RenderbufferFormat::DepthStencil on WebGL 2. 11 years ago
Vladimír Vondruš 4389a58cce MeshTools: added compressIndicesAs(). 11 years ago
Vladimír Vondruš 9e766ec352 MeshTools: const++. 11 years ago
Vladimír Vondruš 792500d463 MeshTools: simplify internal implementation of compressIndices(). 11 years ago
Vladimír Vondruš 2c6ea0b0f1 Revert "Enable only C++ to speed up CMake run." 11 years ago
Vladimír Vondruš d0baab2bfe I hate GCC. 11 years ago
Vladimír Vondruš 838eb180fc Fix compilation on Clang. 11 years ago
Vladimír Vondruš 900d464cd1 doc: document Math class initialization. 11 years ago
Vladimír Vondruš c4bf8d6eda Doxygen workarounds. 11 years ago
Vladimír Vondruš 350d820823 Math: cleanup. 11 years ago
Vladimír Vondruš 413e2e6735 Math: properly test that these constructors are indeed implicit. 11 years ago
Vladimír Vondruš 1b0da5b2df Math: ability to construct all types without initializing the contents. 11 years ago
Vladimír Vondruš 702c9db6b4 Math: ability to zero-initialize all classes. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš 5bc87addab Math: added header with tags. 11 years ago
Vladimír Vondruš d51f29c57f Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 25486a7ac4 Math: properly prefix private variables. 11 years ago
Vladimír Vondruš 73419be9e6 SceneGraph: generalized camera implementation. 11 years ago
Vladimír Vondruš e6965e7131 Test that Context is only move-constructible. 11 years ago
Vladimír Vondruš df0a99e87f Emit a warning when using deprecated header. 11 years ago
Vladimír Vondruš d5026d08d3 Enable only C++ to speed up CMake run. 11 years ago
Vladimír Vondruš 2ecbef1355 Math: yet another Doxygen workaround. 11 years ago
Vladimír Vondruš 2aa6de7054 doc: mention Context::resetState() in troubleshooting doc. 11 years ago
Vladimír Vondruš e193530e04 package: enable GL tests on MinGW. 11 years ago
Vladimír Vondruš 50a9fb914d Fixed non-deprecated build. 11 years ago
Vladimír Vondruš 88f0415290 Support OpenGL tests also on Windows and OS X. 11 years ago
Vladimír Vondruš 578e3635dc Platform: add constructor for *Application::Arguments structs. 11 years ago
Vladimír Vondruš 2e5eddc83b MagnumFont, MagnumFontConverter: fix linker errors in tests on Windows. 11 years ago
Vladimír Vondruš 082fc1fe04 Display also all headers in project view of IDEs. 11 years ago
Vladimír Vondruš defc04f6ac Cleanup. 11 years ago