11744 Commits (0bebd4d5523fb9fb6275171f110d85ac0b09ab3e)
 

Author SHA1 Message Date
Vladimír Vondruš 5f8162c438 GL: no need to set CompressedPixelStorage block properties anymore. 1 year ago
Vladimír Vondruš a0b03cf30f GL: this workaround is no longer used for anything. 1 year ago
Vladimír Vondruš d779e837f7 GL: use known compressed format properties instead of querying them. 1 year ago
Vladimír Vondruš a96fc85736 GL: temporarily work around CompressedImage asserts in tests. 1 year ago
Vladimír Vondruš dd5ff23399 GL: these assertions are handled by compressed images themselves now. 1 year ago
Vladimír Vondruš 67f420a16f Trade: bump plugin interface versions due to ImageData ABI change. 1 year ago
Vladimír Vondruš 1c1ded5869 Store block size properties in compressed images. 1 year ago
Vladimír Vondruš f8926fbdbd Fix pixel storage data size calculation for compressed images. 1 year ago
Vladimír Vondruš 268b2f0014 Improve tests for PixelStorage data size calculation. 1 year ago
Vladimír Vondruš ef4c732751 Move CompressedPixelStorage dataProperties() logic to an internal header. 1 year ago
Vladimír Vondruš 143dc48e87 Move the occupiedCompressedImageDataSize() helper to the GL library. 1 year ago
Vladimír Vondruš 1b296aabfa package/ci: filter away empty uncovered lines on Clang-CL as well. 1 year ago
Vladimír Vondruš 7982e92fd2 package/ci: pass lcov extra options via a parameter rather than env var. 1 year ago
Vladimír Vondruš 9d71f6385a package/ci: filter away empty lines wrongly marked as uncovered on MinGW. 1 year ago
Vladimír Vondruš 49241870b7 package: run all magnum-*-info utils to collect coverage. 1 year ago
Vladimír Vondruš e248dcdaca package/ci: make sure TARGET_EGL is always non-empty. 1 year ago
Vladimír Vondruš 23ae187f84 package/ci: doc++ 1 year ago
Vladimír Vondruš 15ae591b0e package/ci: GL_ARB_robustness was disabled in two runs by accident. 1 year ago
Vladimír Vondruš 6e96f0e9dc DebugTools: empty FrameProfiler shouldn't be implicitly enabled. 1 year ago
Vladimír Vondruš 73ec3a1444 DebugTools: put return on a new line. 1 year ago
Vladimír Vondruš 917690c933 Text: set pixel storage image height always, and reset only if not used. 1 year ago
Vladimír Vondruš 27b29c50a7 Text: add a test case for using *GlyphCacheArrayGL with just one layer. 1 year ago
Vladimír Vondruš 0b47417721 Text: fix unused function warning on a WebGL 1 build. 1 year ago
Vladimír Vondruš 68443bd602 doc: explicitly use PRIVATE/PUBLIC for target_link_libraries(). 1 year ago
Vladimír Vondruš b93de590bc Shaders: not sure why this was lowp here. 1 year ago
Vladimír Vondruš f12d9da8ac Vk: put break / continue on a new line to catch missing coverage. 1 year ago
Vladimír Vondruš 07e4047aee Vk: properly test std::lower_bound() corner cases. 1 year ago
Vladimír Vondruš 096f1a5269 GL: test PixelStorage on WebGL 1 as well. 1 year ago
Vladimír Vondruš b1454b94de GL: properly test assertions for unsupported pixel storage parameters. 1 year ago
Vladimír Vondruš df7f706f05 GL: rename test cases for better clarity. 1 year ago
Vladimír Vondruš ffb641ed9c GL: doc++ 1 year ago
Vladimír Vondruš 30a04ad5ff package/ci: use llvmpipe for Linux ES2/ES3 builds as well. 1 year ago
Vladimír Vondruš cf1ebf2133 Platform: ensure GLX configs are freed even in case of an error. 1 year ago
Vladimír Vondruš 50ceeda103 Platform: silence a useless deprecation warning. 1 year ago
Vladimír Vondruš 04ed2271e5 GL: CompressedPixelStorage is available everywhere, no need for ifdefs. 1 year ago
Vladimír Vondruš defbff42c7 GL: make test order match execution order. 1 year ago
Vladimír Vondruš fe3c0c440e GL: add an XFAIL for no-attachment framebuffers on GLES Mesa 20. 1 year ago
Vladimír Vondruš f1e4d6019d GL: properly skip CubeMapTextureArray tests if extension isn't supported. 1 year ago
Vladimír Vondruš 5e31a42d0b GL: older Mesa doesn't have a validation failure here. 1 year ago
Vladimír Vondruš 493814d3bc GL: this seems broken only on Mesa Intel, llvmpipe works. 1 year ago
Vladimír Vondruš f98f68262e GL: create a throwaway framebuffer to avoid a GL error in a test. 1 year ago
Vladimír Vondruš c40b24095d GL: doc++ 1 year ago
Vladimír Vondruš 23711c46fb GL: don't cause a GL error in Context::shadingLanguageVersionStrings(). 1 year ago
Vladimír Vondruš f71299a8f1 Shaders: this XFAIL only needs to be for llvmpipe on Mesa 20 and older. 1 year ago
Vladimír Vondruš 6de14c4605 DebugTools,MeshTools,Shaders: increase test thresholds for llvmpipe. 1 year ago
Vladimír Vondruš 4df5057d40 TextureTools: this extension is skipped automatically by the benchmark. 1 year ago
Vladimír Vondruš e4b2fecf46 TextureTools: split DistanceFieldGL benchmark into a separate test. 1 year ago
Vladimír Vondruš 47ba90bde9 Text: fix unused variable warning on an ES2 build. 1 year ago
Vladimír Vondruš 3a63bcdb1b Text: fix an unused variable warning on no-assert builds. 1 year ago
Vladimír Vondruš a85590dc71 Text: ensure method call order in GlyphCacheGL::processedImage(). 1 year ago