22 Commits (d7acd86d3cf129a769eb9536ece49a808bf6b423)

Author SHA1 Message Date
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš df0a99e87f Emit a warning when using deprecated header. 11 years ago
Vladimír Vondruš 4e75b2fb83 First-class WebGL support, part 8: reduced query functionality. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš d2e28e5f99 Split Query.h into per-class header. 12 years ago
Vladimír Vondruš 4f30c667a3 Minor cleanup. 12 years ago
Vladimír Vondruš 7468887e99 Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
Vladimír Vondruš 611159fa2b Doc++ 12 years ago
Vladimír Vondruš 1b45a71ff5 Allocation-free overloads for *::setLabel(). 12 years ago
Vladimír Vondruš 69d02ee7ee doc: strict ordering of sections in detailed documentation. 12 years ago
Vladimír Vondruš 87d8b6a229 Disable 64bit integers for WebGL. 12 years ago
Vladimír Vondruš aaa6d2e2b1 Fixed PrimitiveQuery documentation. 12 years ago
Vladimír Vondruš 29deb70f23 doc: mention also OpenGL version for optionally used extensions. 12 years ago
Vladimír Vondruš 123a850f4b doc: moved GL-related TODOs where they belong. 12 years ago
Vladimír Vondruš 8f9036104d doc: explicitly mention that given extension is needed for ES2. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 4820476beb Doc++ 12 years ago
Vladimír Vondruš 7a68362170 Making includes absolute, part 6: better filenames for internal files. 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š 7bda254690 Doc++ 13 years ago
Vladimír Vondruš b72533602c Minor cleanup. 13 years ago
Vladimír Vondruš 86e8739bc0 Updated and fixed *Query documentation. 13 years ago
Vladimír Vondruš ddc7fba391 Fixed compilation of tests on Clang. 13 years ago
Vladimír Vondruš 9a9b5a90e1 Added move constructor/assignment to Query classes. 13 years ago
Vladimír Vondruš f1e2bf3b93 Fixed documentation links to EXT_debug_label. 13 years ago
Vladimír Vondruš b2325dda2f Support for object labels from KHR_debug and EXT_debug_label. 13 years ago
Vladimír Vondruš db5618c325 OpenGL ES 2.0 and 3.0 share the same extension list. 13 years ago
Vladimír Vondruš d6c4bb0300 Use "constructor cast" instead of `static_cast<GL...>(...)`. 13 years ago
Vladimír Vondruš 64633793a3 Properly use C++11 enums everywhere. 13 years ago
Vladimír Vondruš 9890c6018a No need to have this Doxygen voodoo. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš ae81e729c9 Added TODO. 13 years ago
Vladimír Vondruš 06a8341e9b Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Vladimír Vondruš 82342c6a8a Doc++ 13 years ago
Vladimír Vondruš f85f067192 Greatly simplified Query implementations. 13 years ago
Vladimír Vondruš 5f00a1926d Split Query into PrimitiveQuery and TimeQuery. 13 years ago
Vladimír Vondruš 4bb919e138 Don't define Query constructors & destructors in header. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 5eb98494b3 Doc++ 13 years ago
Vladimír Vondruš 1693c772ad Moved OpenGL includes out from Magnum.h. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš a7f7e76da8 Added TODOs. 13 years ago
Vladimír Vondruš 7e66a09461 Marking all constructors explicit, except for matrix and vector classes. 14 years ago
Vladimír Vondruš dc1ab80cda Doc++ 14 years ago
Vladimír Vondruš 9ead1e9deb Thorough documentation review and update. 14 years ago
Vladimír Vondruš 93a5e7230f Use OpenGL ES 2.0 specific definitions for extension-only functionality. 14 years ago
Vladimír Vondruš 45a236fb07 Temporary workaround for extension-only functionality in ES 2.0. 14 years ago