3 Commits (3828e6b9a3cd32236f3d26339968f08d2d335758)

Author SHA1 Message Date
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š fff756ad06 Work around issue with Unicode shaders with threaded Emscripten. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 1c433486cd Consistently use macOS instead of OSX. 9 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago
Vladimír Vondruš 0371ebd9a3 SVGA3D: work around broken glTex[ture][Sub]Image*D() for arrays. 9 years ago
Vladimír Vondruš e255a01ce3 SVGA3D: disable GL_ARB_get_texture_sub_image altogether. 9 years ago
Vladimír Vondruš 1f94067981 Implementation: doc++, minor cleanup. 9 years ago
Vladimír Vondruš 5d3e2e4223 Work around a bug with DSA glNamedBufferData() in SVGA3D driver. 9 years ago
Vladimír Vondruš 0455800111 Detecting VMware SVGA3D driver. 9 years ago
Vladimír Vondruš 4b589e10ac More consistent naming in Context::DetectedDriver. 9 years ago
Vladimír Vondruš 6faf6c009a On the other hand, most driver detection makes no sense on WebGL. 9 years ago
Vladimír Vondruš cb2d590a33 Properly detect AMD and Intel drivers on ES builds as well. 9 years ago
Vladimír Vondruš fe1a5413c5 Added Context::isCoreProfile(). 9 years ago
Vladimír Vondruš c870a1a6e8 Ability to detect Mesa drivers. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 7bd41d2b93 Implemented support for desktop GLES on Windows. 10 years ago
Vladimír Vondruš c93cc0ba08 Added nv-windows-dangling-transform-feedback-varying-names workaround. 10 years ago
Vladimír Vondruš f96b22e117 Platform: no-forward-compatible-core-context also on Intel/Windows. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš b52d0e345d Fix false-positive AMD/NVidia driver detection on OSX. 10 years ago
Vladimír Vondruš 395450cd5b Fix compilation on Windows. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš d5dae1a211 Added workaround for NVidia reporting compressed block size in bits. 10 years ago
Vladimír Vondruš f746eaaf7d Workaround broken full cube map compressed image query on NVidia. 10 years ago
Vladimír Vondruš 6bb6c4c398 Add workaround for inconsistent cubemap compressed image size on NVidia. 10 years ago
Vladimír Vondruš 9715e0c4b8 Add NVidia to list of detected drivers. 10 years ago
Vladimír Vondruš ea65ff39fb Print an error if the user tries to disable unknown workaround. 11 years ago
Vladimír Vondruš 7b9e5184b7 Removed old amd-explicit-location-crash workaround. 11 years ago
Vladimír Vondruš ded598128a Recognize some more driver-specific workarounds. 11 years ago
Vladimír Vondruš b0fd865e52 Fix build with CORRADE_NO_ASSERT. 11 years ago
Vladimír Vondruš cbf3e427a1 Recognizing `amd-nv-no-forward-compatible-core-context` workaround. 11 years ago
Vladimír Vondruš 356491e1df More transparent way to handle driver workarounds. 11 years ago
Vladimír Vondruš 5922c859a2 Don't compile desktop-only stuff on ES. 11 years ago
Vladimír Vondruš 3bb62b7707 Ability to filter-out driver-specific "success" shader compilation logs. 11 years ago
Vladimír Vondruš 608a80c20d Improve ANGLE driver detection. 11 years ago
Vladimír Vondruš 5e9c0fc3c4 Merged driver-specific stuff into one dedicated file. 11 years ago
Vladimír Vondruš 92e923d056 First-class WebGL support, part 14: reduced available extensions. 11 years ago
Vladimír Vondruš 922f36cdb1 Fix crash on context creation on Windows on Intel drivers. Sorry! 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6baa1c748e Fix Windows compilation. 12 years ago
Vladimír Vondruš ac4971bd6f Disable ARB_shading_language_420pack for Intel on Windows. 12 years ago
Vladimír Vondruš d3fd195849 Re-enable ES extensions everywhere except NaCl and Emscripten. 12 years ago
Vladimír Vondruš 7f4a986c38 Added Context::detectedDriver(). 12 years ago
Vladimír Vondruš 5998f46e12 Added support for glMultiDrawArrays()/glMultiDrawElements(). 12 years ago
Vladimír Vondruš 71a5766594 Added Mesh::addVertexBufferInstanced(). 12 years ago
Vladimír Vondruš 20df20de0f Support for instanced mesh drawing and base instance. 12 years ago