4328 Commits (90b005cfa32718d2f64caa8fb1e69f322e9742c3)

Author SHA1 Message Date
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š 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š 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š 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š a3bcae928b Doc++ 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š 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
Vladimír Vondruš c93cc0ba08 Added nv-windows-dangling-transform-feedback-varying-names workaround. 10 years ago
Vladimír Vondruš a2e3c3a3f4 Math: added Algorithms::gaussJordanInverted(). 10 years ago
Vladimír Vondruš 3764f5b830 Math: don't zero-initialize output variables if not necessary. 10 years ago
Vladimír Vondruš 87074202c8 Math: support infinite far plane in Matrix::perspectiveProjection(). 10 years ago
Vladimír Vondruš 9fdf467c59 Math: added *Matrix::setRow(). 10 years ago
Vladimír Vondruš 98735f50f4 Math: document the math behind 2D/3D matrix transformations. 10 years ago
Vladimír Vondruš a29d3c31ba WavAudioImporter: fix typo causing Emscripten build to fail. 10 years ago
Vladimír Vondruš 2e91bb4372 Math: work around MSVC constexpr issues yet again. 10 years ago
Vladimír Vondruš 70eb0e816f WavAudioImporter: use MuLaw consistently. 10 years ago
Vladimír Vondruš d3fc5f9410 WavAudioImporter: put new enums into the Debug output operator. 10 years ago
Alice d3239b6be6 Audio: minor correction of documentation for ALAW and MULAW. 10 years ago
Alice 921a11564d WavAudioImporter: improve tests. 10 years ago
Vladimír Vondruš b033af3b59 Math: ability to convert Color from/to external representation. 10 years ago
Alice 048a1b2b90 Add tests to improve coverage 10 years ago
Vladimír Vondruš 238d2db591 Audio: implemented ALC_ENUMERATION_EXT. 10 years ago
Vladimír Vondruš 32b757f036 Audio: properly initialize HRTF member of Audio::Context::Configuration. 10 years ago
Vladimír Vondruš 53036b2c2c Platform: magnum-info is console app, so it's not Retina capable. 10 years ago
Vladimír Vondruš c5eeb8c555 Audio: added magnum-al-info utility. 10 years ago
Vladimír Vondruš d6a8c44a0d Updated CREDITS.md. 10 years ago