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-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
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-06Take back last header copy, due it is for native only, must be a runtime solu...Jens Verwiebe
2014-01-06Cmake: fix kernelcompile after introduction of util_simd.hJens Verwiebe
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
2014-01-06Code Cleanup: osl styleCampbell Barton
2014-01-04CMake: cleanup and add includeCampbell Barton
2014-01-03Fix gcc compile error in last commit.Brecht Van Lommel
2014-01-03Fix cycles OSL volume render crash with multiple closures.Brecht Van Lommel
2014-01-03Code refactor: move random number and MIS variables into PathState.Brecht Van Lommel
2014-01-03Fix T38033: cycles volume emission changes with step size.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-30Cycles Volume Render: heterogeneous (textured) volumes support.Brecht Van Lommel
2013-12-30Fix cycles volume emission not working with OSL.Brecht Van Lommel
2013-12-30Code refactor: better distinguish scatter and absorption for volume integration.Brecht Van Lommel
2013-12-29Added option to have a seperate environment for executing nvccMartijn Berger