9132 Commits (754e01079448609bbe94cb23bbba735dfc8120e2)
 

Author SHA1 Message Date
Vladimír Vondruš 754e010794 package/homebrew: make this work on ARM Macs as well. 5 years ago
Vladimír Vondruš 971d24b5fa package/homebrew: it's time to start documenting Homebrew insanities. 5 years ago
Vladimír Vondruš 5fa99edb7a Platform: fix compilation with latest EGL headers / libglvnd 1.3.4. 5 years ago
Vladimír Vondruš 60d13f0fcb Math: these sentences don't sound like they make any sense, no. 5 years ago
Vladimír Vondruš 0d0e62c424 Trade: who did this?! 5 years ago
Vladimír Vondruš 187d313675 GL: list WEBGL_debug_renderer_info in the startup log. 5 years ago
Vladimír Vondruš 37e5d689f7 GL: don't use member function pointers in ContextState. 5 years ago
Vladimír Vondruš 9870cd72c9 Trade: match test implementation order with run order. 5 years ago
Vladimír Vondruš 03aeb4971f sceneconverter: add a --map option. 5 years ago
Vladimír Vondruš 3629b5d4c8 Trade: MSVC, your insistence on deprecation-as-error is not helping. 5 years ago
Vladimír Vondruš 27044a4fef Trade: ability to open non-temporary memory. 5 years ago
Vladimír Vondruš 440ece15fb Audio,Text,Trade: accept void ArrayViews in importer plugins. 5 years ago
Vladimír Vondruš e871cabfa6 Adapt plugins to the AbstractImporter interface change. 5 years ago
Vladimír Vondruš cbf227eb5c Trade: bump the AbstractImporter plugin interface string. 5 years ago
Vladimír Vondruš 116d327a64 Trade: AbstractImporter::doOpenData() now takes a rvalue Array. 5 years ago
Vladimír Vondruš 70009347bc Trade: use a better-debuggable way to test passed parameters. 5 years ago
Vladimír Vondruš 56cc2d6f91 Trade: doc++ 5 years ago
Vladimír Vondruš b7335e9264 ObjImporter: test double opening and double import. 5 years ago
Vladimír Vondruš d1c91b105c TgaImporter: minor verbosity cleanup in the test. 5 years ago
Vladimír Vondruš d91203df2f TgaImporter: wait, what the hell, why this ancient cursed code? 5 years ago
Vladimír Vondruš 37885f6eed sceneconverter: split the --info options by data type. 5 years ago
Vladimír Vondruš 111b2e9c4d sceneconverter: don't abort --info if there are no meshes or images. 5 years ago
Vladimír Vondruš c9a0ffd70a GL: hellooo GCC 4.8 great to see you being still the same!! 5 years ago
Vladimír Vondruš 2100c5a11a GL: further clarify caveats with temporary allocations for multidraw. 5 years ago
Vladimír Vondruš 7e7a67a81c GL: use glMultiDrawElementsBaseVertexEXT() only when appropriate. 5 years ago
Vladimír Vondruš 5f184bb699 GL: fully implement ANGLE_base_vertex_base_instance on ES. 5 years ago
Vladimír Vondruš 895fddb28b GL: hey, ANGLE, fuck off with those pretentious requirements. 5 years ago
Vladimír Vondruš b30d313ecd GL: implement ANGLE- and WebGL-specific instanced multidraw. 5 years ago
Vladimír Vondruš e0ddd8a302 GL,Shaders: unify skip messages to say "extension [not] supported". 5 years ago
Vladimír Vondruš 1222baf44c GL: drop compatibility fallback for the new multidraw API. 5 years ago
Vladimír Vondruš 0fb94f7061 GL: don't export Mesh internals. 5 years ago
Vladimír Vondruš 3751389e92 GL: properly test both 32bit and 64bit multidraw index offsets. 5 years ago
Vladimír Vondruš 5cddf7b6b7 GL: test for multidraw assertions using the low-level API. 5 years ago
Vladimír Vondruš 6a73008a38 GL: use consistent terms in a test. 5 years ago
Vladimír Vondruš 0148a1e80f Platform: using std::string::data() to print it is an antipattern. 5 years ago
Vladimír Vondruš 304819435d Math: no need to use a <string> in this test. 5 years ago
Vladimír Vondruš c3fbf45f46 GL: remove last remaining std::string concatenations from CORRADE_SKIP(). 5 years ago
Vladimír Vondruš 4eb6eca2d8 GL: shuffle test cases around a bit for consistency. 5 years ago
Vladimír Vondruš dc18ebcb23 GL: reduce code duplication. 5 years ago
Vladimír Vondruš 46c4c9acbe doc: add a page aggregating OpenGL-ES- and WebGL-specific features. 5 years ago
Vladimír Vondruš 28d9045d4f GL: doc++ 5 years ago
Vladimír Vondruš b2d7060ddc GL: wait, why these multidraw entrypoints are defined in MeshView? 5 years ago
Vladimír Vondruš 2fa4386f88 doc: updated changelog. 5 years ago
Vladimír Vondruš e3589e84b4 GL: skip tests for mismatched mesh attribute signedness on WebGL. 5 years ago
Vladimír Vondruš 86d78aba10 GL: fix MeshGLTest on WebGL. 5 years ago
Vladimír Vondruš 37495b0841 GL: make renderbuffer format match the shader format in MeshGLTest. 5 years ago
Vladimír Vondruš 1ee1f23f77 Doc++ 5 years ago
Vladimír Vondruš 4caf92cf5d GL: add some other rather crappy ways to detect ANGLE. 5 years ago
Vladimír Vondruš d0f57f0153 GL: actually, Mesa is detectable from the renderer string always. 5 years ago
Vladimír Vondruš 7ad928ae42 GL: make use of unmasked renderer string in Context::detectedDriver(). 5 years ago