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
path: root/intern
AgeCommit message (Expand)Author
2014-01-13Fix T38190: Linux tablet: Issue with XInput/GHOST?Bastien Montagne
2014-01-13Fix cycles texture crash on win x86-64 + msvc 11Sv. Lockal
2014-01-13Fix cycles standalone compile on some systems, CMAKE_DL_LIBS should be enough.Marcus von Appen
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
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-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Ghost: update multitest for changes in BLFCampbell Barton
2014-01-11Fix T38129: cycles viewport render display with very bright colors turning bl...Brecht Van Lommel
2014-01-11Fix T37817: cycles CUDA detection problem on Windows with non-ascii paths.Brecht Van Lommel
2014-01-10Fix T38143: pressing F12 key in the text editor on OS X would type an invalid...Brecht Van Lommel
2014-01-09Fix T38134: missing cycles update when removing world volume scatter shader.Brecht Van Lommel
2014-01-09Fix T38134: cycles viewport render not updating when adding a world volume sh...Brecht Van Lommel
2014-01-08Cycles: workaround for noise performance regression in CUDA 5.5Sv. Lockal
2014-01-08Cycles: Fix World Homogeneous volume setting, had no influence.Thomas Dinges
2014-01-07Cycles: Update Integrator Presets and Total Samples info for latest changes.Thomas Dinges
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-07Code cleanup: defines for statfs were getting out of hand for BSD's.Campbell Barton
2014-01-07Added scons option to actually build the sse41 kernel. CMake already has itMartijn Berger
2014-01-07Cycles: Don't include SIMD util file for OpenCL/CUDA, this fixes OpenCL compi...Thomas Dinges
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-06Code cleanup / Cycles: else/if for SSE41 kernel functions.Thomas Dinges
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-03Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWSCampbell Barton
2014-01-03Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot f...Martijn Berger
2014-01-03Fix T38033: cycles volume emission changes with step size.Brecht Van Lommel
2013-12-31Cycles Volume Render: these changes should have included in the last commit.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-12-31Fix console incorrectly showing on Windows Blender startup in some cases.Masakazu Ito
2013-12-30Code Cleanup: quiet unused define warningCampbell Barton
2013-12-30Code Cleanup: cycles tips and long linesCampbell Barton
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
2013-12-29Fix cycles volume render crash when trying to access primitive attributesBrecht Van Lommel
2013-12-29Cycles Volume Render: add volume emission support.Brecht Van Lommel
2013-12-28Use ccl_device_inline for SSE perlin noiseSv. Lockal