117 Commits (4d6fa4308e1ecf41a4e0b48ae49ba63eb387c854)

Author SHA1 Message Date
Vladimír Vondruš 1102232a24 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 7eec63afd0 Build fix. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš 8afb661f6d Ability to retrieve first two components from Array3D. 13 years ago
Vladimír Vondruš 62bc46ea78 Various Array-related cleanup. 13 years ago
Vladimír Vondruš de96fad678 Constexpr Array from one value constructor, improved test. 13 years ago
Vladimír Vondruš c1c4788e88 Ability to force cleanup of ResourceManager. 13 years ago
Vladimír Vondruš a31badc570 Minor cleanup in ResourceManagerTest. 13 years ago
Vladimír Vondruš 8bce5114da Deleting all resource loaders before unloading any resource data. 13 years ago
Vladimír Vondruš 26504480b2 Test whole AbstractResourceLoader API. 13 years ago
Vladimír Vondruš 77dca430c3 Make virtual AbstractResourceLoader functions private. 13 years ago
Vladimír Vondruš e8e0582e51 Debug output operators for Sampler enums. 13 years ago
Vladimír Vondruš fbdbd4aa01 Implemented CHROMIUM_map_sub for Buffer. 13 years ago
Vladimír Vondruš a7f5bef038 Getting rid of <>, part 1: Color classes. 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š eb3de49e75 Reordered *Image parameters. 13 years ago
Vladimír Vondruš fbdd132b71 Allow conversion of Image and Trade::ImageData 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š e923034dbf Added functions for checking (default) framebuffer state. 13 years ago
Vladimír Vondruš 4380e95a67 Added debug output for Renderer error and reset status queries. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago
Vladimír Vondruš 35eb876303 Various other compilation fixes for OpenGL ES target. 13 years ago
Vladimír Vondruš ba0f56fa51 No need to use Double type in tests so extensively. 13 years ago
Vladimír Vondruš dd788285dc Various code cleanup. 13 years ago
Vladimír Vondruš 7b140db3ed Properly test swizzle() constexpr. 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš 9464e805e1 Use {} instead of "". 13 years ago
Vladimír Vondruš 3379e6c794 Ability to send less than all attribute components to the shader. 13 years ago
Vladimír Vondruš a220289067 Using Deg for Color hue. 13 years ago
Vladimír Vondruš e58962dc43 Don't use fully qualified Corrade::Utility::Debug when not needed. 13 years ago
Vladimír Vondruš 5707a138d1 Print also resource key when attempting to overwrite final resource. 13 years ago
Vladimír Vondruš 688251add9 Removing IndexedMesh, part 1: moved enums and related stuff to Mesh. 13 years ago
Vladimír Vondruš 8ce184ef7b Debug output for AbstractImage::Format and AbstractImage::Type enums. 13 years ago
Vladimír Vondruš b13d8644b4 Replaced scalar normalization code in Color with Math::[de]normalize(). 13 years ago
Vladimír Vondruš 2f2d4a4dfd Removed Magnum::Type and related functionality. 13 years ago
Vladimír Vondruš cade175304 Math: finally implemented precise signed/unsigned normalization. 14 years ago
Vladimír Vondruš 3b5b7c71d4 Debug output and configuration value handler for IndexedMesh::IndexType. 14 years ago
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš ef779e50b2 Split out lightweight base of swizzle() function to Math namespace. 14 years ago
Vladimír Vondruš dd8eb6bc02 Removed one swizzle() overload. 14 years ago
Vladimír Vondruš 47c0a7456c Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 0f889369f4 No `using namespace std` anywhere. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago