7595 Commits (7c25dc64f2dab8a73d8922ff993ebd03918fd28c)
 

Author SHA1 Message Date
Vladimír Vondruš 7c25dc64f2 GL: reading from front buffer is n/a on WebGL, so don't expose that. 6 years ago
Vladimír Vondruš c6619fc685 doc: thanks, Doxygen, but no. 6 years ago
Vladimír Vondruš af05883ec8 GL: doc++ 6 years ago
Vladimír Vondruš 3f57130547 GL, Vk: future-proof mesh primitive and index mapping tables. 6 years ago
Vladimír Vondruš b5d9e1cfb7 GL: improve a test. 6 years ago
Vladimír Vondruš 8f52397027 Trade: mark new APIs as such. 6 years ago
Vladimír Vondruš d2122a3811 Vk: the heck?! 6 years ago
Vladimír Vondruš 4c6c734dbe Document mapping of MeshPrimitive to D3D and Metal. 6 years ago
Vladimír Vondruš 592d11a9d2 doc: link to latest Vulkan spec, and the non-chunked extensions. 6 years ago
Vladimír Vondruš 02d1eda03a Vk: support 8-bit index types. 6 years ago
Vladimír Vondruš f98640a2b3 external: update Vulkan headers to latest spec. 6 years ago
Vladimír Vondruš 5b61f64a50 doc: another day, another heap of Doxygen fun. 6 years ago
Vladimír Vondruš 92a9940628 AnyImageImporter: make the plugin movable. 6 years ago
Vladimír Vondruš dfacd7fb2d Trade: support mip levels in image import. 6 years ago
Vladimír Vondruš 010e684071 doc: updated changelog. 6 years ago
Jackson Campolattaro e519edfb29 doc: removed text suggesting Vcpkg is windows-only. 6 years ago
Vladimír Vondruš 6e04d0d4c6 CMake: add an explicit dependency between plugins and their tests. 6 years ago
Vladimír Vondruš d2513cac3c Math: make Color default alpha values work with Half. 6 years ago
Vladimír Vondruš c8afe0f732 Math: make Vector::pad() default argument work with Half. 6 years ago
Vladimír Vondruš 50e21015eb Math: make it possible to construct Half from a double. 6 years ago
Vladimír Vondruš 10dd468eca Math: minimal support for Half in TypeTraits. 6 years ago
Vladimír Vondruš 3734568cdf Math: switch to our type traits in Color internals. 6 years ago
Vladimír Vondruš 038ce58cf3 Doc++ 6 years ago
Vladimír Vondruš 946c3cdac9 GL: rename PixelType::HalfFloat and Attribute::DataType::HalfFloat to Half. 6 years ago
Vladimír Vondruš f5a5e10c50 Math: batch table-based half-float packing/unpacking. 6 years ago
Vladimír Vondruš 69e370c4c7 GCC 4.8, happy to see you're still around, causing problems. 6 years ago
Vladimír Vondruš 88fabb1ef6 Math: reduce header dependencies a bit. 6 years ago
Vladimír Vondruš c17f5a0340 Platform: avoid GlfwApplication::viewportEvent() being fired too soon. 6 years ago
Vladimír Vondruš daf471381e Math: add batch integer packing/unpacking and casting functions. 6 years ago
Vladimír Vondruš 73c37a8339 Add Vector[324][u][hsb] convenience typedefs for small types. 6 years ago
Vladimír Vondruš 700d032d5d doc: adapt to Corrade changes. 6 years ago
Vladimír Vondruš eee136d3e5 Vk: argh, more copypaste brainfarts in the tests. 6 years ago
Vladimír Vondruš 41cf29cff6 Vk: make room for mapping vertex formats to a VkFormat. 6 years ago
Vladimír Vondruš 6c98d10be5 Make various PixelFormat assertions print the actual value. 6 years ago
Vladimír Vondruš 241cde706f GL: new Mesh::maxVertexAttributeStride() query. 6 years ago
Vladimír Vondruš 65743b5647 Platform: make it possible to override DPI scaling from the app. 6 years ago
Vladimír Vondruš c3878c9bf1 Platform: implement physical DPI scaling in Sdl2App on Windows. 6 years ago
Vladimír Vondruš 444b925b2a Platform: implement virtual DPI scaling in GlfwApp on Windows. 6 years ago
Vladimír Vondruš a78cdc2134 doc: document how to bumdle files for Emscripten. 6 years ago
Vladimír Vondruš c85b537937 Revert "Math: preserve signs in the Matrix[34]::scaling() getter." 6 years ago
Vladimír Vondruš 4a0f843188 SceneGraph: test that TRS xform recombination works in all cases. 6 years ago
Vladimír Vondruš 47e1106633 Avoid Resource unnecessarily asking for new data when nothing changed. 6 years ago
Vladimír Vondruš 2322267af4 Harden ResourceManager::setFallback() test. 6 years ago
Vladimír Vondruš e7aeaf78d0 Remove ResourceManager::instance() singleton deprecated in 2019.10. 6 years ago
Vladimír Vondruš d14655aa1d doc: fix outdated docs about plugin search paths. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš a2118730a3 Math: fix a warning on 32bit MSVC. 6 years ago
Vladimír Vondruš 88ec50127e DebugTools: I'm starting to get tired of this. 6 years ago
Vladimír Vondruš 2562ca447c GL: fix build on 32-bit Windows. 6 years ago
Vladimír Vondruš f416808651 package/ci: add a 32-bit MSVC build. 6 years ago