839 Commits (654b1b2a186b6e7256d4fc0625bf2b47ca8b4fe1)

Author SHA1 Message Date
Vladimír Vondruš 654b1b2a18 Enlarged extension availability array to make room for even more. 11 years ago
Vladimír Vondruš 8d3f3ae718 Fix compiler warning in tests on ES build. 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š 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š d0baab2bfe I hate GCC. 11 years ago
Vladimír Vondruš 838eb180fc Fix compilation on Clang. 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š 2ecbef1355 Math: yet another Doxygen workaround. 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š 98f5d8abf7 Platform: properly propagate return code from WindowlessWglApplication. 11 years ago
Vladimír Vondruš d2b1685a71 Properly check extensions in BufferTextureGLTest. 11 years ago
Vladimír Vondruš 551e12f939 Added Test/AbstractOpenGLTester.h to project view of IDEs. 11 years ago
Vladimír Vondruš e2bee28aa0 Properly initialize debug group implementation pointers in all cases. 11 years ago
Vladimír Vondruš e647cecf55 Skip Renderbuffer::label() test if no extension is available. 11 years ago
Vladimír Vondruš d86311bae9 Fix unused variable warning when building w/o assertions. 11 years ago
Vladimír Vondruš fbe654cbe7 Trade: constexpr CameraData aren't a good idea anyway. 11 years ago
Vladimír Vondruš f5abdda5e1 Fix linker errors with Framebuffer::InvalidationAttachment on Windows. 11 years ago
Vladimír Vondruš 9c5be808d0 Mark some files as having LF only to fix tests on Windows. 11 years ago
Vladimír Vondruš d36b7acae3 Platform: fix compilation on Emscripten. 11 years ago
Vladimír Vondruš 155a484e67 Platform: added Sdl2Application::tickEvent(). 11 years ago
Vladimír Vondruš 3a968b035f Finally deprecated Timeline::setMinimalFrameTime(). 11 years ago
Vladimír Vondruš 16057eeaff Platform: ability to cap main loop period directly on Sdl2Application. 11 years ago
Vladimír Vondruš 87e964ce69 Fixed build on GCC < 5.1 and Clang. 11 years ago
Vladimír Vondruš 387f3b78d6 Ability to move-construct Context. 11 years ago
Vladimír Vondruš a8f04ec7a9 Proper naming of private variable. 11 years ago
Vladimír Vondruš 562d71dbe6 Math: ability to convert ranges from/to external representation. 11 years ago
Vladimír Vondruš fbe4330298 Math: cleanup in tests. 11 years ago
Vladimír Vondruš 1a389f7a00 Math: work around bug in GCC 5.1 which broke the tests. 11 years ago
Vladimír Vondruš 52434fb55c Math: ability to convert dual quaternions from/to external representation. 11 years ago