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
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-05-28Cleanup: remove unused struct members from RenderStatsCampbell Barton
2020-03-27Fix T69060: File Output Node does not work with Time RemappingPhilipp Oeser
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2019-05-19Render: Use GHash for storing render partsLukas Stockner
2019-04-22Cleanup: style, use braces for renderCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: style (render module)Campbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-31Eevee: Implement Overscan optionClément Foucault
2018-08-16Cleanup: unused argCampbell Barton
2018-08-15Cleanup: remove unused R_ORTHO / R_PANORAMA flags.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-04-25Cycles: Use depsgraph instead of layersDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-31Fix T42401: Gaussian blur node is visibly squared-off at larger sizesSergey Sharybin
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-18Code cleanup: jitter, use 2d float arrayCampbell Barton
2014-01-27Revert the removal of Blender Internal Edge rendering, after artist feedback.Thomas Dinges
2013-11-19Blender Internal:Thomas Dinges
2013-10-29patch [#37219] RenderParts.partsdone is not a boolean, but a counterCampbell Barton
2013-08-05fix for divide by zero when border render size causes zero pixel widthCampbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-10-15Clamp minimal tile size with Save Buffers and FSAA enabledSergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-06-16style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton