10593 Commits (0d31f7461b31698ea5bf92ec66ff5056a6ad7360)
 

Author SHA1 Message Date
Vladimír Vondruš 0d31f7461b Math: add near/far plane distance queries to Matrix4. 3 years ago
Vladimír Vondruš 5f287df332 GL: recognize NV_geometry_shader_passthrough. 3 years ago
Vladimír Vondruš ec018af939 Primitives: attempt to fix a silly MSVC warning. 3 years ago
Vladimír Vondruš 670838a19a Platform: directly use HWND in WindowlessEglApplication on Windows. 3 years ago
Vladimír Vondruš 0fd8828dd2 TextureTools: curse you, Xcode "new build system". 3 years ago
Vladimír Vondruš 6cb0b22659 package/ci: can't test on Xcode 11 anymore. 3 years ago
Vladimír Vondruš 258f700b2d MeshTools: remove a confusing std::move() in removeDuplicatesFuzzy(). 3 years ago
Vladimír Vondruš 8d023a7612 MeshTools: remove redundant MeshTools:: prefixes where possible. 3 years ago
Vladimír Vondruš 6b9b0f5552 MeshTools: fix a typo in an assertion message. 3 years ago
Vladimír Vondruš 615eeacd9a MeshTools: clean up redundant test names. 3 years ago
Vladimír Vondruš a60668b476 GL: minor cleanup -- this variable isn't needed anywhere else. 3 years ago
Vladimír Vondruš 9ac5943957 Audio: of course nothing is ever simple. Right, Apple? 3 years ago
Vladimír Vondruš ebc1c7936a Audio: minor. 3 years ago
Vladimír Vondruš a0b74169a7 Audio: some more converage improvements. 3 years ago
Vladimír Vondruš 4de1723236 doc: updated changelog. 3 years ago
Vladimír Vondruš 2b62cacb65 al-info: allow overriding the context parameters on command line. 3 years ago
Vladimír Vondruš 1fe3fa3907 al-info: print various Context properties. 3 years ago
Vladimír Vondruš e435401f00 Audio: test Context creation failure. 3 years ago
Vladimír Vondruš b8a6b88d3b Audio: test also disabling an unknown extension. 3 years ago
Vladimír Vondruš 3d6f8effb4 Audio: ability to query various context properties. 3 years ago
Vladimír Vondruš 70b96c6b9c Audio: this Doxygen link seems to work now. 3 years ago
Vladimír Vondruš 7286faf329 *converter: make these buildable on platforms w/o dynamic plugins. 3 years ago
Vladimír Vondruš 6d0b2e6731 oackage/archlinux: drop implicit build flags from GLES dev PKGBUILDs. 3 years ago
Vladimír Vondruš 16f483a9e6 package/archlinux: enable colored compiler output in dev PKGBUILDs. 3 years ago
Vladimír Vondruš 7aa4b653f1 package/archlinux: drop asm.js PKGBUILDs. 3 years ago
Vladimír Vondruš 44ffce9067 Text: review, expand and fix documentation of this library. 3 years ago
Vladimír Vondruš 82691fcd50 Text: full test coverage for the GlyphCache classes. 3 years ago
Vladimír Vondruš 3b32483d0b TextureTools: (expected failing) test for DistanceField with an offset. 3 years ago
Vladimír Vondruš 5f59a1bbec Text: check for presence of custom deleters. 3 years ago
Vladimír Vondruš f23ff655fd Text: improve and test an assertion. 3 years ago
Vladimír Vondruš cec98b5278 Text: various minor cleanup. 3 years ago
Vladimír Vondruš ebf1c7a9a5 Trade: doc++ 3 years ago
Vladimír Vondruš c2b87ec3a4 package/ci: reduce build parallelism once more. 3 years ago
Vladimír Vondruš c0c4062daf GL: hey, let's rename WebGL extensions, why not! 3 years ago
Vladimír Vondruš 2e6dfe6bf3 GL: this XFAIL is fixed on Mesa 23.1.4. 3 years ago
Vladimír Vondruš 65669be25c Shaders: don't attempt to query or use DCE'd MeshVsiualiuer uniforms. 3 years ago
Vladimír Vondruš bcf1f423ec Shaders: guard hopefully all SSBO limits in the MeshVisualizer test. 3 years ago
Vladimír Vondruš 9b160e95c3 GL: new "adreno-glsl-version-stuck-at-300" workaround. 3 years ago
Vladimír Vondruš a00270cd6c GL: add detection for Qualcomm Adreno drivers. 3 years ago
Vladimír Vondruš 30fab6e908 GL: fix Context::DetectedDrivers printing. 3 years ago
Vladimír Vondruš 1f2b19c698 Shaders: drop the createCompatibilityShader() helper. 3 years ago
Vladimír Vondruš ad4ae11de7 GL: define driver workaround macros in the Shader constructor. 3 years ago
Vladimír Vondruš 5719794c0a GL: avoid an error-prone early return from the Shader constructor. 3 years ago
Vladimír Vondruš 8f04685470 Shaders: prefix GLSL workaround macros with MAGNUM_. 3 years ago
Vladimír Vondruš 9511ac92d0 Shaders: drop an ancient GLSL workaround for Android emulator. 3 years ago
Vladimír Vondruš 759f4efff6 GL: bind properly aligned subranges in the Buffer test. 3 years ago
Vladimír Vondruš 4bdeb0e6fa doc: add links to Quacomm Adreno GPU best practices. 3 years ago
Vladimír Vondruš 66822c13fd Platform: don't let GLFW change CWD on Apple platforms. 3 years ago
Vladimír Vondruš e677dc12d5 sceneconverter: adapt tests to DDS, KTX and glTF plugin changes. 3 years ago
Vladimír Vondruš 1fa9862ad6 Math: deprecate angle() for quaternions because it's wrong. 3 years ago