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
2021-10-26Cycles: changes to source code folders structureBrecht Van Lommel
2021-10-19Cycles: decouple shadow paths from main path on GPUBrecht Van Lommel
2021-10-19Cleanup: More readable Cycles OSL BSDF definitionSergey Sharybin
2021-10-18Cleanup: consistently use uint32_t for path flagBrecht Van Lommel
2021-10-18Cycles: replace integrator state argument macrosBrecht Van Lommel
2021-10-11Cycles: restore Christensen-Burley SSSBrecht Van Lommel
2021-10-04Fix T90815: wrong Cycles OSL normal map render after recent optimizationBrecht Van Lommel
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-02-24Cmake/deps: Update OSL to 1.11.10.0Ray Molenkamp
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-15Fix Cycles build error with OSL 1.12Piotr Barejko
2020-12-24Cycles: remove surface area computation for meshes with OSLBrecht Van Lommel
2020-11-30Deps: PugiXML 1.10Ray Molenkamp
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-10-28Cycles: internal support for float4 geometry attributesAlexander Gavrilov
2020-10-28Cycles: refactor to split surface and volume attribute lookup moreBrecht Van Lommel
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-08-24Fix T79819: crash with OSL trace() and getmessage() after Embree changesBrecht Van Lommel
2020-06-19Cycles: Make compatible with C++17 on 10.9 deployment targetSergey Sharybin
2020-06-17Fix T77915: Cycles OSL microfacet closure not working in custom shadersBrecht Van Lommel
2020-05-15Cycles: Refactor microfacet BSDFs to remove separate anisotropy codeLukas Stockner
2020-04-28Fix T76044: update Cycles to build with OSL 1.11 masterBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cycles: support for different 3D transform per volume gridBrecht Van Lommel
2020-03-11Cycles: disable RTTI only for OSL files, other libraries like OpenVDB need itBrecht Van Lommel
2020-03-06Cleanup: tweak Cycles #includes in preparation for clang-format sortingBrecht Van Lommel
2020-02-07Cleanup: simplify Cycles primitive attribute map storageBrecht Van Lommel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-21Partial Fix T73043: Denoising Albedo not working well for SheenLukas Stockner
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-09-19Cleanup: spellingCampbell Barton
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-08-26Cycles: remove workaround to pass ray by valuePatrick Mours
2019-08-22Shading: Add object color to Object Info node.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-02Build: disable RTTI for the entire Cycles module, not only the kernelBrecht Van Lommel
2019-06-27Fix T66171: Cycles OSL trace() crashing in displacement shadersBrecht Van Lommel
2019-06-21Fix T65957: Cycles crash with OSL and UV mapsBrecht Van Lommel
2019-05-14Fix T64515, T60434: crash in OSL and preview render after recent changesBrecht Van Lommel
2019-05-04Cycles: Fix NULL instead of falseSergey Sharybin
2019-05-03Cycles: support loading images from arbitrary OpenColorIO color spaceLukas Stockner
2019-05-03Cleanup: refactor Cycles OSL texture handlingBrecht Van Lommel
2019-05-03Cleanup: refactor passing of OSL kernel globals for upcoming changesBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-24Cycles: remove hair minimum width support.Brecht Van Lommel
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton