6043 Commits (4671128cd4229a3ea80728bf092085484bda98f5)

Author SHA1 Message Date
Vladimír Vondruš a85d24ad17 Audio, GL: (attempt to) fix MinGW GCC warnings on static Windows builds. 7 years ago
Vladimír Vondruš aa722cd5bd Platform: Xlib.h is a bad, bad thing. 7 years ago
Vladimír Vondruš deb25cd28f singles: update for 2019.10. 7 years ago
Vladimír Vondruš cdd0147edb Disable automatic resource initializers when building static. 7 years ago
Vladimír Vondruš 909887ad7c A sad workaround for a sad misery with Python bindings on Windows. 7 years ago
Vladimír Vondruš de95eddb3f Use the new Matrix4::normalMatrix() everywhere. 7 years ago
Vladimír Vondruš de3f8858f0 Math: now that we have a standalone cofactor(), inline its internals. 7 years ago
Vladimír Vondruš 515637c76a Math: implement a robust and faster Matrix4::normalMatrix(). 7 years ago
Vladimír Vondruš e3a820f468 Math: benchmark basic Matrix operations. 7 years ago
Vladimír Vondruš 303468f299 Doc++ 7 years ago
Vladimír Vondruš abf9d9aa50 plugins: modify binary output location only if all variables are set. 7 years ago
Vladimír Vondruš 5f4e76e646 DebugTools: fix a linker error on Clang. 7 years ago
Vladimír Vondruš 507c5bf739 GL: remove the nv-egl-forward-compatible-context-unhappy workaround. 7 years ago
Vladimír Vondruš 607b3a15fa DebugTools: finish ResourceManager singleton deprecation. 7 years ago
Vladimír Vondruš 8c7c2c5745 SceneGraph: clarify transformation calculation. 7 years ago
Vladimír Vondruš 9fad16182e Platform: implement AndroidApplication::MouseMoveEvent::relativePosition(). 7 years ago
Vladimír Vondruš 35bf229ed5 Platform: add Sdl2Application::Configuration::WindowFlag::{OpenGL,Vulkan}. 7 years ago
Vladimír Vondruš b3759b6a98 GL: ensure gl_PointCoord works correctly also on compatibility profile. 7 years ago
Vladimír Vondruš b64bb14412 Don't use angle brackets for local includes. 7 years ago
Vladimír Vondruš 108c75efcf Fix non-deprecated static Windows build. 7 years ago
Vladimír Vondruš 023c3811c8 Primitives: doc++ 7 years ago
Vladimír Vondruš 52ff540407 Primitives: fix and make gradient function params consistent. 7 years ago
Vladimír Vondruš 26accc7ec1 GL: AMD on Windows is also useless for framebufer format queries :/ 7 years ago
Vladimír Vondruš 3629af231b GL: new amd-windows-broken-dsa-cubemap-copy workaround. 7 years ago
Vladimír Vondruš 9fa87652e6 GL: new amd-windows-dsa-createquery-except-xfb-overflow workaround. 7 years ago
Vladimír Vondruš d06914a1bd doc: hint that Optional is a safer NoCreate. 7 years ago
Vladimír Vondruš 82f53862e1 Platform: Sdl2Application::mainLoopIteration() now returns a bool. 7 years ago
Vladimír Vondruš 24f7d45364 Implement globals shared across DLLs on Windows. 7 years ago
Vladimír Vondruš ca326fdb18 GL: pile on more workarounds for CubeMapTexture DSA code paths. 7 years ago
Vladimír Vondruš f2ba5602a4 GL: Intel Windows drivers 26 are less shitty w/ double attributes. 7 years ago
Vladimír Vondruš 5c042f62d0 GL: if timer queries are not available, SKIP the benchmarks. 7 years ago
Vladimír Vondruš 60c18f93a1 GL: implement time queries for WebGL 2, and workarounds, and ... 7 years ago
Vladimír Vondruš cb5fe2dd49 GL: don't forward-declare what doesn't exist. 7 years ago
Vladimír Vondruš 05b9509dba Expose UnsignedLong and Long on Emscripten. 7 years ago
Vladimír Vondruš 0731546bc8 Copy HTML runners for magnum-gl-info and magnum-al-info into the build dir. 7 years ago
Marco Melorio c632099501 Shaders: inflate rendering test thresholds a bit for the iPhone GPU. 7 years ago
Marco Melorio 2379b8cd09 Fixed shaders tests for iOS 7 years ago
Vladimír Vondruš 66ebed23c8 imageconverter: doc++ 7 years ago
Vladimír Vondruš 05baf2fa50 imageconverter: apparently I never tested these additions. 7 years ago
Vladimír Vondruš 3afa29ed5b DebugTools: XFAIL a screenshot() test if the format is not R8. 7 years ago
Vladimír Vondruš 65b589f765 New explicit-uniform-location-is-less-explicit-than-you-hoped workaround. 7 years ago
Vladimír Vondruš dac61f51cc Trade: implement passing importer/converter options to imageconverter. 7 years ago
Vladimír Vondruš 32175eecaf Trade: link magnum-imageconverter to pthreads. 7 years ago
Vladimír Vondruš ef1fbd8e4b CMake: copy SDL / GLFW DLLs to CMAKE_RUNTIME_OUTPUT_DIRECTORY. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš 8f72f383df external: update Vulkan headers with latest flextgl. 7 years ago
Vladimír Vondruš 32ce1f1b43 external: include KHR/khrplatform.h absolutely. 7 years ago
Vladimír Vondruš 6ba9bf529a Platform: doc++ 7 years ago
Vladimír Vondruš f7d739058b Platform: device selection in WindowlessEglApplication. 7 years ago
Vladimír Vondruš 3bfec34cec Platform: EGL_EXT_anything isn't on WebGL anyway. 7 years ago