775 Commits (b1f6085300a8a187a3bbd46c1efcde8ebd069d96)

Author SHA1 Message Date
Vladimír Vondruš b1f6085300 GL: doc that "mesa-broken-dsa-framebuffer-clear" isn't needed on Mesa 25. 1 year ago
Vladimír Vondruš 080fbbda88 Use arrayClear() instead of arrayResize(..., 0) now that it's available. 1 year ago
Vladimír Vondruš 02a0960d12 Convert all argument / return SFINAE into template argument SFINAE. 1 year ago
Vladimír Vondruš f92e16e7e0 Shaders: use `.slice(&Color4ub::rgb)` instead of `arrayCast<Color3ub>()`. 1 year ago
Vladimír Vondruš f88c0f5327 GL: update workaround description with additional info. 1 year ago
Vladimír Vondruš feecd28993 GL: new "nv-broken-buffer-dsa" workaround. 1 year ago
Vladimír Vondruš 5ee38c6e22 GL: cross-reference renderbuffer and texture max sample count queries. 1 year ago
Vladimír Vondruš f9175d2837 GL: only allow GL::Attribute::DataType with matching signedness on WebGL. 1 year ago
Vladimír Vondruš 47a248af9e GL: missing include on a non-deprecated WebGL build. 1 year ago
Vladimír Vondruš 2505272e95 GL: suppress an error/warning on MinGW Clang too, not just clang-cl. 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 1 year ago
Vladimír Vondruš 40b7f5982e GL: wrong label in a test. 1 year ago
Vladimír Vondruš 7a0d178116 GL: unify BufferImage extension documentation with other places. 1 year ago
Vladimír Vondruš 134b8bd8b2 GL: add missing tests for texture format compressed block size queries. 1 year ago
Vladimír Vondruš f128762bab GL: fix enum translation in 1D compressed texture upload. 1 year ago
Vladimír Vondruš cfc81e68b2 GL: these 3D compressed subimage uploads no longer fail on NV. 1 year ago
Vladimír Vondruš 214dd5dbad GL: fix compressed Texture3D subimage upload test. 1 year ago
Vladimír Vondruš 746134721a GL: don't accidentally skip CubeMapTexture creation on no-assert builds. 1 year ago
Vladimír Vondruš f131e8403b GL: make CompressedBufferImage and BufferImage::setData() work the same. 1 year ago
Vladimír Vondruš a184db4cb6 Test: improve tests for Image* data size assertions. 1 year ago
Vladimír Vondruš 345012a7be GL: extraneous newline. 1 year ago
Vladimír Vondruš 3f02fc5c9a GL: unify assertion prefix with how it's done for other constructors. 1 year ago
Vladimír Vondruš cc77fec9fa GL: add compressedPixelFormatBlock*Size() utils. 1 year ago
Vladimír Vondruš 964bfbf18d GL: verify pixelFormatSize() against the generic pixelFormatSize() also. 1 year ago
Vladimír Vondruš c46c7f58fb GL: be nice and show a message for this assertion. 1 year ago
Vladimír Vondruš e9dcaf9532 Remove Doxygen workarounds from *.cpp files. 1 year ago
Vladimír Vondruš 0f00da8fea Move image-internal utilities to a private header. 1 year ago
Vladimír Vondruš 69c6bb9de2 GL: clean up redundant GL:: prefixes in a bunch of places. 1 year ago
Vladimír Vondruš 9a13a08dc7 GL: store pixel size in the BufferImage instance. 1 year ago
Vladimír Vondruš 785d1f1ebd GL: verify minimal sanity of BufferImage{NoCreate} instance properties. 1 year ago
Vladimír Vondruš 6ddec39fe4 GL: delegate one more BufferImage constructor to reduce redundancy. 1 year ago
Vladimír Vondruš 621677bab8 GL: properly test placeholder *BufferImage construction. 1 year ago
Vladimír Vondruš 07f717c354 Remove enums values containing typos that were deprecated in 2019.10. 1 year ago
Vladimír Vondruš bbc5e118b2 GL: that's fancy casts for you, you get CRASHES. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš 6a932a14b6 GL: use the String[Not]Contains comparator in a test. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš 5339df8d2b Test: adapt to Corrade TestSuite changes. 1 year ago
Vladimír Vondruš e92e448da5 GL: make WEBGL_compressed_texture_astc detection work with --closure. 1 year ago
Vladimír Vondruš 55504a2d40 Trade: redo MeshData class-level documentation to make more sense. 2 years ago
Vladimír Vondruš d50dbe4e0c Exclude namespaces from forward declaration header docs. 2 years ago
Vladimír Vondruš 06b667f275 GL: work around a warning in C++20 mode. 2 years ago
Vladimír Vondruš 7615cc3c8b GL: be clearer about the offset being *bytes*. 2 years ago
Vladimír Vondruš b628e3893e GL: new "mesa-broken-dsa-framebuffer-clear" workaround. 2 years ago
Vladimír Vondruš e3ef801dae GL: another NVidia-specific XFAIL for BufferTexture. 2 years ago
Vladimír Vondruš 0f1ffe9dae GL: add XFAILs for some NVidia-specific behavior in ShaderProgram tests. 2 years ago
Vladimír Vondruš e9b07ef4ce GL: clean up instanced data access in *Texture GL tests. 2 years ago
Vladimír Vondruš 9208922c2b GL: Emscripten's Clang 10 actually isn't Clang 10. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago