475 Commits (ea060cd9d6a88ec9b41a4e18f6748988b5b58568)

Author SHA1 Message Date
Vladimír Vondruš ea060cd9d6 Update copyright year. 4 months ago
Vladimír Vondruš 7e5a9472e4 Math: add scatterInto(). 4 months ago
Vladimír Vondruš 85f6bd834e doc: expand MSVC-/GCC-specific warning supporessions to clang-cl. 8 months ago
Vladimír Vondruš d04c814d56 doc: silence MSVC warning about accidental variable shadowing. 12 months ago
Vladimír Vondruš 0f7598220d Primitives: support texture coordinates and tangents in cubeSolid(). 12 months ago
Vladimír Vondruš 80b6c5d859 Math: add half-float color literals. 1 year ago
Vladimír Vondruš 8399b908d5 Text: new DistanceFieldGlyphCacheArrayGL class. 1 year ago
Vladimír Vondruš 46c37f2795 DebugTools: add textureSubImage() overload for GL::Texture2DArray. 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š 683a9fa718 TextureTools: rewrite docs for DistanceFieldGL from scratch. 1 year ago
Vladimír Vondruš 153c1184ae Text: remove accidental double semicolon from a doc snippet. 1 year ago
Vladimír Vondruš fa598e7097 Text: document Renderer usage in 3D. 1 year ago
Vladimír Vondruš 0ee9c0b8e6 Prefer member slicing instead of arrayCast() in various other places. 1 year ago
Vladimír Vondruš 98dfd3412e DebugTools: suggest member slicing instead of a cast. 1 year ago
Vladimír Vondruš e78323f7d0 MeshTools: hint use of vector member slicing in removeDuplicatesFuzzy(). 1 year ago
Vladimír Vondruš 7557c8ddb7 Math: use vector member slicing in batch packing tests. 1 year ago
Vladimír Vondruš f3d6ab4916 Text: redo the old Renderer*D using new APIs and deprecate it. 1 year ago
Vladimír Vondruš 102a75872b Text: docs for RendererCore, Renderer and RendererGL. 1 year ago
Vladimír Vondruš 67cf0cd0cb doc: modernize other GL::Buffer-related snippets also. 1 year ago
Vladimír Vondruš a8a949cfe9 Shaders: modernize doc snippets a bit. 1 year ago
Vladimír Vondruš 8168a06bab Text: add a GlyphCacheArrayGL. 1 year ago
Vladimír Vondruš a115b943b3 DebugTools: deprecate buffer overloads for textureSubImage(). 1 year ago
Vladimír Vondruš b26d694d13 Text: random improvements to font and glyph cache docs. 1 year ago
Vladimír Vondruš e3a522895e Text: (temporarily) rename the Renderer template to BasicRenderer. 1 year ago
Vladimír Vondruš 06e4dae332 Text: forward-declare the nasty STL types. 1 year ago
Vladimír Vondruš 6d2257c9a6 TextureTools: use a more realistic image type for atlas inputs. 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š 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 0aee6c8855 Clean up unnecessary use of <numeric>. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš 4161c3a2f3 doc: add an overview page for the MeshTools library. 1 year ago
Vladimír Vondruš 55504a2d40 Trade: redo MeshData class-level documentation to make more sense. 1 year ago
Vladimír Vondruš 32fc6f003d MeshTools: add a MeshData interleave() overload for loose arrays. 1 year ago
Vladimír Vondruš f237bb3c9c MeshTools: doc++ 1 year ago
Vladimír Vondruš 69d02ad59b Platform: new TwoFingerGesture helper. 2 years ago
Vladimír Vondruš 8553c2313b Platform: ugh, documentation should not be an afterthought. 2 years ago
Vladimír Vondruš 049a3f8fce Platform: document why tickEvent() isn't private. 2 years ago
Vladimír Vondruš fc80172148 Platform: replace mouse events with pointer events in ScreenedApp. 2 years ago
Vladimír Vondruš fc6c76726d Platform: replace mouse events with pointer events in Sdl2Application. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 42342cd3a5 Text: renamed {DistanceField,}GlyphCache to {DistanceField}GlyphCacheGL. 2 years ago
Vladimír Vondruš ff4f1e4cb0 Text: make GlyphCache take an explicit PixelFormat + processed format. 2 years ago
Vladimír Vondruš 70778ac307 Math: add typedefs for single-row matrices. 2 years ago
Vladimír Vondruš 2f672eb7de Text: add AbstractShaper::glyphClustersInto(). 2 years ago
Vladimír Vondruš 723cf155a8 Text: doc++ 2 years ago
Vladimír Vondruš 215de4fb62 Text: add a batch AbstractFont::glyphIdsInto() API. 2 years ago
Vladimír Vondruš d8ce013ab6 doc: I realized a much nicer way of converting to/from Nanoseconds. 2 years ago
Vladimír Vondruš 4f7b57ffd6 Work around last five remaining MSVC warnings. 2 years ago
Vladimír Vondruš 279856f239 Math: allow creating a Vector from a BitVector. 2 years ago