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-18Cycles: SVM optimization for mix shaders, to skip more code when the mix weightBrecht Van Lommel
2014-04-15Fix T39284: clamp cycles volume density to be >= 0, to avoid accidental stran...Brecht Van Lommel
2014-04-03Cycles: SSE optimization for Voronoi cells textureSv. Lockal
2014-04-03Fix T39577: cycles issue mixing anisotropic BSDFs with branched path tracer.Brecht Van Lommel
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-03-29Cycles code internals: add support for mesh voxel grid attributes.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 mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-13Fix cycles texture interpolation mode closest constant offset on some devicesMartijn Berger
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-02-11Better fix for T38501: blender crashes right after adding image texture toSv. Lockal
2014-02-10Fix T38501: blender crashes right after adding image texture to materialSv. Lockal
2014-02-09Code cleanup: Remove Debug closure declaration.Thomas Dinges
2014-02-03Fix T38439: allow IOR in range [0, inf] instead of [1, inf] in Cycles.Brecht Van Lommel
2014-02-01Cycles: less instructions for CPU perlin codeSv. Lockal
2014-01-14Cycles, Code cleanup: simplify code for color linear interpolation and float ...Sv. Lockal
2014-01-14Cycles: Fix Wave texture difference between OSL and SVM, OSL wasn't using the...Thomas Dinges
2014-01-14Code cleanup / Cycles: Don't pass scale to texture functions, do the multipli...Thomas Dinges
2014-01-13Fix cycles texture crash on win x86-64 + msvc 11Sv. Lockal
2014-01-12Fix compilation for OpenCL (and small stype fixes)Sv. Lockal
2014-01-12Cycles: SSE for Voronoi textures (targeted for Haswell CPUs)Sv. Lockal
2014-01-11Code Cleanup: in Cycles SSE replace macros with templates, skip unused code w...Sv. Lockal
2014-01-08Cycles: workaround for noise performance regression in CUDA 5.5Sv. Lockal
2014-01-07Fix CUDA/OpenCL compile errors in scattering commit.Brecht Van Lommel
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-06Cycles: Minor optimization (~1%) for texture access on CPUSv. Lockal
2014-01-06Cleanup: use blend() in perlin noise (gives 12 less instructions on SSE4.1)Sv. Lockal
2014-01-06Cycles: SSE optimization for sRGB conversion (gives 7% speedup on CPU for pav...Sv. Lockal
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-29Fix cycles volume render crash when trying to access primitive attributesBrecht Van Lommel
2013-12-28Use ccl_device_inline for SSE perlin noiseSv. Lockal
2013-12-28Cycles Volume Render: add support for overlapping volume objects.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-12-27Cycles / Perlin Noise: Optimize noise calculation by using SIMD instructions ...Thomas Dinges
2013-11-22Cycles: Add a "Normal" input socket to the Layer Weight node + GLSL drawing c...Thomas Dinges
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-11-09Cycles / Fresnel Node:Thomas Dinges
2013-10-08Cycles / SSS:Thomas Dinges
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-08-28Cycles / OpenCL:Thomas Dinges
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-17Cycles / Sky Model:Thomas Dinges
2013-08-13Merged revision(s) 59035-59107 from trunk/blender into soc-2013-dingto. Thomas Dinges
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-10Code cleanup / Cycles:Thomas Dinges