Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-04Cleanup: use bool for render types ok/result_okCampbell Barton
2022-11-04Cleanup: quiet unused argument warningCampbell Barton
2022-11-02Fix memory leak with Freestyle renders after recent changesBrecht Van Lommel
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-22GPU: Ensure rendering operations occur within GPU render boundaries.Jason Fielder
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-inconsistent-declaration-param...Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-bool-literals]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-deprecated-headers]Clément Foucault
2022-08-31Cleanup: quiet MSVC warning using flag flag operations on booleanCampbell Barton
2022-08-30Cleanup: simplify comparison, clarify commentCampbell Barton
2022-08-29Cleanup: move Cycles display driver context handling to render moduleBrecht Van Lommel
2022-08-29Cleanup: move part of render module to C++Brecht Van Lommel