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-02Realtime Compositor: Move shaders to compositor moduleOmar Emara
2022-11-02Realtime Compositor: Make vectors four dimensionalOmar Emara
2022-10-20Realtime Compositor: Implement normalize nodeOmar Emara
2022-10-20Realtime Compositor: Implement Tone Map nodeOmar Emara
2022-10-19Cleanup: CMake include pathsCampbell Barton
2022-10-13Realtime Compositor: Keep interpolation in Scale nodeOmar Emara
2022-10-11Cleanup: Add missing include for parallel reductionOmar Emara
2022-10-11Realtime Compositor: Implement parallel reductionOmar Emara
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-15Cleanup: use doxy sections, remove outdated commentCampbell Barton
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-09Realtime Compositor: Allow inputs to skip realizationOmar Emara
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-19Fix: Crash when realtime compositor node is unlinkedOmar Emara
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-10Realtime Compositor: Fix clang tidy warningsOmar Emara
2022-08-10Realtime Compositor: Add stub unsupported nodesOmar Emara
2022-08-10Realtime Compositor: Add evaluator and engineOmar Emara