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
2015-03-12Cycles: Make Background MIS building threadedThomas Dinges
2015-02-21Cycles: Use lower progressive update timeout for preview renderingSergey Sharybin
2015-02-21Fix T43755: Wireframe attribute doesn't work with displaceSergey Sharybin
2015-02-21Cleanup: Put all Bump dx/dy code in the beginning here, same as with other no...Thomas Dinges
2015-02-20Fix T43651: New pointiness attribute doesn't work with displacementSergey Sharybin
2015-02-19Cycles: Reduce memory used by background light updateSergey Sharybin
2015-02-17Cleanup: Update comments and make it more clear what volume interpolation is ...Thomas Dinges
2015-02-15Cycles: Fix wrong attribute count calculation in prevous commitSergey Sharybin
2015-02-15Cycles: Optimize memory usage when creating mesh attributesSergey Sharybin
2015-02-15Cycles: Report system memory usage and peak after scene device updateSergey Sharybin
2015-02-10Cycles: implement pointiness geometry attributeSergey Sharybin
2015-02-05Fix T43561: Wrong include path to standard OSL headersSergey Sharybin
2015-02-02Cycles: Solve dependency between camera and object synchronizationSergey Sharybin
2015-01-30Cycles: Use bool for is_lead arraySergey Sharybin
2015-01-28OSL: Updates for OSL 1.5 API changes.Thomas Dinges
2015-01-27Fix T43346: Window mapping is wrong in preview renderSergey Sharybin
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-23Cycles: Don't re-generate blackbody/beckmann tables on every shaders updateSergey Sharybin
2015-01-22Cleanup / Cycles: Code de-duplication for graph node relinking.Thomas Dinges
2015-01-21Cycles: Support tube projection for imagesSergey Sharybin
2015-01-21Cycles: Support sphere mapping for the image textureSergey Sharybin
2015-01-21Cycles: Optimization for black world backgroundsThomas Dinges
2015-01-19Cycles: Correction to camera in volume detection after clipping commitSergey Sharybin
2015-01-19Fix T43311: using displacement shader crashes blenderSergey Sharybin
2015-01-16Cycles: Fix compilation error with latest OSLSergey Sharybin
2015-01-14Cycles: Adding field-of-view options to the equirectangular panorama cameraLukas Stockner
2015-01-14Cycles: Ignore preprocessing time in ETA calculationLukas Stockner
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