40 Commits (ca326fdb1869260754ec7156058c0c676d1fc5a1)

Author SHA1 Message Date
Vladimír Vondruš 60c18f93a1 GL: implement time queries for WebGL 2, and workarounds, and ... 7 years ago
Vladimír Vondruš 893d5d38bc ASTC: the pain never ends (3D formats). 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š 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š 15f9ec3adf Added {EXT_texture_compression,WEBGL_compressed_texture}_s3tc_srgb extensions. 7 years ago
Vladimír Vondruš fad30db41d GL: fix and add a comment so I don't mess this up again in the future. 7 years ago
Vladimír Vondruš 8af19f21f0 Audio: make it possible to disable OpenAL extensions as well. 7 years ago
Vladimír Vondruš 1c8cbaa68a GL: trim vendor string in the engine startup log. 7 years ago
Vladimír Vondruš bb921d0f86 GL: print a message about GPU validation in verbose log output. 7 years ago
Vladimír Vondruš 14911500bd GL: warn if using --magnum-gpu-validation w/o debug context on AMD. 7 years ago
Vladimír Vondruš e746b38d3c GL: what?! why? no. 7 years ago
Vladimír Vondruš 11a94c16a3 GL: added Context::makeCurrent(). 7 years ago
Vladimír Vondruš a3c7968e64 Adapt to BUILD_MULTITHREADED being part of Corrade now. 7 years ago
Vladimír Vondruš b05c887375 Audio, GL: make the extension lists constexpr. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Max Schwarz c38319ef00 GL: Use Corrade::Containers::Pointer for Context _state 7 years ago
Vladimír Vondruš 84d553cd28 GL: get rid of std::bitset and std::array in Context internals. 7 years ago
Vladimír Vondruš 6c5d037005 GL: detecting ARM Mali drivers on Android. 7 years ago
Vladimír Vondruš 572b64bb5c GL: drop support for EXT_direct_state_access. 7 years ago
Vladimír Vondruš 796bdb6731 GL: new pseudo-extension MAGNUM_shader_vertex_id. 7 years ago
Vladimír Vondruš b76d1226e0 GL: detect SwiftShader. 7 years ago
Vladimír Vondruš 4c8195ec9b GL: new --magnum-gpu-validation command-line option. 7 years ago
Vladimír Vondruš 4f2f29d1bb GL: use EnumSet instead of bool for internal flags. 7 years ago
Vladimír Vondruš 5923efbdee external: pass GL::Context to flextGLInit(). 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 00b0a814e0 Dropped GCC 4.7 support. 8 years ago
Vladimír Vondruš dd343fe35b GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
Vladimír Vondruš 0dd46e7e37 HTTPS!! 8 years ago
Vladimír Vondruš d628232e8c GL: exposing GL::Context::Flag::ForwardCompatible. 8 years ago
Vladimír Vondruš c61b245a3c GL: update the --magnum-log option to include "verbose". 8 years ago
Vladimír Vondruš 81aa98dbee GL: make it possible to pass a pre-filled Utility::Arguments to Context. 8 years ago
Vladimír Vondruš fbe52532f6 Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 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š 68dca658c5 doc: better documented GL driver workarounds and how to add them. 8 years ago
Vladimír Vondruš accda6941a Properly print engine startup info to Android log. 8 years ago
Vladimír Vondruš 3d0ee00491 GL: use public API of the Extension class. 8 years ago
Vladimír Vondruš 0ceb54ed7d Support for ARB_texture_filter_anisotropic. 8 years ago
Vladimír Vondruš 20a499aa0f Minimal support for OpenGL 4.6. 8 years ago
Vladimír Vondruš 2e3aae42d9 Clarified filtering and renderability of floating-point formats. 8 years ago
Vladimír Vondruš 49fd379da5 Updates for robust buffer access in ES 3.2. 8 years ago
Vladimír Vondruš 671c99226f Initial support for OpenGL ES 3.2. 8 years ago
Vladimír Vondruš 14a213f6eb Improve state tracker resetting functionality. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago