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
2014-12-31Cycles: Add logging to OSL and CUDA initialization/compilationSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Enable QBVH optimization structure for SSE2 CPUsSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Optimize vector math node without links to single values.Thomas Dinges
2014-12-18Cycles: Add missing entries in the Integrator constructor and some updatesThomas Dinges
2014-12-08Cleanup: spellingCampbell Barton
2014-12-05Cycles: Add dedicated Progress::set_error() callSergey Sharybin
2014-12-05Cycles: Early output from Scene::device_update when device error occursSergey Sharybin
2014-12-04Cycles: Fix compilation error after recent logging changesSergey Sharybin
2014-11-20Cycles: Fix typo on graphiz graph dumperSergey Sharybin
2014-11-19Cycles: Missed some changes in the previous hair motion blur fixSergey Sharybin
2014-11-16Cycles: Remove Integrator volume sampling flag, that was moved to Shader.Thomas Dinges
2014-11-11Fix T41783: Cycles baking ignores displacementDalai Felinto
2014-11-08Add safe_normalize to cycles, avoid checking length firstCampbell Barton
2014-11-08Cleanup: cycles whitespaceCampbell Barton
2014-11-06Cycles: Add "Max Bounce" control for lampsThomas Dinges
2014-11-04Cycles: Remove compatibility code for OSL-1.4Sergey Sharybin
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-29Cycles: Optimize math node without links to a single value nodeSergey Sharybin
2014-10-22Revert "Cycles: Implement Mitchell-Netravali pixel filter"Sergey Sharybin
2014-10-22Cycles: Implement Mitchell-Netravali pixel filterSergey Sharybin
2014-10-22Cycles: Get rid of hardcoded enum values in the codeSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-21Fix T42178: Cycles Film Exposure not triggering Viewport updateSergey Sharybin
2014-10-17Cycles: Fix for possibly uninitialized variableSergey Sharybin
2014-10-12Cleanup: Typo fix for Blackbody variable, had different naming in the comment...Thomas Dinges
2014-10-08Cycles: reduce float/double conversionsCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Cycles: Move system headers include to the top of the filesSergey Sharybin
2014-10-05Cycles: Center Tile order had a slight offset to the left.Greg Zaal
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-10-03Fix T41920: Changing Use Alpha settings doesn't refresh viewport properlySergey Sharybin
2014-10-03Cycles: Implement preliminary test for volume stack update from SSSSergey Sharybin
2014-10-03Cycles: Fix for non-initialized variableSergey Sharybin
2014-10-03Cycles: Make camera-in-volume an official featureSergey Sharybin
2014-10-03Cycles: Speedup of kernel side camera-in-volume detectionSergey Sharybin
2014-10-02Cycles: optimization of panoramic camera in volumeSergey Sharybin
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-09-25Cycles: Add method to dump current shader graph to the graphiz fileSergey Sharybin
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-09-24Cycles: Shader Graph Optimization for Mix RGB nodes.Thomas Dinges
2014-09-19Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only relin...Thomas Dinges
2014-09-11Followup for last commit, we can break the loop, once we have a match.Thomas Dinges
2014-09-11Fix T41784, Re-enabling transparent shadows in Cycles doesn't work correctlyThomas Dinges
2014-09-05Cycles: Split caustics option, to allow separate control for Reflection and R...Thomas Dinges
2014-09-05Cycles: Initial support for volume ray visibility.Thomas Dinges
2014-09-04Cleanup: Code deduplication for similar passes.Thomas Dinges