1091 Commits (572b64bb5cf027338f47c39c79e12ecb78103f15)

Author SHA1 Message Date
Vladimír Vondruš 572b64bb5c GL: drop support for EXT_direct_state_access. 7 years ago
Vladimír Vondruš 21b2cac953 GL: make use of ARB_DSA in Mesh internals. 7 years ago
Vladimír Vondruš 2253987531 Platform: HiDPI support for SDL2 and GLFW on Windows. 7 years ago
Vladimír Vondruš 736bf2be20 doc: MSYS2 packages are now in the official repo. 7 years ago
Vladimír Vondruš 8f30eb3d90 doc: mention Eigen integration. 7 years ago
Vladimír Vondruš 76870e7821 Platform: update WindowlessEglApplication for Emscripten 1.38.24. 7 years ago
Vladimír Vondruš 3ce2a1ed94 Doc++ 7 years ago
Vladimír Vondruš 4b29f64b5a CMake: last piece missing for CMake subproject support in Emscripten. 7 years ago
Vladimír Vondruš 447fa84816 CMake: move -s USE_WEBGL2=1 for Esmcripten to FindOpenGLES3.cmake. 7 years ago
Vladimír Vondruš df6b414185 doc: update Emscripten docs with further code size hints. 7 years ago
Vladimír Vondruš 39678dac09 Platforms: update Emscripten markup for 1.38.27 and up. 7 years ago
Vladimír Vondruš 80f37d5262 Platforms: Pointer_stringify() is no more. 7 years ago
Vladimír Vondruš 25aa1b8c22 Text: expect opened font in all AbstractFont accessors. 7 years ago
Vladimír Vondruš 344e00ce11 Text: implement file callbacks for AbstractFont. 7 years ago
Vladimír Vondruš 88135b72bc Text: doc++ 7 years ago
Vladimír Vondruš 589a912fa1 Trade: accept const references in AbstractImporter file callbacks. 7 years ago
Vladimír Vondruš e3fc0d037c Move Trade::ImporterFileCallbackPolicy to InputFileCallbackPolicy. 7 years ago
Vladimír Vondruš 9005b3c9aa Platform: expose also window events via Sdl2Application::anyEvent(). 7 years ago
Vladimír Vondruš 2bccfbf6a2 Updated credits and changelog. 7 years ago
Vladimír Vondruš 6d1de91667 doc: updated changelog. 7 years ago
Vladimír Vondruš 8e8010c40b Document and print helpful error messages for GL-dependent features. 7 years ago
Vladimír Vondruš 1d5779b7a2 doc: build GL-dependent snippets only if GL is enabled. 7 years ago
Vladimír Vondruš 8b748ace7d Text: properly report failures from AbstractFontConverter. 7 years ago
Vladimír Vondruš 834c5fe40d Text: API-independent base for glyph caches. 7 years ago
Vladimír Vondruš 215d50a087 Text: allow empty files in AbstractFont. 7 years ago
Vladimír Vondruš 7ed35d3005 Updated changelog and credits. 7 years ago
Vladimír Vondruš d2d7ee7d98 package/ci: run GLES tests on Linux with SwiftShader. 7 years ago
Vladimír Vondruš 8ba2cac0ee DebugTools, MeshTools, TextureTools: handle broken gl_VertexID. 7 years ago
Vladimír Vondruš 28d89611f3 DebugTools: fix textureSubImage() for float textures on ES3. 7 years ago
Vladimír Vondruš 796bdb6731 GL: new pseudo-extension MAGNUM_shader_vertex_id. 7 years ago
Vladimír Vondruš 74183eb8b9 GL: improve extension docs. 7 years ago
Vladimír Vondruš 3d08c641d8 GL: yet another workaround for SwiftShader, now with XFB buffer bindings. 7 years ago
Vladimír Vondruš 24210a00f9 GL: disable ANGLE_instanced_arrays and OES_texture_3D on ES2 SwiftShader. 7 years ago
Vladimír Vondruš f5e9ba7e8a GL: wait, there's not just three ES instanced extensions, there's FIVE. 7 years ago
Vladimír Vondruš 44a77ed918 GL: fixed broken links to extensions. 7 years ago
Vladimír Vondruš b76d1226e0 GL: detect SwiftShader. 7 years ago
Vladimír Vondruš d6e0186dbf GL: actually fix the VAO / element array buffer binding state interaction. 7 years ago
Vladimír Vondruš de12c7ca78 doc: update changelog and credits. 7 years ago
Vladimír Vondruš 4c8195ec9b GL: new --magnum-gpu-validation command-line option. 7 years ago
Vladimír Vondruš 25ef63ecd7 TgaImporter: report error message on empty file being opened. 7 years ago
Vladimír Vondruš 5a010269bd Math: implement component-wise bool operations on BoolVector. 7 years ago
Vladimír Vondruš d9682b49e7 doc: make the Plugins page easier to search for. 7 years ago
Vladimír Vondruš d0673816ef Animation: fix TrackView to have the same default extrapolation as Track. 7 years ago
Vladimír Vondruš 7048983a88 doc: mention all new packages also in the Getting Started guide. 7 years ago
Vladimír Vondruš 5cf84d6956 doc: mention MSYS2 Magnum Integration package. 7 years ago
Vladimír Vondruš b31f886fe2 DebugTools: deprecate ForceRendererOptions::scale() in favor of size(). 7 years ago
Vladimír Vondruš 1bd3d270d8 Compile ResourceManager documentation snippets. 7 years ago
Vladimír Vondruš 2d04b22aba Make it possible to pass Containers::Pointer to ResourceManager APIs. 7 years ago
Vladimír Vondruš 537177ca26 DebugTools: added screenshot(). 7 years ago
Vladimír Vondruš db44b570f7 DebugTools: make CommpareImage usable with CORRADE_COMPARE_AS(). 7 years ago