23 Commits (cd39463876463743b80351940115501fd80fc8de)

Author SHA1 Message Date
Vladimír Vondruš 8703497367 Remove redundant information from assert messages. 7 years ago
Vladimír Vondruš 75bfd41baf Add a table describing block size of all known compressed pixel formats. 7 years ago
Vladimír Vondruš 64c9d40722 Minor cleanup. 7 years ago
Vladimír Vondruš 71a9f1bbbf Reserve zero [Compressed]PixelFormat for an invalid value. 7 years ago
Vladimír Vondruš 40b8815b9d Added sRGB formats to PixelFormats + R and RG sRGB GL texture formats. 7 years ago
Vladimír Vondruš 8e57060f39 Support for PVRTC compressed pixel format. 7 years ago
Vladimír Vondruš 2b9772d86a Added generic ASTC formats and the corresponding WebGL extensions. 7 years ago
Vladimír Vondruš 7cb0c4d57d Added BC4, BC5, BC6H and BC7 compression formats. 7 years ago
Vladimír Vondruš 02538d566f Added sRGB variants of BC1/BC2/BC3 compression formats. 7 years ago
Vladimír Vondruš 619b4a3cb7 Be strict for missing values in pixel format switches. 7 years ago
Vladimír Vondruš 7d9ceb8832 Added ETC2 and EAC compressed pixel formats to the generic enum. 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š 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š 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 929329b1f8 Fix the ability to create sRGB textures on ES2/WebGL1. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 7d8b2ce9a6 Print value of invalid enums in debug output, test those cases. 10 years ago
Vladimír Vondruš 771b4d517a Exclude debug operators from code coverage. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 0aa16595eb Use new-style debug operators everywhere. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš a91d6fc193 Compressed image support, part 11: support ASTC formats. 11 years ago
Vladimír Vondruš 75ef110efe Compressed image support, part 10: support ETC2/EAC formats. 11 years ago
Vladimír Vondruš 7aef7f44f5 Compressed image support, part 5: added EXT_texture_compression_s3tc. 11 years ago
Vladimír Vondruš fee676733b Compressed image support, part 3: added CompressedColorFormat enum. 11 years ago
Vladimír Vondruš 90b89c6f3d First-class WebGL support, part 7: reduced color formats. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš db5618c325 OpenGL ES 2.0 and 3.0 share the same extension list. 13 years ago
Vladimír Vondruš bc3cbf1ad6 Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
Vladimír Vondruš f0db90c8ef Added ES2-only support for GL_LUMINANCE{,_ALPHA}. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago