12 Commits (dec3d74d8a45c0e972b44cd1aa88ff3decc6e841)

Author SHA1 Message Date
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš d51094e972 GL: wait, PrimitiveQuery isn't on ES2 at all, so why the ifdefs. 6 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š de9c289328 Adapted all code and doc snippets to GL library changes. 6 years ago
Vladimír Vondruš a36d8eb033 Remove use of std::reference_wrapper where possible. 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š 816869fc88 GL: properly specify Buffer target hints for tests on WebGL. 8 years ago
Vladimír Vondruš 8add2f4d86 GL: make spurious test failures with queries more bearable. 8 years ago
Vladimír Vondruš 6c06bb5718 Split the OpenGL layer out, pt 17: adapted GL tests. 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š 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 96f2c670ff Test: enable PrimitiveQuery::Target::PrimitivesGenerated test on ES3. 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š 2519f9fc06 Test: don't have unnecessarily large buffer size for XFB. 10 years ago
Vladimír Vondruš 9642869c59 Implemented ARB_transform_feedback_overflow_query. 10 years ago
Vladimír Vondruš f275143e9f Support for indexed primitive queries. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 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š d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš eb00614ece Fix compilation of transform feedback test shaders on Mesa. 11 years ago
Vladimír Vondruš fef46953ec Define-out precision qualifiers in test shaders for GLSL 1.20. 11 years ago
Vladimír Vondruš adf88d5535 Ability to instantiate OpenGL objects without creating them. 11 years ago
Vladimír Vondruš 88f0415290 Support OpenGL tests also on Windows and OS X. 11 years ago
Vladimír Vondruš ea1c335a2b Ability to wrap and release existing OpenGL objects. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 3dacecec93 Test: test transform feedback query in PrimitiveQueryGLTest. 12 years ago
Vladimír Vondruš 57bf08b929 Test: simplify Query tests. 12 years ago
Vladimír Vondruš bfb58d0b55 ARB_direct_state_access support for creating queries. 12 years ago
Vladimír Vondruš d2e28e5f99 Split Query.h into per-class header. 12 years ago
Vladimír Vondruš 9687b622f9 Use threaded shader compilation etc. also in tests. 12 years ago
Vladimír Vondruš bfa2a42638 Don't differentiate between vertex and index count in Mesh. 12 years ago
Vladimír Vondruš 703ce0bd89 Explicitly passing shader to Mesh*::draw(). 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš df69909a12 Fully test query functionality. 13 years ago