8851 Commits (e26f90957cccd5dfbd3b0052a9eca14d7f5736a3)
 

Author SHA1 Message Date
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
Vladimír Vondruš 8237626571 ShaderTools: update a TODO. 5 years ago
Vladimír Vondruš 3184b92a4a ShaderTools: a bit more consts. 5 years ago
Vladimír Vondruš d523ab7124 ShaderTools: less confusing function parameter names. 5 years ago
Vladimír Vondruš bd273d7bce doc: force a bit better table formatting. 5 years ago
Vladimír Vondruš 069c1e6cee doc: add OpenEXR import/export to the file format tables. 5 years ago
Vladimír Vondruš 41bea89c04 DebugTools: restore usage of external plugins in the CompareImage test. 5 years ago
Vladimír Vondruš 5719b8fb30 DebugTools: support half-float formats in CompareImage. 5 years ago
Vladimír Vondruš 84dcd52625 DebugTools: doc++ 5 years ago
Vladimír Vondruš 1a0a96612f VK: doc++ 5 years ago
Vladimír Vondruš aea8722729 Add generic depth/stencil PixelFormat values. 5 years ago
Vladimír Vondruš 65a935cedc Test: adapt to changes in CORRADE_SKIP(). 5 years ago
Vladimír Vondruš b3fd0b3795 GL: adapt OpenGLTester to changes in TestSuite. 5 years ago
Vladimír Vondruš a7389cb950 Math: doc++ 5 years ago
Vladimír Vondruš bc0bb075ab Update Android installation layout to better comply with NDK r19+. 5 years ago
Vladimír Vondruš 18817ed58a Vk: hello, MinGW, why are you so special again?! 5 years ago
Vladimír Vondruš 315e31476a GL: fix out of bounds accesses in Shader limit queries. 5 years ago
Vladimír Vondruš 7154200e16 doc: the year wasn't updated here. 5 years ago
Vladimír Vondruš f0f8dce559 Math: link relevant APIs in Quaternion multiply docs. 5 years ago
Vladimír Vondruš 807c337db1 Trade: adapt to CORRADE_ALIGNAS() deprecation. 5 years ago
Vladimír Vondruš 28a2cb8567 Vk: interesting inconsistency with std::initializer_list. 5 years ago
Vladimír Vondruš f41ea6bbeb Vk: enable KHR_maintenance3 in a test. 5 years ago
Vladimír Vondruš 1e7fafdd75 Vk: VK_KHR_create_renderpass depends on KHR_maintenance2 and multiview. 5 years ago
Vladimír Vondruš 4cc1bf11b7 Vk: add a trivial test for Mesh move/copy. 5 years ago
Vladimír Vondruš baaa083af8 Vk: implicitly enable VK_KHR_maintenance1. 5 years ago
Vladimír Vondruš 2b7ca726f1 Vk: document why certain extensions are implicitly enabled. 5 years ago
Vladimír Vondruš 412d54b25b Vk: implement descriptor set allocation, freeing and pool reset. 5 years ago
Vladimír Vondruš ee560b42e9 Vk: suggest enabling the corresponding extension as well. 5 years ago