114 Commits (5cf147ec21fb8d16a7bddda8d9b70a6e4dfd0071)

Author SHA1 Message Date
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
Vladimír Vondruš ce3b78672b DebugTools: I knew I would forget to revert some of the debug shit. 10 years ago
Vladimír Vondruš 4bc1841c2d Doxygen workarounds. 10 years ago
Vladimír Vondruš c9271da28c DebugTools: support reading float textures in textureImage() on ES3. 10 years ago
Vladimír Vondruš 78d73fa98e DebugTools: utility to get texture image on OpenGL ES. 10 years ago
Vladimír Vondruš 31f24474b6 DebugTools: utility to get buffer data on OpenGL ES. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Squareys c11903975a doc++: ResourceManager::instance() now returns a reference. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš a981593bd0 DebugTools: don't force dependency on SceneGraph and Shapes. 10 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Squareys 9587b31430 Doc: `ResourceManager::instance()` returns reference, not pointer. 11 years ago
Vladimír Vondruš f41321f930 MSVC 2015 compatibility: yet another {}-related bug. 11 years ago
Vladimír Vondruš 8b6ff33476 DebugTools: prefix private member variables with underscore. 11 years ago
Vladimír Vondruš 2c16190942 MSVC 2015 compatibility: that thing wants to call destructor everywhere. 11 years ago
Vladimír Vondruš e934a1d1d8 Moved Color to Math namespace. 11 years ago
Vladimír Vondruš 73419be9e6 SceneGraph: generalized camera implementation. 11 years ago
Vladimír Vondruš d92a006770 Attempt to fix build without assertions no. 8. 11 years ago
Vladimír Vondruš 92887c9598 Fix ResourceManager-related linker errors on Clang. 11 years ago
Vladimír Vondruš 7e8d90a436 Better fix to ensure a single static ResourceManager instance. 11 years ago
Vladimír Vondruš 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6b51e619c1 DebugTools: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš d90a5e27e8 Hide forward declarations from Doxygen. 12 years ago
Vladimír Vondruš 1cfb5b0eaf Moved Attribute class out of AbstractShaderProgram enum. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš dc312cda0d Implemented indexed buffer binding. 12 years ago
Vladimír Vondruš 3619541f9e Minor cleanup. 12 years ago
Vladimír Vondruš 37c7f285c3 DebugTools: "fix" flaky test. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš 2848d1d37c DebugTools: defaulted destructor implementation in source files. 12 years ago
Vladimír Vondruš e4f7d0bb52 Doc++ 12 years ago
Vladimír Vondruš 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Vladimír Vondruš a9a5ead13d Dropped GCC 4.6 support. 12 years ago