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
2015-06-19BLI_threads Queue: add `BLI_thread_queue_is_empty()`.Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-06-08Fix T40510, revert openmp thread count to how it was inAntony Riakiotakis
2014-04-17Code cleanup: use boolsCampbell Barton
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-02Fix T38873: Crashing on undo of ocean modifier.Bastien Montagne
2013-12-29Fix T37980: Multiple font objects sharing an external font gives problemsSergey Sharybin
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-10Inline the read Memory Buffer functions for speed optimizations.Jeroen Bakker
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-02-19Change texface draw to always use glShadeModel(GL_SMOOTH), with texface draw.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05Merge with trunk r41545Miika Hamalainen
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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Dynamic Paint:Miika Hamalainen
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-14used private mutexes to avoid deadlocksJoseph Eagar
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-16Fixes for thread related render / compositing crashes:Brecht 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-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-06-082.5Ton Roosendaal
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-02-20automatic threads, next to the Threads button, so you can set threads to use ...Campbell Barton
2006-12-21Fix for threads usage. This solves the hanging 'render baking', cauusedTon Roosendaal
2006-11-29Render Monster support: (part 1)Ton Roosendaal