6309 Commits (bc5c1df2e6957d966a03d5ba6b3fd34fab7267ab)
 

Author SHA1 Message Date
Vladimír Vondruš bc5c1df2e6 GL: implemented Renderer::lineWidthRange(). 8 years ago
Vladimír Vondruš 40b9af0d98 doc: mention potential backwards incompatibility. 8 years ago
Vladimír Vondruš 9973913b23 GL: don't reset GL context flags in OpenGLTester. 8 years ago
Vladimír Vondruš 7ba24c813c Platform: expose GL forward compatibility flag also in windowless apps. 8 years ago
Vladimír Vondruš c579060922 Platform: ability to override GL forward compatibility in SDL and GLFW. 8 years ago
Vladimír Vondruš f60d2d0d6d Platform: more consistent docs for features not available on WebGL. 8 years ago
Vladimír Vondruš d628232e8c GL: exposing GL::Context::Flag::ForwardCompatible. 8 years ago
Vladimír Vondruš d228e47223 Platform: forgotten defines in magnum-gl-info. 8 years ago
Vladimír Vondruš 27f73aecdf Platform: what the hell, these are not bitflags! 8 years ago
Vladimír Vondruš 9ba917af40 package/ci: leftovers from Vulkan CI setup. 8 years ago
Vladimír Vondruš 2b1ed769bb Platform: absolute include path for Apple Foundation.framework stuff. 8 years ago
Vladimír Vondruš 18f9118995 Math: fix Intersection::lineSegmentLineSegment() math docs. 8 years ago
Vladimír Vondruš 81b5d7f7ff GL: prevent a test crash on SwiftShader. 8 years ago
Vladimír Vondruš 3b2c4ca5e5 Platform: make WindowlessEglApplication working with SwiftShader. 8 years ago
Vladimír Vondruš 3828e6b9a3 Platform: don't disable compositing in Sdl2App. 8 years ago
Vladimír Vondruš 209cdbcd05 TextureTools: make distanceField() work better on bad/old shader compilers. 8 years ago
Vladimír Vondruš dfb7e08a51 TextureTools: simplify the shader preprocessor hell. 8 years ago
Vladimír Vondruš c983068fcc TextureTools: initial test for distanceField(). 8 years ago
Vladimír Vondruš 9a80aae2bf TextureTools: doc++ 8 years ago
Vladimír Vondruš a11605776f TextureTools: hide visibility macros from Doxygen. 8 years ago
Vladimír Vondruš 7ad64bda2a DebugTools: add CompareImageFile, CompareImageToFile + CompareFileToImage. 8 years ago
Vladimír Vondruš f8ad32f71c DebugTools: exclude hard-to-test code from code coverage. 8 years ago
Vladimír Vondruš 4417a46bf9 AnySceneImporter: properly handle animation import as well. 8 years ago
Vladimír Vondruš 436f8cdb96 Use quotes for inter-project includes. 8 years ago
Vladimír Vondruš a1be168b7f Doc++ 8 years ago
Vladimír Vondruš 17fe3a5998 package: hide deprecated functionality from code coverage reports. 8 years ago
Vladimír Vondruš 375af3551d package/archlinux: explicitly build also GL tests for Emscripten. 8 years ago
Vladimír Vondruš eabe118266 Math: doc++ 8 years ago
Vladimír Vondruš 03ee1c6fe8 Animation: minor cleanup. 8 years ago
Vladimír Vondruš adaeb21a4d Animation: implemented Player:seekBy() / Player::seekTo(). 8 years ago
Vladimír Vondruš 65b870dfc8 Animation: pausing animation should never result in a stopped state. 8 years ago
Vladimír Vondruš 29d5d83af9 Animation: doc++ 8 years ago
Vladimír Vondruš d3cb21dd55 Platform: fix 1:1 aspect ratio for web applications. 8 years ago
Vladimír Vondruš e1e4dbd4c4 Platform: properly fall back to physical DPI scaling. 8 years ago
Vladimír Vondruš e1a156ea67 Platform: numpad key mapping for Sdl2Application. 8 years ago
Vladimír Vondruš 7a0bf3018f Math: new min(), max() and minmax() overloads taking plain C arrays. 8 years ago
Vladimír Vondruš 5319e6bb1c Platform: properly initialize a value. 8 years ago
Vladimír Vondruš dcea264b71 GL: fix compiler warning. 8 years ago
Vladimír Vondruš 674a740da5 Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Vladimír Vondruš e43d5790f6 Trade: change animation track target to target type and target ID to target. 8 years ago
Vladimír Vondruš 2101e79b52 doc: this is what you get for being distracted in the middle. 8 years ago
Vladimír Vondruš 89d988383a Don't use GL-specific stuff on targets without GL enabled. 8 years ago
Vladimír Vondruš ae744ee6c8 Platform: style canvas focus outline consistently with m.css. 8 years ago
Vladimír Vondruš 272d504f3d package/archlinux: enable Vk library on all Arch packages. 8 years ago
Vladimír Vondruš 850ad2efb5 Doc++ 8 years ago
Vladimír Vondruš 1082727c4c doc: ughhhh. 8 years ago
Vladimír Vondruš 28a19f5add Math: adapt to m.css Doxygen theme updates. 8 years ago
Vladimír Vondruš 8c50ed239b doc: updated changelog. 8 years ago
Vladimír Vondruš 4a9e63ebdd Math: doc++ 8 years ago
Vladimír Vondruš d2914c78b4 Animation: test some more corner cases. 8 years ago