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-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: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
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-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06GPU: Fix crash when using EGL with --gpu-debug flag.Jeroen Bakker
2021-07-05Cleanup: use const argumentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: clang-formatCampbell Barton
2021-06-29Cleanup: GPU Shader Log Parsing.Jeroen Bakker
2021-06-29Fixed issue in previous commit.Jeroen Bakker
2021-06-29Fix T89405: Viewport Render Preview glitching (AMD)Jeroen Bakker
2021-06-28GPU: Refactored +cleanup compilation log parsing.Jeroen Bakker
2021-06-28GPU: Separate compiler log from shader.Jeroen Bakker
2021-06-28Fix: Crash Requesting GPU_SHADER_GPENCIL_FILL builtin shader.Jeroen Bakker
2021-06-28GPU: Testcases for builtin shaders.Jeroen Bakker
2021-06-28Cleanup GPU/Draw test cases.Jeroen Bakker
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22UI: Fix widget emboss: Also fade on the right sideLeon Leno
2021-06-18Cleanup: clang-tidyCampbell Barton
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-08Revert "Cleanup: use cpp new/delete."Jeroen Bakker
2021-06-08Cleanup: use cpp new/delete.Jeroen Bakker
2021-06-07Fix T77651: Black screen on Blender startup on ChromeOSGermano Cavalcante
2021-06-07GPUIndexBuf: Find the minimum and maximum index through the builderGermano Cavalcante
2021-06-04Nodes: Add Multiply Add to Vector Math nodesCharlie Jolly
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-27Cleanup: inconsistent parameter nameJacques Lucke
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-21Cleanup: spellingLeon Zandman
2021-05-21Fix T88227: Eevee not working on AMD 535 cards.Jeroen Bakker
2021-05-21Eevee Wavelength Node SupportIyad Ahmed
2021-05-19Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-19EEVEE: Subsurface Node: Fix inverted texture blur inputClément Foucault
2021-05-19Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-19EEVEE: Geometry info -> tangent: Make consistent with Cycles for hairMikhail Matrosov
2021-05-17Cleanup: missing declaration warningCampbell Barton