10143 Commits (5796b597f3bac42b0e0df82a9c1421cf671c7920)
 

Author SHA1 Message Date
Vladimír Vondruš 5796b597f3 TgaImageConverter: implement RLE encoding. 3 years ago
Vladimír Vondruš 7ccf22e1d0 Math: remove swizzle() that was deprecated since 2019.10. 3 years ago
Vladimír Vondruš 35c02023a0 TgaImageConverter: properly test also the single-channel case. 3 years ago
Vladimír Vondruš cdb33c8723 TgaImageConverter: put test data closer to the actual test case. 3 years ago
Vladimír Vondruš ae88ea44cf TgaImageConverter: move verbose output to the pixel format switch. 3 years ago
Vladimír Vondruš 9903e23af9 TgaImageConverter: don't zero-init all output for no reason. 3 years ago
Vladimír Vondruš 0db8e6c4a3 TgaImporter: simplify RLE detection. 3 years ago
Vladimír Vondruš 5113315cf8 doc: add info about iOS launch screens needed for native resolution. 3 years ago
Pablo Escobar 3e15133772 Trade: fix doc typo. 3 years ago
Vladimír Vondruš 350531f2ab Shaders: define enum set operators right next to the typedef. 3 years ago
Vladimír Vondruš b6a31a0af4 Fix double-precision Bezier typedefs to be actually double-precision. 3 years ago
Vladimír Vondruš f75449240e Shaders: what, C++, forward declarations work here but not there?! 3 years ago
Vladimír Vondruš 963faea23d Shaders: doc++ 3 years ago
Vladimír Vondruš afa2b37389 Shaders: group whole vertex/fragment shader setup together. 3 years ago
Vladimír Vondruš d5a03b7b12 package/ci: reduce parallelism for the ES2 build as well. 3 years ago
Vladimír Vondruš 63806e6ce6 doc: updated changelog. 3 years ago
hsdk123 86147fd7c1
Find static debug sdl2 3 years ago
Vladimír Vondruš 8aa4894f20 doc: updated changelog. 3 years ago
Hugo Amiard ecd0d55726 DebugTools: fix TextureImage.cpp on a non-deprecated build. 3 years ago
Hugo Amiard d3c690b865 Properly include Macros.h for CORRADE_AUTOMATIC_INITIALIZER(). 3 years ago
Vladimír Vondruš b405839de5 package/ci: reduce parallelism on the linux-static build. 3 years ago
Vladimír Vondruš ac0351585d package/archlinux: include also RelWithDebInfo in the dev PKGBUILD. 3 years ago
Vladimír Vondruš 9b4a813b86 DebugTools,Shaders,TextureTools: null-terminate shader resources. 3 years ago
Vladimír Vondruš 3e7298f3d3 DebugTools,Shaders,TextureTools: use string view literals everywhere. 3 years ago
Vladimír Vondruš b8cec8de17 GL: use a single allocation instead of two in Shader::submitCompile(). 3 years ago
Vladimír Vondruš 31b77f0f0c doc: remove std::string usage from doc image generators. 3 years ago
Vladimír Vondruš 5d0454ce98 Remove random unneeded <string> and StringStl.h includes. 3 years ago
Vladimír Vondruš 6a2d7a40ad GL: remove unnecessary std::string use from a test. 3 years ago
Vladimír Vondruš e4f662539f doc: remove unnecessary use of std::string. 3 years ago
Vladimír Vondruš cec3c21c30 DebugTools: port FrameProfiler away from std::string. 3 years ago
Vladimír Vondruš 19ba0796e8 DebugTools: port screenshot() away from std::string. 3 years ago
Vladimír Vondruš 468d68eed4 GL: don't use std::pair in Context internals. 3 years ago
Vladimír Vondruš 2620eca9ae GL: drop another std::pair occurence from the internals. 3 years ago
Vladimír Vondruš e0210a1007 GL: drop std::pair from texture state tracker internals. 3 years ago
Vladimír Vondruš d0e18e1f5c GL: drop std::pair from AbstractShaderProgram::validate() as well. 3 years ago
Vladimír Vondruš b2f72c958b gl-info: what, I'm still using std::vector here?! 3 years ago
Vladimír Vondruš 18f0b31c8a GL: huh, what is this <string> include doing here. 3 years ago
Vladimír Vondruš db2cb49279 GL: port Shader and ShaderProgram away from std::string. 3 years ago
Vladimír Vondruš 2f57162fbf Shaders: ditch the insane Phong light initializer setup. 3 years ago
Vladimír Vondruš d89b882ccf GL: port Debug{Output,Group,Message} away from std::string. 3 years ago
Vladimír Vondruš e933849ded GL: forgot to list these internal headers in CMakeLists. 3 years ago
Vladimír Vondruš e35a52e86f GL: trim whitespace from AbstractShaderProgram::validate(). 3 years ago
Vladimír Vondruš f3de392439 GL: properly test failed AbstractShaderProgram::validate(). 3 years ago
Vladimír Vondruš 527a4d87b7 GL: not sure what is this include for. 3 years ago
Vladimír Vondruš 569e4944ec GL: don't use // comments. 3 years ago
Vladimír Vondruš 475a74887c GL: deduplicate & simplify DebugOutput::setCallback() internals. 3 years ago
Vladimír Vondruš 4f5fc0a867 GL: clean up ancient cruft from an instanced test. 3 years ago
Vladimír Vondruš c6e627d560 GL: we need to include Reference.h only on a deprecated build. 3 years ago
Vladimír Vondruš 4ef33236eb Adapt to changes in Corrade's Utility::TweakableParser. 3 years ago
Vladimír Vondruš 5b98db09df doc: mention UfbxImporter in the File Formats table. 3 years ago