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
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-12-24Formatting edits <120 length linesCampbell Barton
2011-12-23Another Fix after Cucumber Merge:Thomas Dinges
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22Cycles: support for multiple render layers. It currently renders each layerBrecht Van Lommel
2011-12-22Cycles: code refactoring, to do render layer visibility test a bit different,Brecht Van Lommel
2011-12-21Cycles: some small code refactoring related to buffer parameters.Brecht Van Lommel
2011-12-20Cycles/CUDA:Thomas Dinges
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-12-20Cycles: avoid using float3 in kernel constant memory, just so we're sure alig...Brecht Van Lommel
2011-12-20Cycles: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
2011-12-19Fix #29653: fix wrong cycles depth of field distance when rendering with aBrecht Van Lommel
2011-12-19OS X: add BLENDER_SOFTWAREGL environment variable to force using software OpenGLBrecht Van Lommel
2011-12-18Generalized node groups for Cycles.Lukas Toenne
2011-12-17Cycles Gamma NodeDalai Felinto
2011-12-16Normal Node - CyclesDalai Felinto
2011-12-15Fix #29233: Windows accessibility feature "sticky keys" for disabled people n...Brecht Van Lommel
2011-12-14Fix for Jens commit, otherwise OSX will crash without Jack as soon as audio a...Joerg Mueller
2011-12-14Cleanup for 42622 using struct stat instead boostJens Verwiebe
2011-12-14OSX: Add a framework-check for Jack to avoid crashesJens Verwiebe
2011-12-13Fix cycles compile for win32.Miika Hamalainen
2011-12-13Fix #29594: cycles NaN values with window coordinates mapping.Brecht Van Lommel
2011-12-13Cycles: require Experimental to be set to enable CUDA on cards with shader modelBrecht Van Lommel
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-12-09Fix #29555: cycles crash rendering with no material in material slot.Brecht Van Lommel
2011-12-09Fix #29528: crash adding subsurf modifier in a particular scene with viewport...Brecht Van Lommel
2011-12-08Scons/CUDAThomas Dinges
2011-12-07correct missing argument error if CYCLES_OPTIMIZED_KERNEL_FLAGS isnt setCampbell Barton
2011-12-06Cycles / CUDA Kernel compile:Thomas Dinges
2011-12-06Cycles: scons cuda kernel compile now does one kernel at a time, to reduce me...Brecht Van Lommel
2011-12-06remove invalid NULL checks from own recent commit and minor pep8 edits.Campbell Barton
2011-12-05Cycles:Brecht Van Lommel
2011-12-04Fix compile issue on windows, broke this trying to fix for mac.Brecht Van Lommel
2011-12-04Invert Color Cycles NodeDalai Felinto
2011-12-04Fix cycles compile issue after last commit.Brecht Van Lommel
2011-12-04Fix #29444: cycles problem building BVH with NaN vertices.Brecht Van Lommel
2011-12-03CameraData Input Cycles NodeDalai Felinto
2011-12-02HSV Color Node for CyclesDalai Felinto
2011-12-02Cycles:Brecht Van Lommel
2011-12-02cycles separateRGB: fix for cuda kernel building.Dalai Felinto
2011-12-02SeparateRGB and CombineRGB nodes for Cycles materialsDalai Felinto
2011-12-01CyclesBrecht Van Lommel
2011-11-30Another possible fix for #29301: issue with BVH intersection, reorder code aBrecht Van Lommel
2011-11-29remove header text:Campbell Barton
2011-11-27minor cycles editsCampbell Barton
2011-11-25Fix cycles python error introduced in revision 42138.Brecht Van Lommel
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-24Scons / Cycles:Thomas Dinges