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
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