11301 Commits (05b74816e4e9ce92fec9c416caf696fe09215d68)
 

Author SHA1 Message Date
Vladimír Vondruš 05b74816e4 Trade: avoid ambiguity when creating MeshAttributeData from a char view. 1 year ago
Vladimír Vondruš 4ef578f30f Text: suggest using the returned range for glyph cache image flush. 1 year ago
Vladimír Vondruš b5325ab0ac TextureTools: return the filled range from AtlasLandfill::add(). 1 year ago
Vladimír Vondruš 490c7b0075 TextureTools: properly test AtlasLandfill array recursion failure. 1 year ago
Vladimír Vondruš f3e5095a41 TextureTools: don't use 3D sizes for 2D AtlasLandfill tests. 1 year ago
Vladimír Vondruš ca62a9653f TextureTools: comment wrongly copypasted from atlasArrayPowerOfTwo(). 1 year ago
Vladimír Vondruš e7dce086f4 Text: add init list overload for AbstractFont::fillGlyphCache(). 1 year ago
Vladimír Vondruš fba935c224 Use Path::{path,filename}() instead of split() where it makes sense. 1 year ago
Vladimír Vondruš 15f76e08b6 Fix badly copypasted documentation. 1 year ago
Vladimír Vondruš dedf1c6faa Shaders: this thing can be flat-interpolated. 1 year ago
Vladimír Vondruš 1817c50507 Shaders: document what line-related code is shared with the Ui lib. 1 year ago
Vladimír Vondruš 59a60026f3 Shaders: extract reusable line drawing GLSL code to separate files. 1 year ago
Vladimír Vondruš cbdbfb32b4 Shaders: add a direct LineMaterialUniform setter for miter limit. 1 year ago
Vladimír Vondruš 087dd92f25 Shaders: doc++ 1 year ago
Vladimír Vondruš 4aa896f604 Shaders: use the more common code style for assertion-only arguments. 1 year ago
Vladimír Vondruš 65746e6d0c Mention Bluesky in contacts. 1 year ago
Vladimír Vondruš 79acd74d37 The CREDITS.md file is just redirecting further, don't even link to it. 1 year ago
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