Blender Git Statistics -> Branches -> new-filebrowser-preview-temp
"New-filebrowser-preview-temp" branch
Total commits : 8
Total committers : 1
First Commit : October 1, 2015
Latest Commit : October 18, 2015
Commits by Date
Date | Number of Commits | |
---|---|---|
October 18, 2015 | 5 | |
October 17, 2015 | 0 | |
October 16, 2015 | 0 | |
October 15, 2015 | 0 | |
October 14, 2015 | 0 | |
October 13, 2015 | 0 | |
October 12, 2015 | 0 | |
October 11, 2015 | 0 | |
October 10, 2015 | 0 | |
October 9, 2015 | 0 | |
October 8, 2015 | 1 | |
October 7, 2015 | 0 | |
October 6, 2015 | 0 | |
October 5, 2015 | 0 | |
October 4, 2015 | 0 | |
October 3, 2015 | 0 | |
October 2, 2015 | 0 | |
October 1, 2015 | 2 |
Committers
Author | Number of Commits |
---|---|
Bastien Montagne | 8 |
Popular Files
Filename | Total Edits |
---|---|
task.c | 4 |
filelist.c | 3 |
volume_precache.c | 2 |
mask_draw.c | 2 |
editarmature_retarget.c | 2 |
mesh_evaluate.c | 2 |
particle.c | 2 |
scene.c | 2 |
imageprocess.c | 2 |
clip_ops.c | 2 |
Latest commits
October 18, 2015, 16:32 (GMT) |
Address Brecht's review, mainly: * Simplifies handling of 'background fallback thread' in scheduler * Add note (and debug check) that background pools do not get created recursively (from other task pools). |
October 18, 2015, 13:19 (GMT) |
Cleanup: factorize task data freeing into own func, much less verbose that way. |
October 18, 2015, 13:09 (GMT) |
On second thought, add a new API func to create a 'background' task pool. Will make the patch less verbose since it avoids changing existing code. |
October 18, 2015, 12:54 (GMT) |
Merge branch 'master' into new-filebrowser-preview-temp |
October 18, 2015, 10:55 (GMT) |
Merge branch 'master' into new-filebrowser-preview-temp |
October 8, 2015, 13:32 (GMT) |
Merge branch 'master' into new-filebrowser-preview-temp |
October 1, 2015, 18:44 (GMT) |
BLI_task: add optional 'forced background' behavior to pools, and freefunc to tasks. Currently, task scheduler in mono-threaded context do not have any worker thread, which means you have to 'work_and_wait' on a pool to get its tasks done in this context. This is not suitable for that are to be done in a complete asynchronous, background fashion, so this commit adds: * One worker thread to scheduler in case none is created by default; * That worker thread only execute tasks from pools which have relevant option set (so-called 'forced background' pools). This commit also adds an optional freefunc callback to tasks, in case we need more sofisticated behavior that a mere MEM_freeN... |
October 1, 2015, 18:44 (GMT) |
FileBrowser Preview: Rework code to make proper usage of tasks, pool and scheduler. So now each and every preview is a task, this allows us to get rid of quite a bit of stuff. We still need a 'done' queue though (otherwise we'd need to directly update cached entries from thread/task, which is absolutely not desired!). |
MiikaHweb - Blender Git Statistics v1.06