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
AgeCommit message (Expand)Author
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-01svn merge -r41371:41420 ^/trunk/blenderCampbell Barton
2011-10-31Fix #29084: material/texture nodes crash introduced in 2.60, execdata is beingBrecht Van Lommel
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Dynamic Paint:Miika Hamalainen
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40405:40431Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-06-22BLI_init_threads/BLI_end_threads with NULL listbase now raises thread levelBrecht Van Lommel
2010-05-27Fix #22401: BLI_thread_is_main function does not work properly onBrecht Van Lommel
2010-04-26Two bugfixes from the render branch:Brecht Van Lommel
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-16Fixes for thread related render / compositing crashes:Brecht Van Lommel
2010-03-12Fix crash in compositing nodes, due to threading problem.Brecht Van Lommel
2010-03-09Mac + OpenMP + pthreads workaround: recent commit broke compile, justBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-28- change max threads from 8 to 64, need to keep an eye on stack memory use here.Campbell Barton
2010-01-23Thread queue: use _ftime to get current time on windows, same asBrecht Van Lommel
2010-01-23accidentally commited a patch that modifies wait_timeout, which I've not thou...Joseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-03Fix thread hanging problem (mostly seen with material preview, but that sneak...Martin Poirier
2009-06-072.5Ton Roosendaal
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-10-01Bug fixingMartin Poirier
2008-09-26Keep persistent results for retargeting. Easier weight adjustement.Martin Poirier
2008-08-17ThreadedWorkerMartin Poirier
2008-08-15Add a function to join thread by index in the thread list.Martin Poirier
2008-03-20test commit: fix autothreads on irixStefan Gartner
2008-02-21made auto threads default (noob's get faster renders in their dual core CPU's)Campbell Barton
2008-02-20making auto detection of threads working on Os XJean-Luc Peurière
2008-02-20* Added include for auto-threads to compile on WindowsMatt Ebb
2008-02-20added win32 check for number of processors, but cant test.Campbell Barton
2008-02-20automatic threads, next to the Threads button, so you can set threads to use ...Campbell Barton