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-10-24Code refactor: move more memory allocation logic into device API.Brecht Van Lommel
2017-10-24Code refactor: store device/interp/extension/type in each device_memory.Brecht Van Lommel
2017-10-21Code refactor: avoid some unnecessary device memory copying.Brecht Van Lommel
2017-10-21Code refactor: simplify image device memory allocation.Brecht Van Lommel
2017-10-18Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2017-10-11Cycles: Add utility function to calculate triangle's normalSergey Sharybin
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-08-08Cycles: Pack kernel textures into buffers for OpenCLMai Lavelle
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-04Fix T51412: Instant crash with texture plugged into the Displacement outputSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-15Cycles: Pass special flag whether BVH motion steps are usedSergey 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 utility function to calculate curve boundbox from given 4 keysSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion keys while on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, commentsSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion triangle when on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2016-11-22Cycles: Implement texture size limit simplify optionSergey Sharybin
2016-11-20Cycles: Don't shadow loop variableMai Lavelle
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-09-25Fix T49310: incorrect Cycles standalone normals with negative scale.Brecht Van Lommel
2016-09-23Cycles: Fix overflow caused by wrong size calculation in Mesh::add_undisplacedMai Lavelle
2016-09-05Fix T49252: Crash when image textures used with true displacementMai Lavelle
2016-09-02Cycles: Store undisplaced coordinates for meshes when neededMai Lavelle
2016-09-02Cycles: remove duplicate shader storageMai Lavelle
2016-08-30Cycles: Fix calculation of normals for subdivision meshesMai Lavelle
2016-08-25Cycles: Remove some redundant checksMai Lavelle
2016-08-25Cycles: Fix crash after recent subd fixesSergey Sharybin
2016-08-24Cycles Standalone: Fix support for subdivision meshesMai Lavelle
2016-08-18Code cleanup to use array.data() rather than &array[0]Brecht Van Lommel
2016-08-18Revert "Code cleanup to use array.data() rather than &array[0]."Mai Lavelle
2016-08-18Code cleanup to use array.data() rather than &array[0].Brecht Van Lommel
2016-08-14Cycles microdisplacement: Move call to tessellate() from addon to CyclesMai Lavelle
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-07-29Cycles: remove narrowing conversion from recent commitMai Lavelle
2016-07-29Cycles microdisplacement: move subdivision options to subsurf modifierMai Lavelle
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-28Cycles: Fix missing mesh flags update when tweaking shadersSergey Sharybin
2016-07-28Cycles: De-duplicate check for MIS shaders in meshesSergey Sharybin
2016-07-15Cycles: Add option to disable new Hair BVHSergey Sharybin
2016-07-07Cycles: Enable unaligned BVH builder for scenes with hairSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-05-31Cycles: Fixes for recent refactorSergey Sharybin