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
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-10Cycles: Add support for float4 textures on OpenCL.Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin
2016-04-16Cycles: Refactor Image Texture limits.Thomas Dinges
2016-04-16Cleanup: Move texture definitions to util, to avoid bad level include.Thomas Dinges
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2015-12-01Cleanup: Remove some more code for BVH cache. I missed that somehow.Thomas Dinges
2015-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-03Cycles BakeDalai Felinto
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-28Fix #35896: cycles crash with OSL image textures and viewport + preview renderBrecht Van Lommel
2013-04-02Cycles: code refactoring to add generic lookup table memory.Brecht Van Lommel
2013-02-14Further fix for #34121: OSL + persistent images could crash in some cases still.Brecht Van Lommel
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-20Cycles: reduce memory usage of instanced objects by about 40%, as long as theBrecht Van Lommel
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-10-16Cycles: fix some update issues with camera motion blur, and do some more workBrecht Van Lommel
2012-09-07Fix for Cycles (CUDA) compilation (again ...). Moved the AttributeStandard en...Lukas Toenne
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-31Fix for #32184 and redesign of particle storage in Cycles.Lukas Toenne
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne