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-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
2014-02-11Cycles: Separation of Indirect and Direct clamping.Thomas Dinges
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-07Fix T36979: wrong render of textured mesh lights with multiple importance sam...Brecht Van Lommel
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2014-02-05Attempt to fix OSL build error on Linux with latest OSL master.Brecht Van Lommel
2014-02-04Cycles: bvh_cardinal_curve_intersect intro SSE optimizationSv. Lockal
2014-02-04Fix cycles crash with float image textures on CPU without AVX support.Brecht Van Lommel
2014-02-03Cycles: small optimization for SSE 4.1 bvh intersectorSv. Lockal
2014-02-03Fix T38439: allow IOR in range [0, inf] instead of [1, inf] in Cycles.Brecht Van Lommel
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Code cleanup / Cycles: Remove encasing_ratio variable, it was already hard co...Thomas Dinges
2014-02-02Add include needed for clang, quiet warningCampbell Barton
2014-02-01Cycles: less instructions for CPU perlin codeSv. Lockal
2014-01-27patch by liblib (lid b)Martijn Berger
2014-01-20Revert "Cycles: mix hair minimum width code with SSE intersection code"Sv. Lockal
2014-01-16Fix compilation of Cycles AVX kernel with cmake.Thomas Dinges
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2014-01-15Code cleanup: some reshuffling of SIMD defines moving more code to util_optim...Brecht Van Lommel
2014-01-15Fix compilation error with stricg GCC flagsSergey Sharybin
2014-01-15OS X linker does not like empty compilation unit by itself in a library. Scon...Martijn Berger
2014-01-15DingTo forgot to make sure kernel_sse41 is compiled in even when emptyMartijn Berger
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
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-11Cycles: mix hair minimum width code with SSE intersection codeSv. Lockal
2014-01-09Fix T38134: missing cycles update when removing world volume scatter shader.Brecht Van Lommel
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