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-05-01Fix T86450: Random dark UI elements when redrawingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-02-24Fix line width broken for consecutive line draw callsJulian Eisel
2021-02-21GPU: Add define to ouput more context lines for GLSL errorsClément Foucault
2021-02-21GPU: Add RGB10_A2 format supportClément Foucault
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-17Cleanup: spellingCampbell Barton
2021-02-13EEVEE: Refactor closure_lit_lib.glslClément Foucault
2021-02-09Fix T81206: Do not limit gl texture size in image editorJeroen Bakker
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T81334: Python view-port drawing depth-test regressionCampbell Barton
2021-01-26Merge remote-tracking branch 'origin/blender-v2.92-release'Sybren A. Stüvel
2021-01-26Viewport Rendering: Don't clamp when overlays are disabled.Jeroen Bakker
2021-01-21Docs: add note on convention for setting line-widthCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-11Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Ad...Germano Cavalcantemano-wii
2021-01-11Fix typo; Documentation; Expose layer for framebuffer attachament; Add frameb...Germano Cavalcantemano-wii
2021-01-04Fix T84095: Eevee vextex color isn't working with hairJeroen Bakker
2021-01-04GPU: Add HQ normals workaround.Jeroen Bakker
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2020-12-30Cleanup: Use LISTBASE_FOREACH macroPhilipp Oeser
2020-12-18Fix T83625: Shading attribute names cause compilation error.Jeroen Bakker
2020-12-16Fix 3D View is red when using stereoValdemar Lindberg
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-12-04EEVEE: Arbitrary Output VariablesJeroen Bakker
2020-11-30Fix T83203 BGL: shader.program wrongly always returns 0Clément Foucault
2020-11-26GPencil: Cleanup - Remove unused old shadersAntonio Vazquez
2020-11-17Merge branch 'blender-v2.91-release'Richard Antalik
2020-11-17Fix T81827: MacOS lines that should be thick are green insteadClément Foucault
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release' into masterClément Foucault
2020-11-05GPU: Fix valgrind warnings about branching on uninitialized variablesClément Foucault
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov