39 Commits (ebf1c7a9a529ca09b55e55fe603cebf2c2aaa8a1)

Author SHA1 Message Date
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 03cd5d3fb5 Rename pixelSize() and other helpers to pixelFormatSize() etc. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 75bfd41baf Add a table describing block size of all known compressed pixel formats. 7 years ago
Vladimír Vondruš 1b37d22006 Doc++ 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš f8b9c69b16 Don't use std::tie() on std::pair(). 7 years ago
Vladimír Vondruš 930a323c05 GL: removed deprecated aliases to GL functionality in the root namespace. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš a629959d4c Make deprecated GL-dependent functionality templated. 8 years ago
Vladimír Vondruš 7b5ef21bd9 Don't return redundant info from Image*::dataProperties(). 8 years ago
Vladimír Vondruš 6d41597d1d Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
Vladimír Vondruš ddbf220c30 Split the OpenGL layer out, pt 8: move out GL-specific PixelStorage parts. 8 years ago
Vladimír Vondruš 9dcaf23389 Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Vladimír Vondruš fc1b167bff Split the OpenGL layer out, pt 1: moving files to a new location. 8 years ago
Vladimír Vondruš 01e2727326 Removed PixelStorage::setSwapBytes(). 8 years ago
Vladimír Vondruš ae1b44a522 Removed unneeded forward declaration. 8 years ago
Vladimír Vondruš 4b47f69f02 Removed long-deprecated Image* constructors and functions taking void*. 8 years ago
Vladimír Vondruš 8181158697 Documentation updates for the new theme in the root namespace. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš ce6fc52654 Reduce amount of GL queries when asking for compressed (sub)images. 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š c0ce10882f Fix misleading documentation of PixelStorage::dataProperties(). 9 years ago
Vladimír Vondruš 8679402f24 Equality comparison operators for PixelStorage. 9 years ago
Vladimír Vondruš d998cb0f76 Fix another pixel storage corner case. 10 years ago
Vladimír Vondruš feecf4009b Fix build on ES2/WebGL 1. 10 years ago
Vladimír Vondruš 1cfd2dc7b5 Fix image data size computation with pixel storage skip applied. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 5647add6fe Merged two internal pixel storage calculating functions into one. 10 years ago
Vladimír Vondruš d8ce08dd64 MSVC 2015 compatibility: what I'm doing wrong? 11 years ago
Vladimír Vondruš baa03a7b30 Pixel storage support, part 8: functions to apply storage state. 11 years ago
Vladimír Vondruš 3fd3ed36df Pixel storage support, part 6: accepting only sized data arrays in images. 11 years ago
Vladimír Vondruš d314634352 Pixel storage support, part 5: new data properties computation. 11 years ago
Vladimír Vondruš 413908badc Pixel storage support, part 4: the PixelStorage class. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš fe97c608c2 Pixel storage support, part 1: removed needles AbstractImage bases. 11 years ago
Vladimír Vondruš adf88d5535 Ability to instantiate OpenGL objects without creating them. 11 years ago
Vladimír Vondruš baea970e1f Trade: no need to export empty type. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš ae56f1be72 Trade: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš f079e37a0f Trade: completed documentation review. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš bced4719ad Trade: cleanup the dummy classes a bit. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 80661e4e61 Trade: resource names are handled by importer, not *Data classes. 13 years ago