4588 Commits (b52d0e345d8075d58d109140bb4fd13bdb188032)
 

Author SHA1 Message Date
Vladimír Vondruš b52d0e345d Fix false-positive AMD/NVidia driver detection on OSX. 10 years ago
Vladimír Vondruš 6d067e389f Forgotten enumset operators for Context::DetectedDrivers. 10 years ago
Vladimír Vondruš 7ac84644da Avoid errors in GL tests on windowless applications w/o default FB. 10 years ago
Vladimír Vondruš 2e6e53b552 Don't use GLSL < 130 in GL tests on OSX. 10 years ago
Vladimír Vondruš 39f6e849a6 Properly check for all extensions in object label test. 10 years ago
Vladimír Vondruš 931f78d577 Fix object label queries with EXT_debug_label. 10 years ago
Vladimír Vondruš fede9f3f8d Math: fix test compilation on XCode. 10 years ago
Vladimír Vondruš 2557c963ab Shaders: fix compilation on ES2. 10 years ago
Vladimír Vondruš e0645d30df TgaImporter: fix compilation on ES2. 10 years ago
Vladimír Vondruš 395450cd5b Fix compilation on Windows. 10 years ago
Vladimír Vondruš 20b4c98a9b More NVidia-specific XFAILs for compressed pixel storage. 10 years ago
Vladimír Vondruš a5cea792cb package/ci: run Jenkins GL tests also with extension subsets. 10 years ago
Vladimír Vondruš 5623b2ca38 Audio: well this is superfluous. 10 years ago
Vladimír Vondruš 162b7b9926 Audio: return reference also from Audio::Context::current(). 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš d36f45ac98 Fixed compiler warnings when building with CORRADE_NO_ASSERT. 10 years ago
Vladimír Vondruš fbeb2bf890 More strict XFAIL in CubeMapTexture GL test on NV. 10 years ago
Vladimír Vondruš 707d1d084d Ability to disable workarounds and extensions from environment. 10 years ago
Vladimír Vondruš ce67d652ea Adapted to Corrade::Utility::Arguments changes. 10 years ago
Vladimír Vondruš c054e5f1a2 doc: updated and fixed OpenGL mapping table. 10 years ago
Vladimír Vondruš 3cfaab654a Platform: Doxygen workarounds. 10 years ago
Vladimír Vondruš f1643c827e Expect more test failures on NV. 10 years ago
Vladimír Vondruš d5dae1a211 Added workaround for NVidia reporting compressed block size in bits. 10 years ago
Vladimír Vondruš 645edecbcd Compressed image support, part 15: compressed subimage download. 10 years ago
Vladimír Vondruš 56cdc71a52 Compressed image support, part 14: queries for compressed block sizes. 10 years ago
Vladimír Vondruš 1a685842c8 Fix SampleQuery GL test on NVidia. 10 years ago
Vladimír Vondruš 5f8c32f05d Expect failure on NVidia with array/cubemap compressed pixel storages. 10 years ago
Vladimír Vondruš ed04395762 Test compressed array/cube textures also w/o problematic pixel storage. 10 years ago
Vladimír Vondruš 60d6c96710 Platform: use context configuration flags also on ES builds. 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š ea376e2fbc Test that GL_TEXTURE_COMPRESSED_IMAGE_SIZE behaves consistently on cubemap. 10 years ago
Vladimír Vondruš 7d0a5d9047 Make it possible to get predictable compressed cubemap image sizes. 10 years ago
Vladimír Vondruš 27aea0ccd5 Don't spread cubemap texture level parameter query workarounds elsewhere. 10 years ago
Vladimír Vondruš c32523e641 Ensure that the cube map is complete for compressed image query tests. 10 years ago
Vladimír Vondruš 5647add6fe Merged two internal pixel storage calculating functions into one. 10 years ago
Vladimír Vondruš f83bbc01ad Don't compare random memory in PixelStorage GL test. 10 years ago
Vladimír Vondruš fe4487a303 Removed outdated comment. 10 years ago
Vladimír Vondruš 02e5c3c5e2 Fix EXT_DSA impl of CubeMapTexture::setCompressedSubImage(). 10 years ago
Vladimír Vondruš 43d6c57415 Avoid crash in CubeMapTexture GL test w/o ARB_compressed_pixel_storage. 10 years ago
Vladimír Vondruš 659759d2ef Revert "More vendor-specific XFAIL cases in Mesh GL test." 11 years ago
Vladimír Vondruš dd3db921b0 Don't compare random memory in PixelStorageGLTest. 11 years ago
Vladimír Vondruš 39149998d1 Platform: actually properly implement WindowlessWglApplication. 11 years ago
Vladimír Vondruš b777135116 MSVC 2015 Update 1: in-class constexpr initialization works now. 11 years ago
Vladimír Vondruš 6e8c16c960 MSVC 2015 Update 1: fixed nearly all constexpr bugs. 11 years ago
Vladimír Vondruš 9a73b32397 Better formatting for the Context command-line arguments. 11 years ago
Vladimír Vondruš 5a7460f570 Platform: added `--short` option to magnum-info. 11 years ago
Vladimír Vondruš d648d29100 Platform: superfluous endif. 11 years ago
Vladimír Vondruš eb871ccce2 Don't display "Using driver workarounds" when there aren't any. 11 years ago