1297 Commits (ef725cdbcfdb9ac1ed8ff03e75600d7c683193ee)

Author SHA1 Message Date
Vladimír Vondruš 7f4da303cb Require at least CMake 3.4. 7 years ago
Vladimír Vondruš dbb4cb39a1 GL: improve Framebuffer usage docs. 7 years ago
Vladimír Vondruš 3f9c541753 GL: add ES-only TextureFormat::BGRA[8]. 7 years ago
Vladimír Vondruš a1a59ec4ea Shaders: assert on the wireframe flag when calling related setters. 7 years ago
Vladimír Vondruš 414845d07c doc: update source SVG for a newer Inkscape. 7 years ago
Vladimír Vondruš a0f0015211 Shaders: de-inline uniform setters. 7 years ago
Vladimír Vondruš 9616273e18 Shaders: improve MeshVisualizer docs. 7 years ago
Vladimír Vondruš 5b1c521f99 DebugTools: provide verbose diagnostic from CompareImage. 7 years ago
Vladimír Vondruš 14d602ab0e doc: updated changelog. 7 years ago
Vladimír Vondruš fb45e5c9ca doc: updated changelog and credits. 7 years ago
Vladimír Vondruš eef1981b43 GL: added hasTextureFormat() and textureFormat() helpers. 7 years ago
Vladimír Vondruš 893d5d38bc ASTC: the pain never ends (3D formats). 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š 0a55171e94 doc: updated changelog. 7 years ago
Vladimír Vondruš c6c8dcb456 GL: make DynamicAttribute constructible directly from an Attribute. 7 years ago
Vladimír Vondruš 06aac867ae GL: make AbstractTexture destructor protected. 7 years ago
Vladimír Vondruš b5371f7a6b GL: TextureFormat::R3B3G2 had a typo in the name. 7 years ago
Vladimír Vondruš c591f0b0c8 doc: assorted improvements, clarification and troubleshooting update. 7 years ago
Vladimír Vondruš 057007facb Make ImageViews of lower dimensions convertible to higher dimensions. 7 years ago
Vladimír Vondruš 17b3c8fac5 Math: support numeric indexing in gather() / scatter() as well. 7 years ago
Vladimír Vondruš acc8d8994b Math: added scatter(), renamed swizzle() to gather(). 7 years ago
Vladimír Vondruš 39e21b70d2 Doc++ 7 years ago
Vladimír Vondruš 71a9f1bbbf Reserve zero [Compressed]PixelFormat for an invalid value. 7 years ago
Vladimír Vondruš 8da9ce829c modules: propagate dependencies of aliases in FindMagnum.cmake better. 7 years ago
Vladimír Vondruš bc88faa215 Math: no Vector::operator-() and Vector2::perpendicular() on unsigned. 7 years ago
Vladimír Vondruš 0172c41acb Doc++ 7 years ago
Vladimír Vondruš e52c9e8d9e Export globals and make them weak on static builds so they work across SOs. 7 years ago
Vladimír Vondruš 51fedbc967 doc/snippets: adapt to Corrade header cleanup. 7 years ago
Vladimír Vondruš 7b43ab5fc2 GL: create the buffer passed to setBuffer() if it's not already. 7 years ago
Vladimír Vondruš dbc029e18e GL: added BufferTexture::size(). 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š be65f85e88 GL: recognize KHR_texture_compression_astc_sliced_3d. 7 years ago
Vladimír Vondruš 87a446c7ba GL: recognizing {EXT,ANGLE}_texture_compression_dxt{1,3,5} extensions. 7 years ago
Vladimír Vondruš 6e97039b8d GL: don't include MAGNUM_shader_vertex_id on ES2 builds. 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š 9aae386464 GL: add an important bit of tribal knowledge. 7 years ago
Vladimír Vondruš e1ab3ccf6e GL: this extension was listed, but actually never in headers. 7 years ago
Vladimír Vondruš 15f9ec3adf Added {EXT_texture_compression,WEBGL_compressed_texture}_s3tc_srgb extensions. 7 years ago
Vladimír Vondruš 7d9ceb8832 Added ETC2 and EAC compressed pixel formats to the generic enum. 7 years ago
Vladimír Vondruš 1724f94445 doc: expand the section about Vcpkg --head installs. 7 years ago
Vladimír Vondruš acf06eb6d8 GL: don't implicitly enable debug output in OpenGLTester. 7 years ago
Vladimír Vondruš 4e218d3f24 Platform: new nv-egl-forward-compatible-context-unhappy workaround. 7 years ago
Vladimír Vondruš 53e86dd041 Platform: prefer EGL_EXT_device_enumeration to find an EGL display. 7 years ago
Vladimír Vondruš e02ca0f528 doc: wrap the workaround list. 7 years ago
Vladimír Vondruš 8587afaca7 GL: improve Attribute docs with clear integer/double unavailablility errors. 7 years ago
Vladimír Vondruš 30b8257c5e doc: updated credits and changelog. 7 years ago
Vladimír Vondruš e8a715f54d doc: pretty pictures for the Shaders namespace overview. 7 years ago