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-07-29Cleanup: multistatement-macros warningCampbell Barton
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-07-16Fix T52034: cell noise renders different.Brecht Van Lommel
2017-07-02Fix T51951: cell noise texture precision issue at unit vertex coordinates.Brecht Van Lommel
2017-06-23Fix T51845raa
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-11BLI_kdopbvh: add ifdef's for debugging infoCampbell Barton
2017-06-09Math Lib: Add mat3_from_axis_conversion_singleCampbell Barton
2017-06-07gcc5 has issues with WconversionDalai Felinto
2017-06-06BLI: Use C++ guards for stack headerSergey Sharybin
2017-06-02Cleanup: styleCampbell Barton
2017-05-31Task scheduler: Optimize subsequent pushing bunch of tasksSergey Sharybin
2017-05-31Cleanup: Easier to read constant nameSergey Sharybin
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-22Fix wrong comment in BLI_findstringindex (returns 0-based index!).Bastien Montagne
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-16Cleanup: gcc7.1 warningsCampbell Barton
2017-05-06Cleanup: use index syntax instead of additionCampbell Barton
2017-05-06Cleanup: use uint/ushort for polyfill2dCampbell Barton
2017-05-06Cleanup: use const pointers where possibleCampbell Barton
2017-05-06Cleanup: unused return, redundant assignmentsCampbell Barton
2017-05-06Cleanup: line length, use const struct membersCampbell Barton
2017-04-26Ensure task scheduler exists before any threading starts in BlenderSergey Sharybin
2017-04-24Cleanup: styleCampbell Barton
2017-04-24BLI_dynstr: add memarena-based version, and helper to clear without freeing.Bastien Montagne
2017-04-21Docs: diagram for reflect_v3_v3v3Campbell Barton
2017-04-20Docs: move note (was mixed up)Campbell Barton
2017-04-18Cleanup: missing headersCampbell Barton
2017-04-17BLI: make BLI_make_existing_file() return true on success, and false on failu...Bastien Montagne
2017-04-17Fix build error on Windows introduced in D2425Alexander Romanov
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-13Task scheduler: Fix typo in TLS for pools created from non-main threadSergey Sharybin
2017-04-12Task scheduler: Prevent race condition for the pools created from non-main th...Sergey Sharybin
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-04-04Task: Remove non-atomic pool suspended flag assignmentSergey Sharybin
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-12Comments: minor clarificationCampbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
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