5418 Commits (12c2cb640ea474f701a9b25ca1a0c6aac4ee497a)

Author SHA1 Message Date
Vladimír Vondruš 12c2cb640e Vk: no, this is not GL! 7 years ago
Vladimír Vondruš 75b60b6287 external: updated Vulkan header. 7 years ago
Vladimír Vondruš 2c4103d426 GL: properly execute the test on ES3 builds. 7 years ago
Vladimír Vondruš db8c5fedaa GL: clean up Framebuffer constructors. 7 years ago
Vladimír Vondruš a36d8eb033 Remove use of std::reference_wrapper where possible. 7 years ago
Vladimír Vondruš 3bb85ae1bb Platform: don't use deprecated functionality. 7 years ago
Vladimír Vondruš 852aebe41b Trade: this include is not needed either. 7 years ago
Vladimír Vondruš 697c17279c Backwards compatibility for std::unique_ptr where needed. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš f7dcb62e93 MeshTools: return just a mesh from fullScreenTriangle(). 7 years ago
Vladimír Vondruš 24b8ff086c Removed std::optional backwards compatibility. 7 years ago
Vladimír Vondruš 3bceb0b276 GL: clean up the includes. 7 years ago
Vladimír Vondruš a18ec9b6d8 Doc++ 7 years ago
erikwijmans dd4bd88df2 Switch to using eglGetCurrentDisplay instead of querying for the defualt 7 years ago
Vladimír Vondruš 9c35b11521 Math: fix unused function warning on Emscripten. 7 years ago
Vladimír Vondruš 40cfe06044 Doc++, minor cleanup. 7 years ago
Vladimír Vondruš 20a55b16aa Platform: implement Sdl2Application::anyEvent(), expose SDL_Event. 7 years ago
Vladimír Vondruš d4c1785dc0 Platform: make ViewportEvent non-copyable, mark internals as const. 7 years ago
Vladimír Vondruš b9342665b2 Platform: don't group special events together with screen events. 7 years ago
Vladimír Vondruš f325507618 Drop more CMake pre-3.1 compatibility. 7 years ago
Vladimír Vondruš 81354d0608 DebugTools: compile forgotten snippets. 7 years ago
Vladimír Vondruš e08b04c46b GL: compile forgotten code snippets. 7 years ago
Vladimír Vondruš 5fc246b908 Math: compile forgotten code snippets. 7 years ago
Vladimír Vondruš 476dc5c3f5 Math: compile code snippets from Packing.h. 7 years ago
Vladimír Vondruš 87e842934b GL: new nv-egl-incorrect-gl11-function-pointers workaround. 7 years ago
Vladimír Vondruš 5923efbdee external: pass GL::Context to flextGLInit(). 7 years ago
Vladimír Vondruš 76fb88fa1a external: update OpenGL headers. 7 years ago
Vladimír Vondruš 2c473e14a8 external: properly update the iOS templates as well. 7 years ago
Vladimír Vondruš 0479360072 Platform: deprecate typo'd key name in GlfwApplication. 7 years ago
Vladimír Vondruš ea941c03a3 Trade: doc++ 7 years ago
Vladimír Vondruš a31ae86500 Of course there were tests that got never executed. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 4deb2a5fe7 MeshTools: inline functions should not be heavy. 7 years ago
Vladimír Vondruš 6bd44bffd6 DebugTools: fix a build system corner case. 7 years ago
Vladimír Vondruš b44e6e7c05 Audio: doc++ 7 years ago
Vladimír Vondruš 6cc7d2e3a5 Doxygen: extract private virtuals. 7 years ago
Vladimír Vondruš c231b8c84c Doc++ 7 years ago
Vladimír Vondruš 3ca13dbc1b Platform: implement {Glfw,Sdl2}Application::exitEvent(). 7 years ago
Vladimír Vondruš 40c0576918 Platform: set SDL hints before SDL_Init(). 7 years ago
Vladimír Vondruš 877557fff0 Platform: minor event cleanup in GlfwApplication. 7 years ago
Vladimír Vondruš 1e0d3d3727 Platform: proper feature parity for GlfwApplication::ViewportEvent. 7 years ago
Vladimír Vondruš ea7e8c9aaf Math: proper forward declaration for Constants. 7 years ago
Vladimír Vondruš 7f23740e82 Ugh, GL leftovers. 8 years ago
Vladimír Vondruš c5d31d74e3 Math: provide forward declaration for Constants. 8 years ago
Vladimír Vondruš 86d0d37c30 Platform: remove deprecated GlfwApplication WindowFlag::Resizeable. 8 years ago
Vladimír Vondruš 8f55880b6b Platform: remove deprecated wheel-reported-as-button events. 8 years ago
Vladimír Vondruš 7b1aa6f497 Math: removed deprecated uppercase *HSV APIs from Color. 8 years ago
Vladimír Vondruš 5c5ecb5ff8 Math: removed deprecated (and confusing) normalize() / denormalize(). 8 years ago
Vladimír Vondruš 0a91c4c064 Removed deprecated color literals in the root namespace. 8 years ago