3899 Commits (18e223e4d9ea69d8fc0ae2d100f5f6f3e1056307)

Author SHA1 Message Date
Vladimír Vondruš 18e223e4d9 Vk: enumerating layer properties. 6 years ago
Vladimír Vondruš ffbceef22c Vk: retrieving instance version. 6 years ago
Vladimír Vondruš 6c9c9d9194 Vk: expose all extensions for version 1.2. 6 years ago
Vladimír Vondruš 65552a6c26 Vk: add Version enum, utities for version comparison and extraction. 6 years ago
Vladimír Vondruš f4f8612f7e Vk: wrap VkResult, add an assert macro for it. 6 years ago
Vladimír Vondruš 2464c76f6e GL: add a clarifying comment. 6 years ago
Vladimír Vondruš 55d7a1e6e0 doc: updated changelog and credits. 6 years ago
Vladimír Vondruš dbc67a01ce Math: reorder test to be in the same order as in the header. 6 years ago
Vladimír Vondruš 07ba09c700 Math: minor cleanup. 6 years ago
Vladimír Vondruš 8f59c37b87 DebugTools: update layout of the colormap overview to fit longer names. 6 years ago
janos 81feec8f2d DebugTools: add Smooth-Cool-Warm colormap. 6 years ago
Vladimír Vondruš 37c031f349 Platform: don't use const or let in EM_ASM(), breaks closure compiler. 6 years ago
janos 6a0fdf2194 add ray range interection algorithm 6 years ago
Vladimír Vondruš 38172d41b2 shaderconverter: allow specifying input/output format as well. 6 years ago
Vladimír Vondruš 686b915bc3 Math: this test wasn't right. 6 years ago
Vladimír Vondruš ef7232e71d Math: clean up obsolete test workflows. 6 years ago
Pablo Escobar f94035805d EmscriptenApplication: use _malloc instead of internal allocate 6 years ago
Vladimír Vondruš 095408791f Updated changelog and credits. 6 years ago
Squareys f69f3393ec Math: Add DualQuaternion/DualComplex::from(rotation, translation) 6 years ago
Vladimír Vondruš e6322dcfd1 Math: use angle literals in all test code. 6 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š 1a626a1db5 GL: Context move constructor should be marked noexcept. 6 years ago
Vladimír Vondruš e8f13af4be GL: test noexcept-movability of all GL classes. 6 years ago
Vladimír Vondruš bd5364fe36 Expand Magnum tag tests with what Corrade tags have also tested. 6 years ago
Vladimír Vondruš a8b99fb020 Platform: use a branded color. 6 years ago
Vladimír Vondruš 1fe8df400b Platform: add a TODO about target_link_options(). 6 years ago
Vladimír Vondruš f4201541f1 doc: updated credits and changelog. 6 years ago
Pablo Escobar f22421247d Platform: use new CSS classes in gl-info 6 years ago
Pablo Escobar c3c0010304 Platform: avoid potential race conditions on load. 6 years ago
Pablo Escobar 110e45d0ea Platform: add test for multiple applications on one page. 6 years ago
Pablo Escobar 673a17fa11 Platform: allow to reuse existing Emscripten Module properties. 6 years ago
Pablo Escobar 1fd365773a Platform: update {Emscripten,Sdl2}App cursor using Module['canvas']. 6 years ago
Pablo Escobar 01b4d8d171 Platform: get EmscriptenApplication canvas target from Module['canvas']. 6 years ago
Vladimír Vondruš 66c9746986 Platform: switch Emscripten app tests to use CSS classes instead of IDs. 6 years ago
Vladimír Vondruš 832f0ae3fc Platform: don't hardcode ID in {Emscripten,Sdl}App::setContainerCssClass(). 6 years ago
Vladimír Vondruš 2d0c97d4c0 Platform: use CSS classes instead of IDs for Emscripten markup. 6 years ago
Vladimír Vondruš 86a26eb07b Platform: don't hardcode status and log element IDs for Emscripten. 6 years ago
Vladimír Vondruš 67a711a101 Platform: I'm sorry for breaking the build. 6 years ago
Vladimír Vondruš 7ce234f60b Revert "EmscriptenApplication: get correct keyboardListeningElement CSS selector" 6 years ago
Vladimír Vondruš fc9a2f45d6 Platform: clear the framebuffer in Sdl2Application test. 6 years ago
Vladimír Vondruš 4c2aae65b9 Platform: https! 6 years ago
Vladimír Vondruš e03813643a Platform: this documentation is wrong. 6 years ago
Vladimír Vondruš fa733a55ca doc: updated credits. 6 years ago
Pablo Escobar c760acb548 EmscriptenApplication: get correct keyboardListeningElement CSS selector 6 years ago
Vladimír Vondruš 321c2d22b9 Platform: improve console output of EmscriptenApplicationTest. 6 years ago
Vladimír Vondruš 08ecbbc380 Platform: fix EmscriptenApplication key events. 6 years ago
Vladimír Vondruš 6ec446ac2e ShaderTools: document relation between the CLI and C++ APIs. 6 years ago
Vladimír Vondruš 709931896d ShaderTools: doc that optimization / debug info doesn't affect validation. 6 years ago
Vladimír Vondruš c9d28af5d4 shaderconverter: hmm, this is wrong. 6 years ago
Vladimír Vondruš d15d024da1 ShaderTools: check for PreprocessOnly also in validate*(). 6 years ago