3970 Commits (56cdc71a52826d1ff2c52bec79be505696b04659)

Author SHA1 Message Date
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
Vladimír Vondruš 9e4a86cc7c Ability to disable OpenGL extensions from command-line. 11 years ago
Vladimír Vondruš 503a6b2dc5 Fix AMD complaints about misaligned data in Mesh GL test. 11 years ago
Vladimír Vondruš 8dd4dfcf2b More vendor-specific XFAIL cases in Mesh GL test. 11 years ago
Vladimír Vondruš ea65ff39fb Print an error if the user tries to disable unknown workaround. 11 years ago
Vladimír Vondruš cf89f5306d Platform: avoid using C-style casts. 11 years ago
Vladimír Vondruš 4d67544fda Try to explicitly enable debug output in GL tests. 11 years ago
Vladimír Vondruš c36573934f Platform: ability to request debug context in windowless applications. 11 years ago
Vladimír Vondruš 16576552d2 Initialize GL object label size to 0 to prevent uninit mem access. 11 years ago
Vladimír Vondruš 5bad5e8a9a Platform: Sdl2Application header cleanup. 11 years ago
Vladimír Vondruš 3bbb67c3f9 Platform: leave Sdl2Application window positioning on the system. 11 years ago
Vladimír Vondruš a4f858ad9c Avoid "incomplete texture" GL errors in cube map test on Mesa. 11 years ago
Vladimír Vondruš 986099a5d3 CMake: use CORRADE_INCLUDE_DIRS instead of CORRADE_INCLUDE_DIR. 11 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Vladimír Vondruš 447ca6a2ff CMake subproject support, part 1: use project-relative paths. 11 years ago
Vladimír Vondruš 7b9e5184b7 Removed old amd-explicit-location-crash workaround. 11 years ago
Vladimír Vondruš 3d9d70f153 Support for layered texture attachments in Framebuffer. 11 years ago
Vladimír Vondruš e5909819fe Make it possible to attach cube map and multisample arrays on ES3 AEP. 11 years ago
Vladimír Vondruš 291b5bd3a8 Fix Framebuffer::attachCubeMapTexture() behaving as a layered attachment. 11 years ago
Vladimír Vondruš dd40dcd8d0 Clear random data at the end in PixelStorage test. 11 years ago
Vladimír Vondruš 40a12441c0 Math: haha, pushed without test. 11 years ago
Vladimír Vondruš 6e73dee096 Math: avoid dependency on Functions.h in DualQuaternion.h. 11 years ago
Squareys 0e05c7289e Math: Fix sclerp of dual quaternions with equal rotation and add test. 11 years ago
Vladimír Vondruš 80daa088ba Fix Doxygen warning about undocumented stuff. 11 years ago
Vladimír Vondruš c0d21e2146 Trade: provide a way to access importer-specific data from all classes. 11 years ago