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
2013-08-30Attempted fix for #36569: couldn't unmap memory errors on Windows. The guarde...Brecht Van Lommel
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes
2013-08-30Adding support for enabling/disabling vsync to Ghost_SDL.Mitchell Stokes
2013-08-30Fix part of #36594: 16 bit tiff not loading with correct color space in cycles.Brecht Van Lommel
2013-08-29Use static odifier for non-public functions in new sky model.Sergey Sharybin
2013-08-29correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.Campbell Barton
2013-08-28Cycles: change Gaussian subsurface scattering falloff to be more similar toBrecht Van Lommel
2013-08-28Cycles / OpenCL:Thomas Dinges
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28should fix builds for osxCampbell Barton
2013-08-28include slop-space in debug statistics (gcc/clang only)Campbell Barton
2013-08-27Cycles / Standalone:Thomas Dinges
2013-08-24Fix issue in last subsurface commit with branched path tracing, was rendering...Brecht Van Lommel
2013-08-24Cycles: reduce noise using regular path tracing + subsurface scattering withBrecht Van Lommel
2013-08-24skip building moto if its not needed.Campbell Barton
2013-08-24add GPL header to treehash.c and add missing includes to cmake.Campbell Barton
2013-08-24Cycles:Thomas Dinges
2013-08-24Fix #36545: crash with branched path tracing, correlated multi-jitteredBrecht Van Lommel
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-08-23Cycles: more code refactoring to rename things internally as well. Also changeBrecht Van Lommel
2013-08-23Cycles: change Progressive sampling option in UI to an enum of "Path Tracing"Brecht Van Lommel
2013-08-23Fix clang compile warning.Brecht Van Lommel
2013-08-23Code cleanup / Cycles:Thomas Dinges
2013-08-23Cycles / Sampling UI:Thomas Dinges
2013-08-23style cleanup: pep8Campbell Barton
2013-08-22Cycles / Sampling UI:Thomas Dinges
2013-08-21Fix #36526: SSS + hair crash after recent changes.Brecht Van Lommel
2013-08-20Fix compiler warning due to undefined BVH_FUNCTION_FEATURES with patch by Cam...Brecht Van Lommel
2013-08-20Code cleanup / Cycles:Thomas Dinges
2013-08-20fix incorrect docs [#36518] Vector.rotate() does not return value as documentedCampbell Barton
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
2013-08-19code cleanup: confirm include guards to our conventionCampbell Barton
2013-08-19Apparently sizeof(unsigned) is 4 bytes on both 32 and 64 bit platformsSergey Sharybin
2013-08-19Fix [#36454] 'Tiles' settings in Render/Performance panel don't respect keyfr...Bastien Montagne
2013-08-19Forgot this in previous commitSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Commit atomic operations fileSergey Sharybin
2013-08-19Added check for whether thread lock is being removed while thread is using gu...Sergey Sharybin
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-19Cycles:Thomas Dinges
2013-08-19Cycles / SSS:Thomas Dinges
2013-08-18Fix compile of last commitStuart Broadfoot
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-18Updates for the Cycle Hair UI. With the following changesStuart Broadfoot
2013-08-17Cycles / Sky Model:Thomas Dinges
2013-08-16Merged revision(s) 59108-59184 from trunk/blender into soc-2013-dingto. Thomas Dinges
2013-08-16Cycles / Motion Blur:Thomas Dinges
2013-08-15Blender might be compiled without guardedalloc againSergey Sharybin
2013-08-15Adding a new state for sound handles in audaspace: stopped.Joerg Mueller