7889 Commits (42b8ab2d0e5c092d01988fb0f861bdae3fd3de93)
 

Author SHA1 Message Date
Vladimír Vondruš 42b8ab2d0e TgaImporter,TgaImageConverter: verbose output about channel reordering. 6 years ago
Vladimír Vondruš 0bdb70fcf6 Trade: add flags to AbstractImporter and AbstractImageConverter. 6 years ago
Vladimír Vondruš 4090a88c97 Rework plugin search paths using new Corrade APIs. 6 years ago
Vladimír Vondruš 877c13efa3 Trade: minor. 6 years ago
Vladimír Vondruš 8192278f26 Trade: wtf, stone age still shining through this file. 6 years ago
Vladimír Vondruš 22118c754d Math: attempt to deconfuse orthogonalization/orthonormalization a bit. 6 years ago
Vladimír Vondruš fc3382ec36 Math: make dot() twice as fast in Debug. 6 years ago
Vladimír Vondruš 573125d0a9 Math: make cross() 10x faster in Debug. 6 years ago
Vladimír Vondruš 341a497932 Math: benchmark vector dot() and cross(). 6 years ago
Michael Tao e5a6f543a0 Shaders: ambient also changes color with VertexColor in Phong. 6 years ago
Vladimír Vondruš 4f3fd88a26 doc: make iOS/macOS platform guides discoverable when searching for Apple. 6 years ago
Vladimír Vondruš 7a30390890 Platform: extend window flags in Sdl2 and GlfwApplication. 6 years ago
Vladimír Vondruš 6721c0e3b2 DebugTools: ugh WTF. 6 years ago
Vladimír Vondruš 65aaf6d61b package/ci: make the non-deprecated build also without assertions. 6 years ago
Vladimír Vondruš 597ed03a65 MeshTools: reduce unwanted variability in the test. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš d209d496bc GL: this is done since 0e50f0feea. 6 years ago
Vladimír Vondruš c03ed3af75 doc: show how to set up blending for alpha / transparency. 6 years ago
Vladimír Vondruš 5d9d529010 Any*{Importer,Converter}: less engrish in error messages. 6 years ago
Vladimír Vondruš e85d2935af package/archlinux: HAH this got forgotten. 6 years ago
Vladimír Vondruš 1ec6691005 plugins: these checks are done in the top-level CMakeLists.txt already. 6 years ago
Vladimír Vondruš 73f1fa7724 Trade: minor. 6 years ago
Vladimír Vondruš 95c93c928a Trade: reorganize MeshAttributeData internals for better serializability. 6 years ago
Vladimír Vondruš dac646e66b Trade: repack MeshData internals to save 8 bytes on 64-bit. 6 years ago
Vladimír Vondruš d3df37e767 Trade: clean up unneeded namespace prefixes. 6 years ago
Vladimír Vondruš 3c81d9e4c8 Trade: doc++ 6 years ago
Vladimír Vondruš 1116c97124 doc: this TODO is done already. 6 years ago
Vladimír Vondruš 56cade15ca Primitives: added a wireframe icosphere. 6 years ago
Vladimír Vondruš 818968f6c5 Trade: simplify AbstractImageConverter test. 6 years ago
Vladimír Vondruš f2c1f3c059 Trade: who did this indentation?! 6 years ago
Vladimír Vondruš 6aa232fa0c Trade: doc++ 6 years ago
Vladimír Vondruš 3b4093da14 Doc++ 6 years ago
Vladimír Vondruš 446b63f11c doc: updated credits and changelog. 6 years ago
Squareys d04a9c780c Platform: Fix compilation of EmscriptenApplication on Emscripten 1.38.26+ 6 years ago
Vladimír Vondruš e6dc5be1af Platform: default to 32-bit RGBA framebuffer instead of 24-bit RGB. 6 years ago
Vladimír Vondruš 2149e78f82 Platform: make *Application::exit() exit right after constructor ends. 6 years ago
Vladimír Vondruš 3de507594d Platform: doc++ 6 years ago
Vladimír Vondruš 492ba412f0 Platform: cleanup X11 stuff only if it's there. 6 years ago
Vladimír Vondruš b04aa48c03 Platform: do at least something in the test draw event. 6 years ago
Vladimír Vondruš 5c4a00512b Platform: reorder test code for consistency. 6 years ago
Vladimír Vondruš 8af1f6a91e Platform: delay GLFW event callback setup to first main loop iteration. 6 years ago
Vladimír Vondruš ad9b9f5a3d Platform: ensure Sdl2Application has a window opened in the main loop. 6 years ago
Vladimír Vondruš ce0efd1aeb Platform: move a window creation asset to a better place in GlfwApp. 6 years ago
Vladimír Vondruš c98635842f Platform: allow engine-specific options in GlfwApplicationTest. 6 years ago
Vladimír Vondruš 960fd278cc GL: doc++ 6 years ago
Vladimír Vondruš 453be840a5 doc: updated changelog and credits. 6 years ago
Vladimír Vondruš 2c10e09148 Platform: add context getters to all windowless apps. 6 years ago
Stéphane Brard 4d1203d66e Platform: added shared context support to windowless applications. 6 years ago
Vladimír Vondruš 9661c55596 Primitives: hint that a solid strip cube can be made entirely in GLSL. 6 years ago