8 Commits (8882f62842d56f5e0436f9d3fed9be1edae014d8)

Author SHA1 Message Date
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš dc312cda0d Implemented indexed buffer binding. 12 years ago
Vladimír Vondruš bfa2a42638 Don't differentiate between vertex and index count in Mesh. 12 years ago
Vladimír Vondruš 959d40a02d Split Texture into TextureArray, MultisampleTexture and RectangleTexture. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 28de7cb72d Text: fix array index type in Renderer. 13 years ago
Vladimír Vondruš 6dd40e744d Text: it's totally fine to have 256 vertices indexed with UnsignedByte. 13 years ago
Vladimír Vondruš 768a8ccc1c Text: minor cleanup. 13 years ago
Vladimír Vondruš 4396506e95 Text: fix rendering of scaled multi-line text. 13 years ago
Vladimír Vondruš 5d9490c73b Extracted Primitive enum from Mesh to MeshPrimitive. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 9792f2b7e0 Text: added TODO. 13 years ago
Vladimír Vondruš 72646fa2d5 Text: fix Renderer compilation in Emscripten. 13 years ago
Vladimír Vondruš ee8f757419 Using Range2D instead of Rectangle everywhere. 13 years ago
Vladimír Vondruš f1ac932660 Extract Buffer::Usage enum out of Buffer class. 13 years ago
Vladimír Vondruš 4fea3efbd3 Text: fixed alignment. 13 years ago
Vladimír Vondruš 5f07906aba Text: support for multi-line text rendering. 13 years ago
Vladimír Vondruš b3f2a7900e Text: de-duplicated rendering code in Renderer. 13 years ago
Vladimír Vondruš 3003cbea2e Text: moved common glyph render code into AbstractLayouter::renderGlyph(). 13 years ago
Vladimír Vondruš ccc31f8105 Text: support for aligning rendered text. 13 years ago
Vladimír Vondruš 1571a9121b Text: added TODO, minor cleanup. 13 years ago
Vladimír Vondruš 31dae6ef33 Text: renamed Text::TextRenderer to Text::Renderer. 13 years ago
Vladimír Vondruš 8003cd435a Text: returning std::unique_ptr instead of raw pointer. 13 years ago
Vladimír Vondruš 5a8d654433 Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
Vladimír Vondruš 0f9b0e8130 Text: ported TextRenderer to not require buffer mapping in Emscripten. 13 years ago
Vladimír Vondruš a62869cb8b Make Doxygen spit less warnings. 13 years ago
Vladimír Vondruš 256f9123d0 Text: fix linker error with Clang. 13 years ago
Vladimír Vondruš 5ad5ab2c5a Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
Vladimír Vondruš a962262b61 Reducing pointer chasings, part 3g: less pointer passing in Text. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš db8e3dd556 Text: call proper Buffer unmapping function. 13 years ago
Vladimír Vondruš 4752166097 Text: use CHROMIUM_map_sub rather than OES_mapbuffer. 13 years ago
Vladimír Vondruš 9a8ec588dc Text: fallback to OES_mapbuffer if EXT_map_buffer_range is not supported. 13 years ago
Vladimír Vondruš ca6b1c9a1e Text: removed cursorPosition from AbstractLayouter::renderGlyph(). 13 years ago
Vladimír Vondruš 41f4d2fa5d Text: added tests for TextRenderer. 13 years ago
Vladimír Vondruš 623fda0dc7 Shaders: removed superfluous `*Shader` suffix from class names. 13 years ago
Vladimír Vondruš cc19e78983 Text: moved glyph caching into separate classes. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 9525dfd51b Text: abstract base for fonts and layouters. 13 years ago
Vladimír Vondruš b4950b59ac Text: moved TextLayouter from TextRenderer internals to Font header. 13 years ago
Vladimír Vondruš 2944a4e205 Text: non-templated base for TextRenderer. 13 years ago
Vladimír Vondruš 0d7baef932 Text: no need to explicitly specify Z coordinate in 3D text. 13 years ago
Vladimír Vondruš 91f0d302c2 Shaders: renamed TextShader to VectorShader. 13 years ago
Vladimír Vondruš a7a4d3eeb8 Text: using new type aliases in whole Text namespace. 13 years ago
Vladimír Vondruš faf94c74e2 Adapted to recent meshdata/shader changes. 13 years ago
Vladimír Vondruš b38ec8152b Text: ability to compile the library without HarfBuzz support. 13 years ago
Vladimír Vondruš 0e5b676e27 Text: don't use HarfBuzz ICU functions. 13 years ago