5055 Commits (07b3a7352d659af01f31180b976cba8eada03cd9)
 

Author SHA1 Message Date
Vladimír Vondruš 07b3a7352d package/archlinux: build (but not run) tests on Android. 10 years ago
Vladimír Vondruš 7415a410e1 modules: updated FindCorrade.cmake. 10 years ago
Vladimír Vondruš 684874dd05 package/ci: CMAKE_BUILD_TYPE has no use for Xcode generator. 10 years ago
Vladimír Vondruš 9717977160 package/ci: build only the coverage report as Debug on Travis. 10 years ago
Vladimír Vondruš 14f2093722 package/ci: use Debug builds on MSVC builds that run unit tests. 10 years ago
Vladimír Vondruš 4e142f3fa7 package/archlinux: use Ninja for Emscripten builds. 10 years ago
Vladimír Vondruš c93030ef0a Updated toolchains submodule. 10 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš cf185b00fa Math: add explicit boolean conversion to BoolVector. 10 years ago
Vladimír Vondruš 90b005cfa3 Doc++ 10 years ago
Vladimír Vondruš 5c7b1a0eb2 Math: simplify Matrix4::lookAt(). 10 years ago
Vladimír Vondruš 6422a27b46 Math: improve Matrix4::lookAt() test. 10 years ago
Vladimír Vondruš 56e75295be Math: mention more useful dot product and determinant properties. 10 years ago
Vladimír Vondruš 832289f7c3 SceneGraph: ability to access parent from AbstractObject. 10 years ago
Vladimír Vondruš 806ad4fda3 CMake: make MAGNUM_PLUGINS[_DEBUG|_RELEASE|]_DIR a STRING cache entry. 10 years ago
Vladimír Vondruš f719bad4f3 CMake: properly init the MAGNUM_PLUGINS_DIR cache variable. 10 years ago
Vladimír Vondruš 8b06913534 CMake: make the plugin directories used in utilities more configurable. 10 years ago
Vladimír Vondruš ddf6cd27f0 CMake: install plugin binary / library to different places. 10 years ago
Vladimír Vondruš fc356a3122 I never thought Markdown would be *this* fragile. 10 years ago
Vladimír Vondruš cc4322f556 doc: updated outdated information in the Getting Started Guide. 10 years ago
Vladimír Vondruš e9a2623e02 Math: expect NoInit test failures on GCC 6.1+ with optimizations enabled. 10 years ago
Vladimír Vondruš 71f57b5378 Shaders: fixed default Phong light color in ES builds. 10 years ago
Vladimír Vondruš 5ca4e2e517 Fix compilation on WebGL 2. 10 years ago
Vladimír Vondruš a60dc74dac Implemented Mesh::draw(..., TransformFeedback&). 10 years ago
Vladimír Vondruš 93f841b922 doc: updated OpenGL mapping table. 10 years ago
Vladimír Vondruš 40205b47de Explicitly mention extension requirements of Mesh[View]::draw(). 10 years ago
Vladimír Vondruš bec5f5471d Added missing getters to MeshView to match Mesh API. 10 years ago
Vladimír Vondruš 7b60cad9b0 Properly handle instance count in the fallback multi draw implementation. 10 years ago
Vladimír Vondruš b6dbc8fc58 Check for mesh emptiness even before binding the shader. 10 years ago
Vladimír Vondruš 2519f9fc06 Test: don't have unnecessarily large buffer size for XFB. 10 years ago
Vladimír Vondruš 9642869c59 Implemented ARB_transform_feedback_overflow_query. 10 years ago
Vladimír Vondruš 9373a2e01d Support for AMD_transform_feedback3_lines_triangles. 10 years ago
Vladimír Vondruš f275143e9f Support for indexed primitive queries. 10 years ago
Vladimír Vondruš 3568469430 Minor code reordering. 10 years ago
Vladimír Vondruš 9a7d3a1bec Added TransformFeedback::maxVertexStreams() limit query. 10 years ago
Vladimír Vondruš 0749afa2eb Improve query documentation, document type of all query targets. 10 years ago
Vladimír Vondruš a4d67fcc29 PrimitiveQuery::Target::PrimitivesGenerated *is* available in GLES. 10 years ago
Vladimír Vondruš 8cb82c7ab7 Remove all mentions of GCC < 4.7 and MSVC < 2015 compatibility. 10 years ago
Vladimír Vondruš a3bcae928b Doc++ 10 years ago
Vladimír Vondruš dfc7dfd0dc package: added magnum-imageconverter to all packages and CIs. 10 years ago
Vladimír Vondruš 0e2d28130c New magnum-imageconverter utility. 10 years ago
Vladimír Vondruš 7dca1cdcbc Synchronized windowless app dependencies of all utilities. 10 years ago
Vladimír Vondruš ae4c8f55b6 Avoid unwanted decay to deprecated functions in Image constructors. 10 years ago
Vladimír Vondruš f490176cae Trade: added clever ImageConverter::exportTo*() ImageData overloads. 10 years ago
Alice 92083ea9e3 WavAudioImporter: Shrink example WAV files 10 years ago
Vladimír Vondruš 7689e991d3 Doc++ 10 years ago
Vladimír Vondruš 4b9e44ed26 package/ci: temporarily disable GLES3 build on Linux. 10 years ago
Vladimír Vondruš 1ae1f3d419 package/ci: add desktop GLES builds on Linux and Windows. 10 years ago
Vladimír Vondruš 7bd41d2b93 Implemented support for desktop GLES on Windows. 10 years ago
Vladimír Vondruš d44d50293f Platform: added missing define for desktop GLES on Windows. 10 years ago