99 Commits (f8ad32f71c4884e4caa16b0373dc2d4f1f8074ec)

Author SHA1 Message Date
Vladimír Vondruš f8ad32f71c DebugTools: exclude hard-to-test code from code coverage. 8 years ago
Vladimír Vondruš 5e9bce3823 DebugTools: doc++ 8 years ago
Vladimír Vondruš 8efc6b39e9 Deprecate the Shapes library and everything that depends on it. 8 years ago
Vladimír Vondruš e0c0baacd2 DebugTools: Primitives are needed also for ObjectRenderer. 8 years ago
Vladimír Vondruš e795478353 Make all vars initialized in constructors rather than at some later point. 8 years ago
Vladimír Vondruš 22d1f3bb9f DebugTools: minor cleanup. 8 years ago
Vladimír Vondruš 453fc0b3e7 Shaders: more convenient VertexColor::Color[34] attribute specifiers. 8 years ago
Vladimír Vondruš 8018b17bc7 Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Vladimír Vondruš 4d565a8f73 DebugTools: CompareImage now supports only generic pixel formats. 8 years ago
Vladimír Vondruš 4a88b4633d DebugTools: support generic pixel formats in textureSubImage(). 8 years ago
Vladimír Vondruš 4e757a3f64 Split the OpenGL layer out, pt 26: remove dependencies on the GL lib. 8 years ago
Vladimír Vondruš 7785698d35 Split the OpenGL layer out, pt 21: adapted DebugTools. 8 years ago
Vladimír Vondruš 7b5ef21bd9 Don't return redundant info from Image*::dataProperties(). 8 years ago
Vladimír Vondruš b1de952c13 Split the OpenGL layer out, pt 6: adapted buildsystem of dependent libs. 8 years ago
Vladimír Vondruš 9dcaf23389 Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Vladimír Vondruš 14c235f8ee Deprecated {Compressed,}Image::setData() functions. 8 years ago
Vladimír Vondruš 01e2727326 Removed PixelStorage::setSwapBytes(). 8 years ago
Vladimír Vondruš cb2a20aced Test: make the GL tests compile on WebGL 1. 8 years ago
Vladimír Vondruš 60ddfa888e DebugTools: fix Clang warning complaint. 8 years ago
Vladimír Vondruš c139e0384d Primitives: get rid of useless classes. 8 years ago
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 055858d357 DebugTools: documentation updates for the new theme. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 1ec14c678b Local Doxygen ignores for symbol export macros. 8 years ago
Vladimír Vondruš 36f5030ffd DebugTools: use ANSI text file instead of a terminal screenshot. 9 years ago
Vladimír Vondruš e0ee452297 Don't use deprecated Buffer functionality. 9 years ago
Vladimír Vondruš b16755fc13 Doxygen fixes and workarounds. 9 years ago
Vladimír Vondruš d7acd86d3c DebugTools: the TODO still holds for MSVC 2017. 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Émile Grégoire dae1e8e9cf Started adding folders for Visual Studio. 9 years ago
Alice Margatroid e762fc1efc Modernize #1 9 years ago
Vladimír Vondruš 46e118879f Test: use Containers::arrayView() and arrayCast() to simplify code. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš ae9095de16 Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
Vladimír Vondruš 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš 6d9a9e9dfd DebugTools: base ObjectRenderer on Primitives::axis*D(). 9 years ago
Vladimír Vondruš 0fe2ab0aa9 Shaders: ability to use RGBA colors with VertexColor shader. 9 years ago
Vladimír Vondruš cd70bc8f1e DebugTools: fix assertion in ObjectRenderer. 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 100405ec89 DebugTools: GCC 4.7 can't handle raw strings inside macros. 9 years ago
Vladimír Vondruš c45472a0f0 DebugTools: initial implementation of CompareImage class. 9 years ago
Vladimír Vondruš f966644d83 DebugTools: include the tests only if the features are actually built. 9 years ago
Vladimír Vondruš 2148cd08aa CMake: make most of DebugTools dependencies conditional. 9 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš c9946bb06b DebugTools: reduce test precision for Emscripten. 10 years ago
Vladimír Vondruš aa721781f1 DebugTools: fixed compilation on GLES2. 10 years ago
Vladimír Vondruš 8f9918ea0d DebugTools, TextureTools: no pixel_center_integer in GLSL ES. 10 years ago
Vladimír Vondruš da8bf1a184 DebugTools: reorder and document to make the non-orthogonality obvious. 10 years ago
Vladimír Vondruš 74e43a4f31 DebugTools: fallback to Texture::subImage() on desktop. 10 years ago
Vladimír Vondruš 9cbbd21416 DebugTools: fix static build on ES. 10 years ago