11766 Commits (5a7424643bfd4621fbcff8c361d37795502cf890)
 

Author SHA1 Message Date
Vladimír Vondruš 744b38dada GL: ensure the texture is actually created when using ARB_multi_bind. 1 year ago
Vladimír Vondruš 86972cb07f GL: repro cases for wrap() without ObjectFlag::Created causing asserts. 1 year ago
Vladimír Vondruš cfb18081bb GL: these helpers are never used on WebGL, compile them away. 1 year ago
Vladimír Vondruš ce466be335 GL: add getters for ObjectFlags to all GL object wrappers. 1 year ago
Vladimír Vondruš 6b11916fb8 GL: add debug output operators for ObjectFlags. 1 year ago
Vladimír Vondruš 0abacbb84d GL: minor. 1 year ago
Vladimír Vondruš 372edc13bc package/ci: exclude GL and Vk sources from code coverage on Windows. 1 year ago
Vladimír Vondruš 33c37e8e84 No need to use reinterpret_cast for char* <-> void* casting. 1 year ago
Vladimír Vondruš 82254ff189 Doc++ 1 year ago
Vladimír Vondruš cda1da17b0 Order *Image*D raw data accessors before all format-dependent accessors. 1 year ago
Vladimír Vondruš dd7b0754a0 Test: test that compressed blocks can be 2D/3D even for 1D/2D images. 1 year ago
Vladimír Vondruš 9ce6f147f7 Audio,GL,Vk: no point in including the extension lists in code coverage. 1 year ago
Vladimír Vondruš 05069848a4 GL: new "nv-cubemap-broken-dsa-compressed-subimage-upload" workaround. 1 year ago
Vladimír Vondruš ab05558ee2 GL: expand Texture3D compressed subimage upload to investigate a NV bug. 1 year ago
Vladimír Vondruš 239984d4f9 GL: group tests with 3D cubemap images together and name them properly. 1 year ago
Vladimír Vondruš 06e0118184 GL: of course I pushed a total stupidity right to master. 1 year ago
Vladimír Vondruš 5c88bc1d58 GL: actually test Buffer::setTargetHint(). 1 year ago
Vladimír Vondruš 3d55698cea GL: exclude debug enum printer values from coverage. 1 year ago
Vladimír Vondruš c804cca59f GL: set compressed block sizes only if actually needed. 1 year ago
Vladimír Vondruš 1851f345a7 GL: minor cleanup. 1 year ago
Vladimír Vondruš 334d0c166f GL: test pixel storage behavior with Context::resetState(). 1 year ago
Vladimír Vondruš 52fa7b527f GL: reset pixel storage parameters before compressed upload on ES. 1 year ago
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