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-27Geometry Nodes: make field links thinner than other linksJacques Lucke
2021-09-27FIX: T91697 Eevee Generated texture coordinates completly missingLasse Foster
2021-09-24Nodes: make dot in socket shape circularJacques Lucke
2021-09-24Cleanup: clang formatPhilipp Oeser
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-23Cleanup: Remove hardcoded values and rename keyframe shape shadersDalai Felinto
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-13GPUShader: Expose name for debugging & identifying shadersJon Denning
2021-09-06Fix crash drawing hair with older GPUs.Jeroen Bakker
2021-08-31Cleanup: Added const keywork to GPU_viewport_colorspace_set.Jeroen Bakker
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-17Cleanup: clang tidyJacques Lucke
2021-08-17Cleanup: clang-formatCampbell Barton
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-13Fix FTBFS on mips64el architectureMatteo F. Vescovi
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-11Cleanup: clang-formatCampbell 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-10Silensed compilation warning in gpu test case.Jeroen Bakker
2021-08-04Fix T90427: Center View to Mouse brokenGermano Cavalcante
2021-08-04Fix transparent faces on certain AMD cardsGavin Li
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Cleanup: spellingCampbell Barton
2021-07-30Cleanup: clarify license and origin of voronoi and dithering codeBrecht Van Lommel
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: 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