35 Commits (f128762bab62298ec73fc883436a2e0d4bdd3bca)

Author SHA1 Message Date
Vladimír Vondruš 214dd5dbad GL: fix compressed Texture3D subimage upload test. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš e9b07ef4ce GL: clean up instanced data access in *Texture GL tests. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 59f3747cb9 GL: implement ANGLE_stencil_texturing and WEBGL_stencil_texturing. 2 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 5d330c28b4 GL: don't try to test texture views w/o texture storage. 3 years ago
Vladimír Vondruš 3227766aca GL: implement {ARB,OES,EXT}_texture_view. 3 years ago
Vladimír Vondruš f4fe679d7b GL: it's time to add an XFAIL to this test. 4 years ago
Vladimír Vondruš c9f1304cf7 GL: fill appropriate ImageFlags when using Texture::image() and friends. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš bc884428f8 GL: port label() / setLabel() away from std::string. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 65a935cedc Test: adapt to changes in CORRADE_SKIP(). 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš e8f13af4be GL: test noexcept-movability of all GL classes. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 87a446c7ba GL: recognizing {EXT,ANGLE}_texture_compression_dxt{1,3,5} extensions. 7 years ago
Vladimír Vondruš 7cb0c4d57d Added BC4, BC5, BC6H and BC7 compression formats. 7 years ago
Vladimír Vondruš 5a2547dd40 GL: clarify use of sRGB formats on ES. 7 years ago
Vladimír Vondruš 9e03dd077a GL: fix test asserts with the recently-deprecated nullptr ImageView. 7 years ago
Vladimír Vondruš 07b3253714 GL: make it possible to read pixel data into mutable image views. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 3d5f50ac49 Test: use the new setTestCaseTemplateName(). 7 years ago
Vladimír Vondruš a83d225e3f GL: fix unused variable in a WebGL 1 test. 7 years ago
Vladimír Vondruš 63e914909f GL: fix unused variable warning in a test. 7 years ago
Vladimír Vondruš 428773fdcb GL: minor cleanup in the tests. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš b08d81a9ee Make it possible to compile GL tests on WebGL 2 as well. 8 years ago
Vladimír Vondruš 674a740da5 Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Vladimír Vondruš 35ff2db2a9 GL: XFAIL for Mesa on some very specific 3D pixel storage tests. 8 years ago
Vladimír Vondruš 6c06bb5718 Split the OpenGL layer out, pt 17: adapted GL tests. 8 years ago
Vladimír Vondruš a1d2277e96 Split the OpenGL layer out, pt 12: generic sampler state. 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š cb2a20aced Test: make the GL tests compile on WebGL 1. 8 years ago
Vladimír Vondruš bcec6b92f1 Test: fix compiler warning when compiling on ES3. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 929329b1f8 Fix the ability to create sRGB textures on ES2/WebGL1. 9 years ago
Vladimír Vondruš e0ee452297 Don't use deprecated Buffer functionality. 9 years ago
Vladimír Vondruš f33dc5ba75 Test: improve XFAIL messages a bit. 9 years ago
Vladimír Vondruš ce6fc52654 Reduce amount of GL queries when asking for compressed (sub)images. 9 years ago
Vladimír Vondruš ec4b177e1b Test: make the tests compile again on old GCCs. 9 years ago
Vladimír Vondruš 6353761ce9 Test: reworked texture pixel storage tests. 9 years ago
Vladimír Vondruš 46e118879f Test: use Containers::arrayView() and arrayCast() to simplify code. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 400b5fafcf Clarify and verify that NoCreate constructors don't need GL context. 9 years ago
Vladimír Vondruš fb454d8a3f Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš d9b25c6057 Implemented ARB_shader_image_load_store. 10 years ago