7560 Commits (86d78aba10aee204d2848af2bfdd3ce9c56b1f6d)

Author SHA1 Message Date
Vladimír Vondruš 86d78aba10 GL: fix MeshGLTest on WebGL. 5 years ago
Vladimír Vondruš 37495b0841 GL: make renderbuffer format match the shader format in MeshGLTest. 5 years ago
Vladimír Vondruš 1ee1f23f77 Doc++ 5 years ago
Vladimír Vondruš 4caf92cf5d GL: add some other rather crappy ways to detect ANGLE. 5 years ago
Vladimír Vondruš d0f57f0153 GL: actually, Mesa is detectable from the renderer string always. 5 years ago
Vladimír Vondruš 7ad928ae42 GL: make use of unmasked renderer string in Context::detectedDriver(). 5 years ago
Vladimír Vondruš f360c19426 GL: new "firefox-deprecated-debug-renderer-info" workaround. 5 years ago
Vladimír Vondruš 13d62634d8 GL: implement WEBGL_debug_renderer_info. 5 years ago
Vladimír Vondruš 04d294eda0 GL: disable requested extensions before setting up driver workarounds. 5 years ago
Vladimír Vondruš 3b82429db2 doc: rename \requires_gles20 to \requires_gles20_only. 5 years ago
Vladimír Vondruš d14dddc833 gl-info,vk-info: print remaining CORRADE_TARGET_* macros. 5 years ago
Vladimír Vondruš cad1f68eba doc: mention new KTX and glTF plugins. 5 years ago
Vladimír Vondruš d96957b5a4 Platform: bah! 5 years ago
Vladimír Vondruš b37df09892 Platform: clean up leftovers after old deprecated viewportEvent(). 5 years ago
Vladimír Vondruš 673022b161 GL: deduplicate global defaultFramebuffer state across shared libraries. 5 years ago
Vladimír Vondruš 0517dd5c58 GL: no need to set _viewport twice in Framebuffer constructor. 5 years ago
Vladimír Vondruš a2f7e1222b DebugTools: fix CompareImage test to pass on MSVC 2019 16.10(11?). 5 years ago
Vladimír Vondruš 78cf81bfca Trade: mutable access to MaterialData attribute values. 5 years ago
Vladimír Vondruš 1fb707497f Trade: not sure why these would need to be in that ifdef. 5 years ago
Vladimír Vondruš 145d41dcff Trade: doc++ 5 years ago
Vladimír Vondruš 602f08881b Trade: ensure AbstractImporter::fooForName() returns indices in bounds. 5 years ago
Vladimír Vondruš 6ce892f939 Math: doc++ 5 years ago
Vladimír Vondruš ff1b0ab307 Math: add off-center variants of 2D/3D orthographic projection as well. 5 years ago
Vladimír Vondruš 96c0d104c7 sceneconverter: don't forget to print mesh attribute array size, if set. 5 years ago
Vladimír Vondruš 5ef7bd26e7 Trade: improve MaterialData type mismatch assertions. 5 years ago
Vladimír Vondruš ebfbfcbb73 Trade: doc++ 5 years ago
Vladimír Vondruš bdc36e5d7a SceneGraph: properly decompose reflection in TRS transforms. 5 years ago
Vladimír Vondruš 3697125c7d Math: disallow reflections in {Complex,Quaternion}::fromMatrix(). 5 years ago
Vladimír Vondruš 1f55165941 SceneGraph: test that TRS transforms properly decompose reflection. 5 years ago
Vladimír Vondruš bd53b2ed1a Math: doc++ 5 years ago
Vladimír Vondruš 87d8b33dbe Math: test QR and SVD with rotation and scaling instead of shear. 5 years ago
Vladimír Vondruš e9f2101b15 Math: added Distance::pointPoint() and Intersection::pointSphere(). 5 years ago
Vladimír Vondruš f9661fe402 Math: add castInto() variants for UnsignedLong/Long. 5 years ago
Vladimír Vondruš 781c5c3e08 Trade: doc++ 5 years ago
Vladimír Vondruš d09e91cac8 external: avoid crashes on eglGetString() returning a nullptr. 5 years ago
Vladimír Vondruš 9b41947dbc Trade: doc++ 5 years ago
William JCM dbec10dbee GL: typo. 5 years ago
Vladimír Vondruš 813d82717f Trade: no need to export this helper. 5 years ago
Vladimír Vondruš 25320af545 Trade: pass strided views by const&. 5 years ago
Vladimír Vondruš 2b2b7d5f2f Trade: provide a clear doc snippet for AbstractImporter::openData(). 5 years ago
Vladimír Vondruš 5c06eecde8 Trade: actually, do it like this. 5 years ago
Vladimír Vondruš bf6caece50 Trade: fix MeshData range checks for array attributes. 5 years ago
Vladimír Vondruš b4666a2194 Trade: improve tests for MeshData index/attribute view range checks. 5 years ago
Vladimír Vondruš 2059b2b164 Trade: doc++ 5 years ago
Vladimír Vondruš 093957a6ed Trade: no need to zero-init memory in MeshData::*AsArray() helpers. 5 years ago
Vladimír Vondruš 3eb5f887d0 Trade: move a helper definition above where it's used first. 5 years ago
Vladimír Vondruš cc8d88cbb1 Trade: move a test case to where it fits better. 5 years ago
Vladimír Vondruš 206c4d7a9e Trade: no need to type that much. 5 years ago
Vladimír Vondruš 26a0bf94ff Trade: improve MeshData type mismatch assertions. 5 years ago
Vladimír Vondruš 7a91b56aa1 Trade: test all MeshData mutable/array attribute assertion variants. 5 years ago