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-05-31Merge branch 'master' into blender2.8Sergey Sharybin
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-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-22Merge branch 'master' into blender2.8Bastien Montagne
2017-05-22Fix wrong comment in BLI_findstringindex (returns 0-based index!).Bastien Montagne
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-05-16Merge branch 'master' into blender2.8Campbell Barton
2017-05-16Cleanup: gcc7.1 warningsCampbell Barton
2017-05-15Mesh Batch Cache: get rid of the ORCO VBO data, and reconstruct it in shader.Clément Foucault
2017-05-15Mesh Batch Cache: Define Compressed format for shading data.Clément Foucault
2017-05-12Use static assert in Clay engine to ensure struct alignmentSergey Sharybin
2017-05-08Merge branch 'master' into blender2.8Julian Eisel
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-06Merge branch 'master' into blender2.8Campbell Barton
2017-05-06Cleanup: unused return, redundant assignmentsCampbell Barton
2017-05-06PyAPI: Remove bpy.app.handlers.scene_updateCampbell Barton
2017-05-06Cleanup: line length, use const struct membersCampbell Barton
2017-05-04Remove cpackCampbell Barton
2017-04-26Merge branch 'master' into 28Campbell Barton
2017-04-26Ensure task scheduler exists before any threading starts in BlenderSergey Sharybin
2017-04-26BLI_math: add helper function to extract XY 2D scale from a 4D matrix.Bastien Montagne
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-24BLI_dynstr: add memarena-based version, and helper to clear without freeing.Bastien Montagne
2017-04-21Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-21Docs: diagram for reflect_v3_v3v3Campbell Barton
2017-04-20Merge branch 'master' into 28Campbell Barton
2017-04-20Docs: move note (was mixed up)Campbell Barton
2017-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-18Revert "Object Info node support for GLSL mode and the internal render"Dalai Felinto
2017-04-18Cleanup: missing headersCampbell Barton
2017-04-18Object Info node support for GLSL mode and the internal renderAlexander Romanov
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-14Merge branch 'master' into blender2.8Bastien Montagne
2017-04-13Task scheduler: Fix typo in TLS for pools created from non-main threadSergey Sharybin
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-12Task scheduler: Prevent race condition for the pools created from non-main th...Sergey Sharybin
2017-04-09Merge branch 'master' into blender2.8Campbell Barton
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-04-04Merge branch 'master' into blender2.8Sergey Sharybin