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
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht Van Lommel
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-20Cycles:Thomas Dinges
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel
2012-10-17code cleanup:Campbell Barton
2012-10-16Cycles: fix some update issues with camera motion blur, and do some more workBrecht Van Lommel
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
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-05-28Cycles: fixes to make CUDA 4.2 work, compiling gave errors in shadows andBrecht Van Lommel
2012-05-08adding kernel_projection.h in CMakelistsDalai Felinto
2012-03-26Cycles: add ColorRamp node.Brecht Van Lommel
2012-02-23Cycles: fix cuda kernel not getting rebuilt correctly after changes, due toBrecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-24Brightness/Contrast Node for CyclesDalai Felinto
2012-01-08Cycles: checker texture node, patch by Thomas.Brecht Van Lommel
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Normal Node - CyclesDalai Felinto
2011-12-07correct missing argument error if CYCLES_OPTIMIZED_KERNEL_FLAGS isnt setCampbell Barton
2011-12-04Invert Color Cycles NodeDalai Felinto
2011-12-03CameraData Input Cycles NodeDalai Felinto
2011-12-02HSV Color Node for CyclesDalai Felinto
2011-12-02SeparateRGB and CombineRGB nodes for Cycles materialsDalai Felinto
2011-11-15Fix #29259: cycles issues on certain processors. Now two versions of the kernelBrecht Van Lommel
2011-11-14Cycles: Oren-Nayar BSDF support. This is not a separate shader node, rather itBrecht Van Lommel
2011-11-10Cycles:Brecht Van Lommel
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-11-08Cycles:Brecht Van Lommel
2011-11-07Cycles: procedural texture nodes reorganization. This will break existing filesBrecht Van Lommel
2011-10-17use CMake's CUDA_NVCC_EXECUTABLE rather then own hard coded CYCLES_CUDA varia...Campbell Barton
2011-09-09Cycles:Brecht Van Lommel
2011-09-02Cycles:Brecht Van Lommel
2011-08-16Cycles:Brecht Van Lommel
2011-08-11Cycles: more opencl tweaks, status is:Brecht Van Lommel
2011-05-20Cycles: some steps to getting OpenCL backend to compile.Brecht Van Lommel
2011-05-04Cycles: some more windows build fixes, based on patch by Francisco De La Cruz.Brecht Van Lommel
2011-05-01Cycles: fix build issue with Blender includes.Brecht Van Lommel
2011-04-28Cycles: hook up the CMake build system.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal