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
2017-04-04Task: Remove non-atomic pool suspended flag assignmentSergey Sharybin
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-24BLI_path_util: Add BLI_path_joinCampbell Barton
2017-03-23BLI_path_util: Add string versions of SEP, ALTSEPCampbell Barton
2017-03-22Cleanup: remove BLI_getlastdirCampbell Barton
2017-03-22BLI_path_util: add BLI_path_name_at_indexCampbell Barton
2017-03-12Merge branch 'master' into blender2.8Campbell Barton
2017-03-12Comments: minor clarificationCampbell Barton
2017-03-11Merge branch 'master' into blender2.8Campbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-09Merge branch 'master' into blender2.8Campbell Barton
2017-03-09New util function: BLI_listbases_swaplinksDalai Felinto
2017-03-08Rename BLI_rct*_init_pt_size -> radiusCampbell Barton
2017-03-08Fix T50886: Blender crashes on renderSergey Sharybin
2017-03-07Task scheduler: Add concept of suspended poolsSergey Sharybin
2017-03-07Task scheduler: Initial implementation of local tasks queuesSergey Sharybin
2017-03-07Task scheduler: Use real pthread's TLS to access active thread's dataSergey Sharybin
2017-03-07Task scheduler: Refactor the way we store thread-spedific dataSergey Sharybin
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-06Task scheduler: Cleanup, use BLI_assert() instead of assert()Sergey Sharybin
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-03-03Fix own previous commit, sorry about that :(Bastien Montagne
2017-03-03Get rid of `BLI_task_pool_stop()`.Bastien Montagne
2017-03-03Fix ugly mistake in BLI_task - freeing while some tasks are still being proce...Bastien Montagne
2017-03-03Cleanup: IndentationSergey Sharybin
2017-03-02Merge branch 'master' into blender2.8Julian Eisel
2017-03-02Threads: Use atomics instead of spin when entering threaded mallocSergey Sharybin
2017-03-01Task scheduler: Remove query for the pool's number of threadsSergey Sharybin
2017-03-01Merge branch 'master' into blender2.8Campbell Barton
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-02-27Merge branch 'master' into blender2.8Luca Rood
2017-02-26Cleanup: minor changes to array_storeCampbell Barton
2017-02-23Merge branch 'master' into blender2.8Bastien Montagne
2017-02-20OpenGL immediate mode: interface_widgets.cClément Foucault
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-15Comments: notes on polyfill2d, minor correctionsCampbell Barton
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-09Change ITER_BEGIN to work in C++ (include object type in the macro)Dalai Felinto
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-07PIL_time_utildefines: also show total time in TIMEIT_AVERAGED.Bastien Montagne
2017-02-06Add shortcuts for unsigned int, short, long and charSergey Sharybin
2017-02-06C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-29New math_geom function `isect_ray_aabb_v3_simple`Germano Cavalcante
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne