77 Commits (1244a51148d20f7a3a56ac6b46dcb6fcdf2f2cdf)

Author SHA1 Message Date
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 4186f05f70 TextureTools: adapted to the new documentation theme. 8 years ago
Vladimír Vondruš 9b8aac3a94 Doc++ 8 years ago
Vladimír Vondruš 799870021e Converting APIs returning std::optional to Containers::Optional. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 6029cfae62 Update documentation of utilities for the new theme. 9 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Vladimír Vondruš f222449bdf Minor code reordering. 9 years ago
Émile Grégoire dae1e8e9cf Started adding folders for Visual Studio. 9 years ago
Alice Margatroid e762fc1efc Modernize #1 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš bd8d807e1c Make Linux/Windows code for windowless apps on ES more consistent. 10 years ago
Vladimír Vondruš 8b06913534 CMake: make the plugin directories used in utilities more configurable. 10 years ago
Vladimír Vondruš ddf6cd27f0 CMake: install plugin binary / library to different places. 10 years ago
Vladimír Vondruš 7dca1cdcbc Synchronized windowless app dependencies of all utilities. 10 years ago
Vladimír Vondruš 8b044064b9 Use WindowlessEglApplication for windowless apps on non-desktop GLES. 10 years ago
Vladimír Vondruš 6feda42f13 Platform: reworked windowless apps to make threaded contexts possible. 10 years ago
Vladimír Vondruš 8f9918ea0d DebugTools, TextureTools: no pixel_center_integer in GLSL ES. 10 years ago
Vladimír Vondruš 4f94c26467 Added TARGET_HEADLESS option. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš ce67d652ea Adapted to Corrade::Utility::Arguments changes. 10 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Vladimír Vondruš cb897a497f Recognize and ignore --magnum-* command-line options in utilities. 11 years ago
Vladimír Vondruš 6dfcde1f48 TextureTools: improve distance field computation without texelFetch(). 11 years ago
Vladimír Vondruš 0383592d1b TextureTools: fix driver crash on AMD. 11 years ago
Vladimír Vondruš 5170aa4978 TextureTools: fix distance field converter on 3.0 <= GL < 3.2. 11 years ago
Vladimír Vondruš 8f9bda9817 Disable other utilities on Windows/GLES. 11 years ago
Vladimír Vondruš 7230d47af8 magnum-distancefieldconverter: use AnyImageConverter by default. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš 2b7d814cd1 TextureTools: default to AnyImageImporter. 11 years ago
Vladimír Vondruš 5175805762 Common format for preprocessor #error messages. 11 years ago
Vladimír Vondruš b0102c33fa TextureTools: hide unused function on dynamic build. 11 years ago
Vladimír Vondruš 9d326d4ff1 Better handling of compiled-in resources in static build. 11 years ago
Vladimír Vondruš daec63072d Simplified *Framebuffer::bind() functionality. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 3de303fd60 Discourage usage of *Texture::setImage() even more. 12 years ago
Vladimír Vondruš 1e160d3216 TextureTools: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš 740c4dbcd6 TextureTools: shorter filenames for headers. 12 years ago
Vladimír Vondruš 826f5189c5 TextureTools: support also RGB and RGBA images in distancefieldconverter. 12 years ago
Vladimír Vondruš f0793d6aea Fixed access to nonexistent MagnumShaders resources in utilities. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš 6fa9d36005 TextureTools: const is available since GLSL 4.20. 12 years ago
Vladimír Vondruš df699b75b5 TextureTools: properly create compatibility shader. 12 years ago