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-07-23svn merge ^/trunk/blender -c58374 -c58406 -c58422 -c58427 -c58436 -c58440 -c5...v2.68aCampbell Barton
2013-07-18* Fix a typo in code. Thomas Dinges
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16fix [#36157] Memory Leak in GHOST_DropTargetX11Campbell Barton
2013-07-15clang/cmake - quiet warnings for external libs and reference moto as a system...Campbell Barton
2013-07-14Fix a few issues found by coverity code scan in cycles code, nothing that causedBrecht Van Lommel
2013-07-14Fix some unnecessary memory allocation slowness in cycles mesh export.Brecht Van Lommel
2013-07-12UI / Cycles:Thomas Dinges
2013-07-11Fix #36091: external render engines like Luxrender don't work well with the saveBrecht Van Lommel
2013-07-10Fix #36053: slow GPU render with panorama camera + depth of field.Brecht Van Lommel
2013-07-10Fix #36080: fix cycles crash with certain group node setups, accessing freedBrecht Van Lommel
2013-07-09Fix #36064: cycles direct/indirect light passes with materials that have zeroBrecht Van Lommel
2013-07-09Fix #35969: blender internal and cycles not updating mesh while in edit mode.Brecht Van Lommel
2013-07-07Arrempt to fix Cycles compilation with ClangSergey Sharybin
2013-07-07Fix #36037: cycles from dupli generated texture coordinates were wrong, shouldBrecht Van Lommel
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-07-03Fix cycles world ray visibility not working correct with multiple importanceBrecht Van Lommel
2013-06-28Fix #35904: on Windows force NVidia Optimus, which does automatic graphicsBrecht Van Lommel
2013-06-28Fix #35896: cycles crash with OSL image textures and viewport + preview renderBrecht Van Lommel
2013-06-27Cycles / Ramp closures:Thomas Dinges
2013-06-27Code cleanup / Cycles:Thomas Dinges
2013-06-27Fix #35890: memory leak in OS X ghost locale detection.Brecht Van Lommel
2013-06-27fix for zero length normalize before scanfill for meshes and other minor chan...Campbell Barton
2013-06-27Cycles:Thomas Dinges
2013-06-27Code cleanup: cyclesBrecht Van Lommel
2013-06-27* Comment out change from r57790 to fix compilation for now. Thomas Dinges
2013-06-27Cycles / Brick texture:Thomas Dinges
2013-06-27Cycles / SSE2:Thomas Dinges
2013-06-26Fix Cycles OpenCL issue if context/program creation fails, mistake by me,Brecht Van Lommel
2013-06-25Fix #35546: clicking cycles "Use Nodes" did not do a proper undo push, due toBrecht Van Lommel
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-24Fix [#35852], hide Cycles sampling pattern menu, when using GPU. Thomas Dinges
2013-06-23Fix #35847: cycles group nodes did not work well exposing inputs like normal orBrecht Van Lommel
2013-06-22Cycles: ensure any SSE data is allocated 16 byte aligned, happens automaticallyBrecht Van Lommel
2013-06-22Cycles OSL: don't set optimize=2 option in OSL shading system, this is alreadyBrecht Van Lommel
2013-06-22style cleanupCampbell Barton
2013-06-21Fix #35812: cycles image texture node not doing proper alpha handling of PNGBrecht Van Lommel
2013-06-21Cycles OpenCL: make displacement and world importance sampling work.Brecht Van Lommel
2013-06-21Fix #35804: NVidia OpenCL render issue after sampler changes, workaround what...Brecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20Cycles: update build configurations to include CUDA sm_35 architecture. When ...Brecht Van Lommel
2013-06-20Fix for [#35230] CPU freeze at playback after cutting/deleting/duplicating au...Joerg Mueller
2013-06-19Cycles: optimized SSE BVH traversal now also works with SSE2 CPUs, so all theBrecht Van Lommel
2013-06-19Cycles: prepare to make CUDA 5.0 the official version we useBrecht Van Lommel
2013-06-19Fix for Debug build on MSVC2008 and MSVC2012 after Cycles Kernel optimization:Jürgen Herrmann
2013-06-19Cycles / UI:Thomas Dinges
2013-06-18Fix cycles crash on some processors. We actually need S-SSE3 support for thisBrecht Van Lommel
2013-06-18Cycles: attempt to fix internal compile error with some visual studio buildsBrecht Van Lommel
2013-06-18Cycles BVH Build fix for MSVC 2012.Jürgen Herrmann