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-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-07GPUIndexBuf: Find the minimum and maximum index through the builderGermano Cavalcante
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
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-21Eevee Wavelength Node SupportIyad Ahmed
2021-05-14Python GPU: New 'platform' moduleGermano Cavalcante
2021-05-14Python GPU: New 'capabilities' moduleGermano Cavalcante
2021-05-06Cleanup: spellingCampbell Barton
2021-05-03Cleanup: spellingCampbell Barton
2021-05-03Cleanup: clang-tidyJacques Lucke
2021-05-01Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-01Fix T86450: Random dark UI elements when redrawingCampbell Barton
2021-04-30Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFEREN...Germano Cavalcante
2021-04-30Python GPU: Add new methods to port the code templates in the manualGermano Cavalcante
2021-04-30Python GPU: Add reference of PyObject GPU object to the GPU object itselfGermano Cavalcante
2021-04-30Cleanup: use const variablesCampbell 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