11461 Commits (18133332777825bbba09c87fe22995f7d6f6084b)
 

Author SHA1 Message Date
Vladimír Vondruš 1813333277 Math: doc++ 1 year ago
Vladimír Vondruš a8ced617cd Math: go back to the old Color literal implementation on MSVC 2019. 1 year ago
Vladimír Vondruš 68378866b2 Math: repro case for a MSVC 2019 crash with the new literals. 1 year ago
Vladimír Vondruš e9aae0b74c doc: recognize also the new half-float literals for color swatches. 1 year ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 1 year ago
Vladimír Vondruš 33ee4c5e8a Math: doc++ 1 year ago
Vladimír Vondruš 2c63f6d7cf doc: avoid a CMake version deprecation warning. 1 year ago
Vladimír Vondruš 602ed1687d Fix color literal bugs discovered by the new implementation. 1 year ago
Vladimír Vondruš 7a895e8e11 Math: reimplement color literals using variadic templates. 1 year ago
Vladimír Vondruš 6a54b9ea9c Math: test code for the upcoming new color literal implementation. 1 year ago
Vladimír Vondruš e068d32ba2 Math: there's no reason to call the color literals like this. 1 year ago
Vladimír Vondruš 4b0f863c4e Math: verify that Vector (non-)equality and isZero() works with Half. 1 year ago
Vladimír Vondruš c9dae468c6 Math: use more of known typedefs in a test. 1 year ago
Vladimír Vondruš f3fbc8b3ca Math: make Vector::isZero() equivalent to comparison to a zero vector. 1 year ago
Vladimír Vondruš 67d3376104 package/archlinux: I forgot one S out of the three. 1 year ago
Vladimír Vondruš de31f378c7 doc: list SVG import plugins in the File Formats table. 1 year ago
Vladimír Vondruš d43e8bfcfb doc: this extra newline caused the last table cell to be misaligned. 1 year ago
Vladimír Vondruš 22ce4a75d2 AnyImageImporter: detect the *.svg and *.svgz extension. 1 year ago
Vladimír Vondruš 08a998fbb2 doc: typo in format name. 1 year ago
Vladimír Vondruš 2c6190bfb8 GL: document a better way to turn off Intel GPU frequency scaling. 1 year ago
Vladimír Vondruš 953107c668 doc: advertise the new Qt6 bootstrap project. 1 year ago
Vladimír Vondruš bc3cb8a873 Text: add a DistanceFieldGlyphCache*GL::radius() getter. 1 year ago
Vladimír Vondruš 37902520e3 Text: doc++ 1 year ago
Vladimír Vondruš c848b65768 Text,TextureTools: more SwiftShader XFAILs. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš 3cd8b9021b TextureTools: DistanceFieldGL overload taking texture array as output. 1 year ago
Vladimír Vondruš bb5c161123 Text: add comments in DistanceFieldGlyphCacheGL re temporary GL objects. 1 year ago
Vladimír Vondruš 989dbdffd9 Text: verify edge clamp being correctly set in DistanceFieldGlyphCacheGL. 1 year ago
Vladimír Vondruš ed1745ab78 Text: the DistanceFieldGlyphCacheGL input is always single-channel now. 1 year ago
Vladimír Vondruš deb98b1fd7 Text: actually make use of the test instance parameters. 1 year ago
Vladimír Vondruš 3045f2d7f6 Text: don't reuse the same pixel values in this test either. 1 year ago
Vladimír Vondruš ef17266906 Text: query the actual format in GlyphCacheGL::processedImage(). 1 year ago
Vladimír Vondruš 0aee66fc33 Text: simplify a calculation. 1 year ago
Vladimír Vondruš 8fa0440be0 Text: less noisy way to hide an unused argument. 1 year ago
Vladimír Vondruš 665f226025 TextureTools: don't query distance field input size if it was passed. 1 year ago
Vladimír Vondruš 23eca4d8d0 TextureTools: can just use texture storage on non-ES2 test code paths. 1 year ago
Vladimír Vondruš 6769505b87 TextureTools: benchmark DistanceFieldGL with different output formats. 1 year ago
Vladimír Vondruš 982d3b58e8 Text: don't allocate excessively large caches in tests for no reason. 1 year ago
Vladimír Vondruš 1faefdbda0 DebugTools,Text: SwiftShader is trash, should just ditch that thing. 1 year ago
Vladimír Vondruš ccf0ba99c3 Text: test GlyphCacheArrayGL image setting on GLES. 1 year ago
Vladimír Vondruš 78756651b2 DebugTools: underscore a private variable. 1 year ago
Vladimír Vondruš 46c37f2795 DebugTools: add textureSubImage() overload for GL::Texture2DArray. 1 year ago
Vladimír Vondruš 67d0122c79 DebugTools: add a TODO. 1 year ago
Vladimír Vondruš c39a02bff1 DebugTools: document why certain textureSubImage() tests aren't present. 1 year ago
Vladimír Vondruš 665ea3ba05 DebugTools: test reading non-zero texture levels as well. 1 year ago
Vladimír Vondruš 2d57b3cebf Text: check for EXT_texture_array in GlyphCacheArrayGLTest. 1 year ago
Vladimír Vondruš 8264933a85 TextureTools: no need for such massive test code duplication. 1 year ago
Vladimír Vondruš cb32d6ef5b Text: direct to the full distance field param docs from here as well. 1 year ago
Vladimír Vondruš 12377c71b1 Shaders: don't just handwave away distance field parameters in docs. 1 year ago
Vladimír Vondruš 683a9fa718 TextureTools: rewrite docs for DistanceFieldGL from scratch. 1 year ago