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-03-31Fix T39525: branched path + no lights + disabled use all lights option crash.Brecht Van Lommel
2014-03-29Fix scons CUDA build and compile error with more strict compilers.Brecht Van Lommel
2014-03-29Cycles volume: change heterogeneous volume sampling in branched path first hit.Brecht Van Lommel
2014-03-29Cycles code internals: add initial implementation of decoupled ray marching.Brecht Van Lommel
2014-03-29Cycles code refactor: minor refactoring and comments for volume code.Brecht Van Lommel
2014-03-29Cycles volume: change homogeneous volume sampling in branched path first hit.Brecht Van Lommel
2014-03-29Cycles code refactor: shuffle homogeneous volume code to factor out hit/miss ...Brecht Van Lommel
2014-03-29Cycles code refactor: move some more volume code into separate functions.Brecht Van Lommel
2014-03-29Cycles volumes: don't average coefficients over volume step.Brecht Van Lommel
2014-03-29Fix cycles error for heterogenous volumes, causing double step size to be used.Brecht Van Lommel
2014-03-29Cycles code refactor: move some volume code to separate functions.Brecht Van Lommel
2014-03-29Cycles: add "density", "flame" and "color" attributes for smoke domains.Brecht Van Lommel
2014-03-29Cycles code internals: add support for mesh voxel grid attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more code to geom folder, add some comments.Brecht Van Lommel
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles: add support for curve deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: add motion sampled normals attribute.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-29Cycles code refactor: add support for motion vertex attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-29Cycles code refactor: move geometry related kernel files into own directory.Brecht Van Lommel
2014-03-27Cycles: fix for building with cmake when gcc refuses sse argsCampbell Barton
2014-03-23Code cleanup: Move AA Samples variable, this is not exclusive to Branched Path.Thomas Dinges
2014-03-23Cycles: SSE optimization for line segments/ribbons hairSv. Lockal
2014-03-15Cycles: Direct multi light sampling in the Branched Path Integrator is option...Thomas Dinges
2014-03-15Code cleanup: Don't assign time 2x, we only need it for Object Motion here.Thomas Dinges
2014-03-13Fix cycles texture interpolation mode closest constant offset on some devicesMartijn Berger
2014-03-13Code cleanup: cmakeCampbell Barton
2014-03-12Cycles: Disable Branched Path on sm_30 for now, recent Indirect Multi Light a...Thomas Dinges
2014-03-10Cycles: Option to Sample all Lights in the Branched Path integrator for indir...Thomas Dinges
2014-03-09Code Cleanup for __HAIR__ defines.Thomas Dinges
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-03-04Fix volume scatter render issue introduced by recent bugfix.Brecht Van Lommel
2014-03-01Fix T38900: cycles OSL crash running getmessage("trace", "geom:name", name)Brecht Van Lommel
2014-03-01Cleanup: Fix some typos in the code.Thomas Dinges
2014-02-28Fix use of uninitialized variable in some cases with scatter + emission volume.Brecht Van Lommel
2014-02-28Fix cycles wrong volume scatter value in light path node.Brecht Van Lommel
2014-02-27Cycles: Fix mistake in PathRayFlag, one value was used twice.Thomas Dinges
2014-02-27Cycles: fix crash in SSE hair and half-floats on x86+vc2008Sv. Lockal
2014-02-26Fix T38710: volume render issue with transparent surfaces.Brecht Van Lommel
2014-02-24Fix T38779: cycles SSS and object scale render issue.Brecht Van Lommel
2014-02-14Cycles: equi-angular sampling for homogeneous volumesBrecht Van Lommel
2014-02-13Fix T38615: cycles rendering beckmann/GGX refraction wrong with IOR equal to 1.Brecht Van Lommel
2014-02-11Cycles: mix hair minimum width code with SSE intersection codeBrecht Van Lommel
2014-02-11Cycles: Code refactor for Clamping/Inf Rejection, combined into 1 function. A...Thomas Dinges
2014-02-11Better fix for T38501: blender crashes right after adding image texture toSv. Lockal
2014-02-11Cycles: Clamp Direct now affects the Background too.Thomas Dinges