2110 Commits (d6a64cca2a4de3f5212ffe1e8d51633194c14db5)
 

Author SHA1 Message Date
Vladimír Vondruš d6a64cca2a Text: interface for font converters. 13 years ago
Vladimír Vondruš b9b690b611 Use emplace() instead of insert() in some places. 13 years ago
Vladimír Vondruš d3d172daec Trade: Doxygen fixes. 13 years ago
Vladimír Vondruš 5f0d9297e2 Templated version of Buffer::{data,subData}(). 13 years ago
Vladimír Vondruš a17d7f2705 Install also bootstrap header for GL tests if BUILD_GL_TESTS is enabled. 13 years ago
Vladimír Vondruš 8ab5711d16 Initial support for GL tests, initial Buffer test. 13 years ago
Vladimír Vondruš 9ccc63b4aa Math: fixed strict aliasing warning. 13 years ago
Vladimír Vondruš eb3de49e75 Reordered *Image parameters. 13 years ago
Vladimír Vondruš a500be6ef2 Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
Vladimír Vondruš 6025946e5e Pass image as reference, not pointer to *Framebuffer::read(). 13 years ago
Vladimír Vondruš 87fff877ba Pass image as reference, not pointer to *Texture::image(). 13 years ago
Vladimír Vondruš dc2ab6ca47 Document disallowed copy and allowed move better. 13 years ago
Vladimír Vondruš fbdd132b71 Allow conversion of Image and Trade::ImageData to ImageReference. 13 years ago
Vladimír Vondruš cecc1dc2bc Renamed ImageWrapper to ImageReference. 13 years ago
Vladimír Vondruš 8e7156999e Allow copying of ImageWrapper, movement of Image and Trade::ImageData. 13 years ago
Vladimír Vondruš 5a368c4fba Math: ability to read and write Rectangle to configuration. 13 years ago
Vladimír Vondruš b23b0a4655 Don't hide publicly used functions. 13 years ago
Vladimír Vondruš 4faa67a19a Use forward declaration header instead. 13 years ago
Vladimír Vondruš d655352485 Text: reworked AbstractFont plugin interface. 13 years ago
Vladimír Vondruš 3994790879 Trade: reworked AbstractImageConverter plugin interface. 13 years ago
Vladimír Vondruš 80fc4611de Trade: reworked AbstractImporter plugin interface. 13 years ago
Vladimír Vondruš d53110c3ac Trade: use Corrade::Containers::Array in AbstractImageConverter. 13 years ago
Vladimír Vondruš c81a1d78b8 Platform: added also CORRADE_TARGET_EMSCRIPTEN to `magnum-info`. 13 years ago
Vladimír Vondruš ea7bf5038d Platform: print each flag on separate line in `magnum-info`. 13 years ago
Vladimír Vondruš b62db63c57 Platform: added CORRADE_GCC47_COMPATIBILITY to `magnum-info`. 13 years ago
Vladimír Vondruš 184617c4bd Strip binaries in NaCl's PKGBUILD. 13 years ago
Vladimír Vondruš a08978e7cb Platform: ported magnum-info to NaCl. 13 years ago
Vladimír Vondruš 47bbc403ae FindMagnum.cmake: removed duplicate code. 13 years ago
Vladimír Vondruš 4ffc84699b Platform: portable WindowlessApplication usage in `magnum-info`. 13 years ago
Vladimír Vondruš 7756a0e258 Platform: Doxygen fixes. 13 years ago
Vladimír Vondruš 7b68dc2e0a Platform: added WindowlessNaClApplication. 13 years ago
Vladimír Vondruš 00577010e2 Find Corrade _before_ checking for its configuration. 13 years ago
Vladimír Vondruš 902b368207 Platform: fixed copypaste error. 13 years ago
Vladimír Vondruš 6c64b56cc8 Platform: redirect debug output to JS console in NaClApplication. 13 years ago
Vladimír Vondruš 232f9d54bb Re-enable building of Text and TextureTools libraries also in NaCl. 13 years ago
Vladimír Vondruš 4a4e492785 No need to have virtual destructor in AbstractFramebuffer. 13 years ago
Vladimír Vondruš 04d1586cda ES2 emulation on desktop is done through GLX, not EGL. 13 years ago
Vladimír Vondruš 5200771066 Added some TODOs. 13 years ago
Vladimír Vondruš 7187ccb48b Text: ported GlyphCache to older OpenGL and OpenGL ES. 13 years ago
Vladimír Vondruš 5c06009446 Reverted interval in distancefield-related things. 13 years ago
Vladimír Vondruš b5743c9447 TextureTools: ported distanceField() to OpenGL 2.1 and OpenGL ES. 13 years ago
Vladimír Vondruš e923034dbf Added functions for checking (default) framebuffer state. 13 years ago
Vladimír Vondruš ac3cb1b470 Fixed extension numbers. 13 years ago
Vladimír Vondruš 6f63b046ec Fixed typo copypasted all over the place. 13 years ago
Vladimír Vondruš b5a6036d48 Use proper ARB_framebuffer_object extension. 13 years ago
Vladimír Vondruš 4380e95a67 Added debug output for Renderer error and reset status queries. 13 years ago
Vladimír Vondruš 8ef1a9a0ca Added Renderer::error(). 13 years ago
Vladimír Vondruš eaa486a6e9 Added KHR_debug to ES2 extension list. 13 years ago
Vladimír Vondruš 261250f074 Shaders: fix port of *Vector shaders to old GLSL. 13 years ago
Vladimír Vondruš 252f489eaa Don't query shader info log if it contains only '\0' character. 13 years ago