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-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-15Blender might be compiled without guardedalloc againSergey Sharybin
2013-08-15Adding a new state for sound handles in audaspace: stopped.Joerg Mueller
2013-08-14Cycles:Thomas Dinges
2013-08-14include order change for osl, fixes gcc compile error - undefined uintptr_tCampbell Barton
2013-08-13Code cleanup:Thomas Dinges
2013-08-12Fix #36437 Cycles no longer rendering Emitter object (Particle Systems). The ...Lukas Toenne
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-10Code cleanup / Cycles:Thomas Dinges
2013-08-10Cycles:Thomas Dinges
2013-08-09Fix cycles not rendering with 1x1 resolution anymore, not so common for usersBrecht Van Lommel
2013-08-09Fix cycles passes UI panel to line up better.Brecht Van Lommel
2013-08-09Cycles / Non-Progressive integrator:Thomas Dinges
2013-08-07Fix #36355: cycles render of objects with both duplis and hair would not renderBrecht Van Lommel
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-07* Make MSVC happy. Thomas Dinges
2013-08-07minor edits to float/double conversion suggested by DingToCampbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-06cycles builds with -Wdouble-promotion again.Campbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05Fix #36380: cycles render error with sun lamp that has object scale 0,0,0.Brecht Van Lommel
2013-08-05Cycles OSL: image texture lookup optimization, acquire the per thread handleBrecht Van Lommel
2013-08-05Fix wrong cycles cmake + msvc build flags with relwithdebinfo and minsizerel.Brecht Van Lommel
2013-08-05Code cleanup / Cycles:Thomas Dinges
2013-08-04fix for 2 memory leaks in dualcon library, quite bad since they leaked on eve...Campbell Barton
2013-08-04Support WITH_CXX_GUARDEDALLOC for dualcon libraryCampbell Barton
2013-08-04Cycles / OpenCL:Thomas Dinges
2013-08-04add missing NULL check in RB_dworld_export if fopen fails.Campbell Barton
2013-08-04avoid using MEM_reallocN_id directly, add utility macro for freeing.Campbell Barton
2013-08-04Cycles: Thomas Dinges
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-08-03Cycles / SSS:Thomas Dinges