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
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
2007-11-25== Sequencer ==Peter Schlaile
2007-03-19Patch #3126Ton Roosendaal
2006-12-21Fix for threads usage. This solves the hanging 'render baking', cauusedTon Roosendaal
2006-11-28Render Baking upgrade:Ton Roosendaal
2006-09-06Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedallocBrecht Van Lommel
2006-03-13Two fixes in renderpipe...Ton Roosendaal
2006-02-25Replacing SDL threads with pthread.Ton Roosendaal
2006-02-24restored SDL_WaitThread() again, SDL_KillThread() is not OK.Ton Roosendaal
2006-02-20Another attempt to solve linux issues.... now threads get killed inTon Roosendaal
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-11Thread rendering stability commit.Ton Roosendaal
2006-02-02features & fixes:Ton Roosendaal
2006-01-30Created threadsafe MEM_malloc versions in BLI_threads.h, now in useTon Roosendaal
2006-01-29Three-in-one commit:Ton Roosendaal