11434 Commits (989dbdffd9cd259d245e8733186b2751ad1dc77c)
 

Author SHA1 Message Date
Vladimír Vondruš c6eac0036f Hunter? What's that? 1 year ago
Vladimír Vondruš 9f3856d797 package/ci: run the TSan job on a VM to have control over ASLR. 1 year ago
Vladimír Vondruš 013775bc37 package/ci: unify base linux install step on CircleCI. 1 year ago
Vladimír Vondruš d156fe8567 doc: update changelog. 1 year ago
Vladimír Vondruš 7cf10de40b Updated toolchains submodule. 1 year ago
Vladimír Vondruš de061d2e30 Fix confusing CompressedPixelStorage::dataProperties() docs. 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š eb9548764f Trade: make sure compressed images in tests have correct size. 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š 11f7710998 Trade: properly test invalid ImageData compressed/uncompressed access. 1 year ago
Vladimír Vondruš a4e85a75a1 Trade: clean up suspiciously duplicated code. 1 year ago
Vladimír Vondruš 16fd87d39a Remove the pixelFormatSizeAdl() helpers. 1 year ago
Vladimír Vondruš 5441821ce8 Test: don't compare addresses as char*. 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š bb91b46ffa Store just 8-bit pixel size in Image* classes. 1 year ago
Vladimír Vondruš bafc0bae9d Test: this test is redundant now. 1 year ago
Vladimír Vondruš 2093f7509c Test: remove unused enum from Image tests. 1 year ago
Vladimír Vondruš cc77fec9fa GL: add compressedPixelFormatBlock*Size() utils. 1 year ago
Vladimír Vondruš f77d03f5e5 GL: it's bits, not bytes. 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š 322cb4d1ec doc: update documented signatures to match template argument names. 1 year ago
Vladimír Vondruš 4b0460d1d5 doc: no, pixel size isn't calculated, it's determined. 1 year ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 1 year ago
Vladimír Vondruš ad309d3d0f Trade: fix moving between compressed and uncompressed ImageData. 1 year ago
Vladimír Vondruš 21b1d412f3 Trade: test moving compressed ImageData to uncompressed and vice versa. 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š 680e7ee4eb Test: verify that storage skip can be set for placeholder Image too. 1 year ago
Vladimír Vondruš 621677bab8 GL: properly test placeholder *BufferImage construction. 1 year ago
Vladimír Vondruš 8a0329009d Test: add an XFAIL for 1D image data size calculation. 1 year ago
Vladimír Vondruš 491b7bd48b Text: missing <utility> for a deprecated std::pair usage. 1 year ago
Vladimír Vondruš d27246de65 modules: make the FindSDL2 config delegation work with CMake < 3.18. 1 year ago
Vladimír Vondruš d40ef7ae55 Platform: add some more sizes and a 16:10 ratio to WebApplication.css. 1 year ago
Vladimír Vondruš 66a2ce87cd Text: fix DistanceFieldGlyphCacheGLTest failing on recent Mesa. 1 year ago
Vladimír Vondruš e43eba68db Remove another aspect of ImageView that was deprecated in 2019.10. 1 year ago
Vladimír Vondruš e553cb973c Document why Image*::size() is returning a const&. 1 year ago
Vladimír Vondruš a2a98db534 These functions cannot be constexpr, there's no constexpr constructor. 1 year ago