8878 Commits (ae3fd92fd307c77d85dbb01d655da5cf795b1cb4)
 

Author SHA1 Message Date
Vladimír Vondruš ae3fd92fd3 Shaders: uh oh? good thing there was no bug hidden underneath. 5 years ago
Vladimír Vondruš 96a0ecd87e Shaders: doc++ 5 years ago
Vladimír Vondruš 47e7de47c8 Shaders: remove the AbstractVector base. 5 years ago
Vladimír Vondruš 94f0dcb421 Shaders: this thing is ... not used anywhere. 5 years ago
Vladimír Vondruš d3e11765ac Shaders: EXPLICIT_TEXTURE_LAYER is very misleading. 5 years ago
Vladimír Vondruš ee82113590 GL: this isn't needed on Apple platforms either. 5 years ago
Vladimír Vondruš 088a769f8e GL: adapt ES-specific MeshView internals to Corrade changes. 5 years ago
Vladimír Vondruš 4348ca7cdd Enable a bunch of useful CMake policies. 5 years ago
Vladimír Vondruš 686648f120 Platform: suggest that bundled GLFW should have buncha things disabled. 5 years ago
Vladimír Vondruš 3ebbd2ed39 doc: suggest StaticArray as another replacement for the deprecated Array. 5 years ago
Vladimír Vondruš dd3ce93888 Math: MSVC 2015, you ICEd. 5 years ago
Vladimír Vondruš d03cc34385 Platform: update docs about the EGL enumeration failing bug. 5 years ago
Vladimír Vondruš 6f8ad66a90 sceneconverter: list also animations in --info. 5 years ago
Vladimír Vondruš 047e8e6670 GL: fix argument order in OpenGLTester::addBenchmarks(). 5 years ago
Vladimír Vondruš 57ae596d88 Math: don't call into RectangularMatrix privates from Matrix. 5 years ago
Vladimír Vondruš 08a6e7d957 Math: explicit test that all types are trivially copyable. 5 years ago
Vladimír Vondruš 7072befbdb Math: generalize slicing and expanding to arbitrarily-sized matrices. 5 years ago
Vladimír Vondruš a347a2b3bd Math: make it possible to create an identity RectangularMatrix as well. 5 years ago
Vladimír Vondruš 7413d2053f Math: doc++ 5 years ago
Vladimír Vondruš 3cd1813bc2 Add a DefaultInit tag. 5 years ago
Vladimír Vondruš c8ccd8bc37 Doc++ 5 years ago
Vladimír Vondruš 1506c926f5 Shaders: doc++ 5 years ago
Vladimír Vondruš d683e26184 Shaders: add a test to a proper IDE folder. 5 years ago
Vladimír Vondruš faed96b4cf Shaders: avoid repeated GL::Context::current() calls. 5 years ago
Vladimír Vondruš f74942f67a Shaders: make the string building slightly less crazy. 5 years ago
Vladimír Vondruš 9f0a61e76e Shaders: group things together also in GLSL sources. 5 years ago
Vladimír Vondruš f70bbef473 Shaders: group uniform setters and texture binding functions together. 5 years ago
Vladimír Vondruš e26f90957c Shaders: wait, how did the linker work for the whole decade?! 5 years ago
Vladimír Vondruš 2066d82ea4 Shaders: suffix all existing shaders with GL. 5 years ago
Vladimír Vondruš a90e67edaa DebugTools: rename GLFrameProfiler to FrameProfilerGL. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš 6958f4a413 doc: update credits. 5 years ago
Andy Maloney aeb26aaad4 CMake: fix a spelling mistake in WITH_PRIMITIVES option. 5 years ago
Vladimír Vondruš 90126a4ded CMake: avoid warnings with CMake 3.10+ and CMAKE_AUTOMOC set. 5 years ago
Vladimír Vondruš 7c14379e37 Trade: <string>?! here?? why?!! 5 years ago
Vladimír Vondruš c927824562 Make it discoverable that Debug etc is brought into the Magnum namespace. 5 years ago
Vladimír Vondruš d44514b60f GL: properly skip a test on a no-assert build. 5 years ago
Vladimír Vondruš 2f24199ed7 GL: improve message for the common mesh assert in multi-draw. 5 years ago
Vladimír Vondruš c0d64b913e GL: this Buffer::setStorage() overload wasn't implemented. 5 years ago
Vladimír Vondruš d3f83b6665 Vk: the configure file is needed for non-Vk tests as well. 5 years ago
Vladimír Vondruš fe4d55f30d DebugTools: missing forward declaration for FrameProfiler. 5 years ago
Vladimír Vondruš 61f8b5da57 GL: enable cube map 3D image up/download on all platforms. 5 years ago
Vladimír Vondruš 595421da16 GL: rename & reorganize cubemap internals and test cases for clarity. 5 years ago
Vladimír Vondruš 60843307c0 Trade: doc++ 5 years ago
Vladimír Vondruš 2df2a47007 Trade: support 1D and 3D images in AbstractImageConverter. 5 years ago
Vladimír Vondruš 2ce125a1b3 Trade: doc++ 5 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 0581e72fd6 Trade: use the "new" less annoying APIs in a test. 5 years ago
Vladimír Vondruš c82094dcb1 Trade: fix a bad doc copypaste. 5 years ago
Vladimír Vondruš 06e039dbe7 Trade: reverse AbstractSceneConverter::convertToFile() argument order. 5 years ago