7881 Commits (d3a411ca726464000fbd6bcafb87b8a4816a467d)

Author SHA1 Message Date
Vladimír Vondruš 8b7572361d GL: this should not be here. 4 years ago
Vladimír Vondruš c0ef2e1240 GL: hide deprecated enum alias value from Doxygen. 4 years ago
Vladimír Vondruš d939221f7f doc: refresh various math docs a bit. 4 years ago
Vladimír Vondruš 44c5a9db8d GL: new "angle-instanced-attributes-always-draw-instanced" workaround. 4 years ago
Pablo Escobar 2b378aecfe GL: fix MeshGLTest to work on WebGL with a D3D ANGLE backend. 4 years ago
Vladimír Vondruš f231363bb6 GL: improve ANGLE detection on WebGL. 4 years ago
Vladimír Vondruš 0d3cf5a648 Vk: doc++ 4 years ago
Vladimír Vondruš 5040362bad Vk: fix arguments passed to AssertTest. 4 years ago
Vladimír Vondruš edf4bfc2cf Vk: work around crashy vkGetDeviceQueue2() on SwiftShader. 4 years ago
Vladimír Vondruš 99501c1e3d Vk: missing test file reference. 4 years ago
Vladimír Vondruš d89675e8b0 DebugTools: properly skip CompareImage tests with converters missing. 4 years ago
Vladimír Vondruš 361d87cd9e Shaders,TextureTools: XFAIL tests that hit weird bugs on SwiftShader 4.0. 4 years ago
Vladimír Vondruš 04aeebaf1d TextureTools: print a note if we're using EXT_texture_rg in a test. 4 years ago
Vladimír Vondruš 5c6b98391d Math,DebugTools: adapt tests for Android differences in NaN printing. 4 years ago
Vladimír Vondruš e0ee451a1b Math: XFAIL some packing tests for x86 Android. 4 years ago
Vladimír Vondruš 22d630db5f Math: what's the deal with Emscripten and GLES(!)-specific ifdefs here?! 4 years ago
Vladimír Vondruš 374aadb480 Shaders,MesTools: forgotten test file. 4 years ago
Vladimír Vondruš 34b4cd72a4 DebugTools: properly skip a test if plugin is present so we can't test. 4 years ago
Vladimír Vondruš f145acd760 MeshTools: properly bundle files for CompileGLTest. 4 years ago
Vladimír Vondruš e0b20107be Platform: new "android-generic-hostname-might-be-swiftshader" workaround. 4 years ago
Vladimír Vondruš cad19439e0 Trade: adapt test to insane alignof(double) == 4 on Android x86. 4 years ago
Vladimír Vondruš 1111b58ce7 Vk: fix compilation on 32-bit targets. 4 years ago
Vladimír Vondruš efcdfc1221 Adapt to removal of CORRADE_MSVC2019_COMPATIBILITY. 4 years ago
Vladimír Vondruš 4d574b0073 Test: MSVC 2019 with /permissive- doesn't like this? Huh? 4 years ago
Vladimír Vondruš ffb82088b9 GL: add an ArrayView setTransformFeedbackOutputs() overload. 4 years ago
Vladimír Vondruš dea47b16fb GL: typo. 4 years ago
Vladimír Vondruš c366874c56 Vk: print also driver info in Device creation log. 4 years ago
Vladimír Vondruš 9318331b32 vk-info: display features only if --features is set. 4 years ago
Vladimír Vondruš 1906dafd7c doc: update al-info, gl-info and vk-info usage docs. 4 years ago
Vladimír Vondruš 71bf77a33a gl-info,vk-info: make instruction set lists more compact. 4 years ago
Vladimír Vondruš b2f270d7b9 Stop highlighting configure.h.cmake as a CMake source. 4 years ago
Vladimír Vondruš 2ac2155f2c Shaders: fix MeshVisualizer vertex and object ID to work with TBN. 4 years ago
Vladimír Vondruš a5407ceb53 Shaders: test MeshVisualizer TBN + vertex and object ID visualization. 4 years ago
Vladimír Vondruš b13c02649f Shaders: don't fetch from an UBO if not needed for TBN visualization. 4 years ago
Vladimír Vondruš 026aa7757e Shaders: instancedNormalMatrix isn't needed if Phong has zero lights. 4 years ago
Vladimír Vondruš 5dd4a067a5 Shaders: properly bind the instancedNormalMatrix PhongGL attribute. 4 years ago
Vladimír Vondruš b65a147f30 Trade: print layer index in MaterialData duplicate attribute assert. 4 years ago
Vladimír Vondruš 9018b937d0 sceneconverter: properly document behavior of --concatenate-meshes. 4 years ago
Vladimír Vondruš d823ec1607 sceneconverter: use the fancy new Utility::String::parseNumberSequence(). 4 years ago
Vladimír Vondruš 047fd33817 sceneconverter: don't sort mesh attributes by the offset. 4 years ago
Vladimír Vondruš 578baf3168 Any{Image,Scene}{Importer,Converter}: improve plugin checks in tests. 4 years ago
Vladimír Vondruš ce63928efc Make plugin existence checks in tests consistent. 4 years ago
Vladimír Vondruš ec332235b7 external: update Vulkan headers. 4 years ago
Vladimír Vondruš 4fa4f726ec GL: support {ANGLE,WEBGL}_compressed_texture_etc. 4 years ago
Vladimír Vondruš 7bc62bb274 sceneconverter: fix compact output for --info-images. 4 years ago
Vladimír Vondruš 4d14d91d5d AnyImageConverter: Basis now supports also 3D (2D array) image export. 4 years ago
Vladimír Vondruš ef6496a5b1 GL: doc++ 4 years ago
Vladimír Vondruš 7328fa9ab4 Math: remove obsolete comments in a test -- this is a static assert now. 4 years ago
Vladimír Vondruš d9efea269a Math: no need to pass scalars via a const&. 4 years ago
Samuel Vargas 390d3fc06f Fix invalid iterator access in Device.cpp / Instance.cpp 4 years ago