1277 Commits (acc8d8994b969e10297a9ae01acb1e71f95145be)

Author SHA1 Message Date
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
Vladimír Vondruš 5617cb5199 Shaders: vertex color support in Phong and Flat. 7 years ago
Vladimír Vondruš a3c8d8ec63 Shaders: allow Phong with zero lights. 7 years ago
Vladimír Vondruš 1887fe0ab9 Math: added a scalar equal() / notEqual() variant. 7 years ago
Vladimír Vondruš 0f7e1e8fad Deprecate ResourceManager::instance(). 7 years ago
Vladimír Vondruš 110f8a37b9 doc: avoid horizontal scrollbars in Shaders code snippets. 7 years ago
Vladimír Vondruš 89d4a754d5 Platform: add MouseMoveEvent::relativePosition() to Glfw and Emscripten. 7 years ago
Vladimír Vondruš 31f5ca4546 Platform: check and return a reference from Screen::application(). 7 years ago
Vladimír Vondruš ad22f463fb Platform: add {Sdl2,Glfw,Emscripten}Application::setWindowTitle(). 7 years ago
Vladimír Vondruš 67bdc1bbd4 GL: make the ApiTrace viewport workaround no longer silent. 7 years ago
Vladimír Vondruš 87ac8a8cd2 Shaders: support object ID output in Flat and Phong. 7 years ago
Vladimír Vondruš c9d26a0628 doc: it doesn't make sense to use indexed outputs for this. 7 years ago
Vladimír Vondruš 8ef975616f Primitives: textured circle primitive. 7 years ago
Vladimír Vondruš 6c434c7b21 Primitives: remove cruft deprecated in 2018.04. 7 years ago
Vladimír Vondruš 13b4bf8461 Math: use __builtin_sincos for sincos() on GCC. 7 years ago
Vladimír Vondruš f84a91ea06 DebugTools: improve CompareImage failure message. 7 years ago
Vladimír Vondruš a0232e8506 DebugTools: CompareImage can now compare against pixel views. 7 years ago
Vladimír Vondruš 069c81b9cb Deprecate passing nullptr to images. 7 years ago
Vladimír Vondruš 377ff068f3 Doc++ 7 years ago
Vladimír Vondruš 0fac99149d doc: add more stuff to Windows-specific docs. 7 years ago
Vladimír Vondruš 206122b405 Platform: make it possible to create & add a Screen in one step. 7 years ago