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
2018-07-27Merge remote-tracking branch 'origin/blender2.8' into udimtemp-udim-imagesLukas Stockner
2018-07-27Cycles: Initial implementation of detailed statisticsSergey Sharybin
2018-07-27Cycles: Cleanup, indentationSergey Sharybin
2018-06-16Try to detect unused tiles when rendering with Cycles and skip loading themLukas Stockner
2018-06-11Add UDIM support to the Cycles Image nodeLukas Stockner
2018-05-21Fix too much memory usage for Cycles attribute map.Brecht Van Lommel
2018-03-10Code cleanup: fix compiler warning.Brecht Van Lommel
2018-03-10Fix T54279: viewport update bug with volume meshes.Brecht Van Lommel
2018-03-10Code refactor: reduce number of loops over meshes.Brecht Van Lommel
2018-03-10Code refactor: motion blur cleanups, preparing for next commit.Brecht Van Lommel
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-03-03Fix T54202: Cycles crash rendering empty mesh volume after recent optimization.Brecht Van Lommel
2018-03-01Cycles volume: fast empty space optimization by generating a tight meshKévin Dietrich
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-13Code cleanup: remove test code to disable motion blur, no longer useful.Brecht Van Lommel
2017-11-09Cycles: Silence warning when building without OSLDalai Felinto
2017-11-05Cycles: fix inefficient attribute map storage, saves 615MB in victor scene.Brecht Van Lommel
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