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-04-07OpenCL + AMD adapt kernel to newer driverMartijn Berger
2014-04-04Cycles: Disable Branched Path on all GPUs for now, until we separate the cubins.Thomas Dinges
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-04-03Cycles: avoid 1.0f/(1.0f/x) divisions, which msvc (only) can't optimize.Sv. Lockal
2014-04-03Fix T39577: cycles issue mixing anisotropic BSDFs with branched path tracer.Brecht Van Lommel
2014-04-02Fix T39525: cycles volume render difference between branched/non-branched path.Brecht Van Lommel
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
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