5991 Commits (d08b064b5b0ffbc228ec60effb92190a30161ac2)
 

Author SHA1 Message Date
Vladimír Vondruš d08b064b5b Math: doc++ 8 years ago
Vladimír Vondruš 24b91e40c2 Platform: ability to specify color/depth/stencil buffer sizes. 8 years ago
Vladimír Vondruš 5589353b9a Platform: doc++ 8 years ago
Vladimír Vondruš b48b0c1296 Platform: properly redraw GlfwApplication restored from minimize. 8 years ago
Vladimír Vondruš 1b5e6812fb Platform: setup GlfwApplication callbacks in a central place. 8 years ago
Vladimír Vondruš 4498fd0a15 doc: more keywords for easier search. 8 years ago
Vladimír Vondruš 80e682d046 Platform: implemented GlfwApplication::MouseMoveEvent::buttons(). 8 years ago
Vladimír Vondruš 57868e57c4 Platform: mark all GlfwApplication event constructors explicit. 8 years ago
Vladimír Vondruš 84ab1d7dad Platform: lazy-load modifiers in GlfwApplication mouse move/scroll event. 8 years ago
Vladimír Vondruš 36461ce7ea GL: clean up rendundant ifdefs. 8 years ago
Vladimír Vondruš b4c52b096d GL: don't try to test mesh labels if VAOs are disabled. 8 years ago
Vladimír Vondruš 403d9301a6 package/archlinux: go through most code paths in coverage PKGBUILD. 8 years ago
Vladimír Vondruš 90c54a489b GL: don't create (and leak) VAOs when VAOs are disabled. 8 years ago
Vladimír Vondruš 6465fa14c9 GL: fix undefined behavior and potential leaks in Mesh. 8 years ago
Vladimír Vondruš d0004865e5 modules: properly handle GLVND also in case of context libraries. 8 years ago
Vladimír Vondruš ff7b9eadcb modules: doc++ 8 years ago
Vladimír Vondruš 816891ec2e doc: keywords to make important pages more accessible. 8 years ago
Vladimír Vondruš 3a0d6ee57a Hide m.css-specific variables from Doxygen. 8 years ago
Vladimír Vondruš 3dc5957142 package/ci: adapt to FindSDL2 updates on WinRT. 8 years ago
Vladimír Vondruš c2e47ed10c modules: doc++ 8 years ago
Vladimír Vondruš e505e52cf2 modules: updated FindCorrade.cmake. 8 years ago
Vladimír Vondruš 453fc0b3e7 Shaders: more convenient VertexColor::Color[34] attribute specifiers. 8 years ago
Vladimír Vondruš 53c6d763ae GL: make the usage parameter in Buffer::setData() optional. 8 years ago
Vladimír Vondruš 077dc67b4f doc: updated changelog. 8 years ago
Vladimír Vondruš f922f1e740 CMake: prefer GLVND if on CMake 3.11. 8 years ago
Squareys 52b7c26022 modules: make FindSDL2.cmake also find debug libraries. 8 years ago
Vladimír Vondruš 00c0aa468e GL: no need to bind a buffer to do a DSA operation. 8 years ago
Vladimír Vondruš f7122d3ce6 Shaders: explicitly list deleted/defaulted copy/move constructor. 8 years ago
Vladimír Vondruš f27b75bd65 Shaders: improve copy/move construction tests. 8 years ago
Vladimír Vondruš b1acabcda1 GL: document copyability/movability explicitly in all classes. 8 years ago
Vladimír Vondruš f47d591244 GL: move noncopyability tests to non-GL test executables. 8 years ago
Vladimír Vondruš c99fe2888d Trade: non-random defaults for PhongMaterialData. 8 years ago
Vladimír Vondruš 2fb7913b07 Trade: return Color4 from PhongMaterialData. 8 years ago
Vladimír Vondruš 8fb6bfa8dc modules: static build of SDL2 on Linux requires pthread and dl. 8 years ago
Vladimír Vondruš ff07b165c5 doc: avoid using deprecated functionality in image generators. 8 years ago
Vladimír Vondruš 4c29ff0d3b GL: Mesh::draw() and MeshView::draw() return a reference to self as well. 8 years ago
Vladimír Vondruš 8add2f4d86 GL: make spurious test failures with queries more bearable. 8 years ago
Vladimír Vondruš 9275613006 GL: properly reset vertex divisor after drawing w/o a VAO. 8 years ago
Vladimír Vondruš d3a91ef22d GL: test that vertex attrib divisor is properly reset when not using VAOs. 8 years ago
Vladimír Vondruš b2ec555a84 GL: ANGLE_instanced_arrays *is* on WebGL 1, so test it. 8 years ago
Vladimír Vondruš c750771034 GL: Avoid XPASS on Mesa with CubeMapTexture::invalidateSubData(). 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š 56c7c23040 Audio: std::abort() needs a header on iOS. 8 years ago
Vladimír Vondruš e24d948b4d Audio: make Playable omnidirectional by default. 8 years ago
Vladimír Vondruš 3b88f242cf Audio: deprecated PlayableGroup::setClean() in favor of Listener::update(). 8 years ago
Vladimír Vondruš 6df048eac8 Audio: doc++ 8 years ago
Vladimír Vondruš 5bb358e05d Audio: cleaned up the scene graph implementation. 8 years ago
Vladimír Vondruš 703a664fd2 Audio: ability to defer context creation to a later time. 8 years ago
Vladimír Vondruš 7036bc4ad5 Audio: include cleanup. 8 years ago
Vladimír Vondruš 2527927b21 Audio: make Context only move-constructible. 8 years ago