4470 Commits (6fa2643e63e8172b74bb08e37c9b4de587da028f)

Author SHA1 Message Date
Vladimír Vondruš 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš 1e8a5c927b Shaders: added NoCreate constructors to all classes. 9 years ago
Vladimír Vondruš 087194d9c0 Shaders: make constructors explicit by default. 9 years ago
Vladimír Vondruš aa69bbcc19 Math: ability to create matrices with one value for all components. 9 years ago
Vladimír Vondruš 6e10b2e205 Math: doc++ 9 years ago
Vladimír Vondruš e666316ce1 Test: no inheriting constructors on GCC 4.7. 9 years ago
Vladimír Vondruš eeba2ac848 Platform: proper NoCreate constructors for windowed classes. 9 years ago
Vladimír Vondruš 13d9a8f6f5 NoInit constructor for AbstractShaderProgram. 9 years ago
Vladimír Vondruš 400b5fafcf Clarify and verify that NoCreate constructors don't need GL context. 9 years ago
Vladimír Vondruš c22d440e69 Don't define Texture3D on WebGL 1.0. 9 years ago
Vladimír Vondruš 61e511dbc4 Math: component-wise comparison for RectangularMatrix. 9 years ago
Vladimír Vondruš 6d9a9e9dfd DebugTools: base ObjectRenderer on Primitives::axis*D(). 9 years ago
Vladimír Vondruš bac4d579c2 Primitives: new axis2D() and axis3D() primitive. 9 years ago
Vladimír Vondruš 0fe2ab0aa9 Shaders: ability to use RGBA colors with VertexColor shader. 9 years ago
Vladimír Vondruš 5ddd28dc19 Shader: include cleanup. 9 years ago
Vladimír Vondruš 76aab47291 Trade: support for vertex colors in MeshData. 9 years ago
Vladimír Vondruš 0aad8f756e Math: utility function for conversion between CIE xyY and CIE XYZ. 9 years ago
Vladimír Vondruš eeac7e2868 Math: minmax() for a pointer range. 9 years ago
Vladimír Vondruš 9204156485 Math: constexpr issues with MSVC 2015. 9 years ago
Vladimír Vondruš 590717acfe Trade: fix copypaste error in the test. 9 years ago
Vladimír Vondruš 353d7ff59d Math: implemented minmax() for arbitrary vectors. 9 years ago
Vladimír Vondruš 4cf9459110 Math: return default-constructed value for min()/max() on empty range. 9 years ago
Vladimír Vondruš bfa259fb18 Math: min() and max() for pointer ranges. 9 years ago
Vladimír Vondruš 9e796b76c8 Math: added clamp(Vector, Vector, Vector), {min,max}(Vector, T) 9 years ago
Vladimír Vondruš 59f69d2a4f Math: assert that the (un)packed vector type has the same size. 9 years ago
Vladimír Vondruš 8637cbdc31 Math: Color4::{xyz,rgb}() should return Color3, not Vector3. 9 years ago
Vladimír Vondruš ce5699ce60 CMake: define UNICODE/_UNICODE on Windows to prevent ANSI accidents. 9 years ago
Vladimír Vondruš b14927aa61 Platform: added {Sdl2,Glfw}Application::window(). 9 years ago
Vladimír Vondruš 4955e1e320 Platform: text input in GlfwApplication. 9 years ago
Vladimír Vondruš 11d664efef Platform: provide position in GlfwApplication::MouseEvent. 9 years ago
Vladimír Vondruš 9aa4e69db0 Platform: added GlfwApplication::windowSize(). 9 years ago
Vladimír Vondruš 455dc26840 Platform: properly set minimized and cursor window options for GLFW. 9 years ago
Vladimír Vondruš 57b36240c2 Platform: doc++ 9 years ago
Vladimír Vondruš 3a16ae6f46 Platform: use Flag::TextInputActive instead of a boolean in Sdl2Application. 9 years ago
Vladimír Vondruš f64ebc6219 Platform: use Flag::Redraw instead of a boolean in GlfwApplication. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš a7c7323673 Platform: make WindowFlag::Resizable consistent between GLFW and SDL2 app. 9 years ago
Vladimír Vondruš 6ed4f6fe7f Sloppy Doxygen docs are sloppy. 9 years ago
Vladimír Vondruš f0cf36dea5 Added NoCreate {Compressed,}BufferImage constructors. 9 years ago
Vladimír Vondruš e0672f4867 Math: link to the Tau manifesto. 9 years ago
Vladimír Vondruš 44b2ae72bb Ability to create {Compressed,}BufferImage from an existing Buffer. 9 years ago
Vladimír Vondruš 876573fc6c Added {Compressed,}BufferImage::release(). 9 years ago
Vladimír Vondruš cd70bc8f1e DebugTools: fix assertion in ObjectRenderer. 9 years ago
Vladimír Vondruš bc1b8b0095 SceneGraph: fix deprecation warning message. 9 years ago
Vladimír Vondruš 9ab2a1553c Fix compilation on GCC 6.3. 9 years ago
Vladimír Vondruš a0eeecba4a Added GPU time benchmarking to OpenGLTester. 9 years ago
Vladimír Vondruš ee3afc1bbc Code simplification in plugin tests. 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 772ae84062 Test: adapt AbstractOpenGLTester to changes in Corrade::TestSuite. 9 years ago
Vladimír Vondruš f31537d184 Clarify docs of Renderer::Feature::FramebufferSRGB. 9 years ago