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
2021-09-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-02Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-31Cleanup: Added const keywork to GPU_viewport_colorspace_set.Jeroen Bakker
2021-08-25commit prior to small cleanupJoseph Eagar
2021-08-17Cleanup: clang tidyJacques Lucke
2021-08-17Sculpt dyntopo: remove debug ATTR_NO_OPT'sJoseph Eagar
2021-08-17Sculpt dyntopoJoseph Eagar
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-16Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-11Cleanup: trailing space, remove BOMCampbell Barton
2021-08-11Fix 'GPU_matrix_unproject_3fv' not working with out-of-bounds pointsGermano Cavalcante
2021-08-08Sculpt Dyntopo: PBVH draw fixesJoseph Eagar
2021-08-06Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-08-06Dyntopo sculpt: add dev operator to debug memory cache coherencyJoseph Eagar
2021-08-04Fix T90427: Center View to Mouse brokenGermano Cavalcante
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Cleanup: spellingCampbell Barton
2021-07-30Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Sculpt dyntopo: Removed triangle limit for PBVH_BMESHJoseph Eagar
2021-07-17Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-16Fix T89782: Segfault populating popup menu with dimensions above the opengl l...Germano Cavalcante
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-11Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-05Cleanup: use const argumentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Sculpt dyntopo: Add support for multiple materials to dyntopoJoseph Eagar
2021-06-29Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-29Cleanup: clang-formatCampbell Barton
2021-06-29Cleanup: GPU Shader Log Parsing.Jeroen Bakker
2021-06-28GPU: Refactored +cleanup compilation log parsing.Jeroen Bakker
2021-06-28GPU: Separate compiler log from shader.Jeroen Bakker
2021-06-26Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Sculpt Dyntopo: fix bug in dyntopo brush spacing.Joseph Eagar
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-21Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-11Refactor: use 'BLI_task_parallel_range' in Draw CacheGermano Cavalcante
2021-06-11Refactor: Draw Cache: use 'BLI_task_parallel_range'Germano Cavalcante
2021-06-08GPU: Thread safe index buffer builders.Jeroen Bakker
2021-06-08Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-06-07GPUIndexBuf: Find the minimum and maximum index through the builderGermano Cavalcante
2021-06-01GPU: add 2D projection functionCampbell Barton