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-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-30Fix uninitialized memory use in GLDrawListCampbell Barton
2021-04-23macOS: Fix unknown -Wsuggest-override warningAnkit Meel
2021-04-13Fix T78803: Bad widget drawing with the R600g driverOmar Emara
2021-04-09Cleanup: use nullptr.Jeroen Bakker
2021-04-09GPU: Enable suggest-override for CPP.Jeroen Bakker
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-08Fix T87107 EEVEE: Principled BSDF doesn't handle negative specularClément Foucault
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-03-18Cleanup: spellingCampbell Barton
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-14EEVEE: Specular Occlusion: Avoid overdarkening on smooth surfacesClément Foucault
2021-03-13EEVEE: Fix wrong sss component being affected by alphaClément Foucault
2021-03-08EEVEE: Ambient Occlusion: Add sample parameter support for the AO nodeClément Foucault
2021-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-03-01Fix T84658: Anisotropic BSDF - most modes not using Screen SpacePhilipp Oeser
2021-02-24Fix line width broken for consecutive line draw callsJulian Eisel
2021-02-24Fix T85939: Eevee Specular BSDF shader compile errorJeroen Bakker
2021-02-22Fix Principled BSDF specular color for black base colorPascal Schön
2021-02-21Cleanup: EEVEE: change cameraVec macro to cameraVec(P)Clément Foucault
2021-02-21EEVEE: Ambient Occlusion Node: Support inverted and distance parametersClément Foucault
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-21EEVEE: Ambient Occlusion: RefactorClé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: Update LUT GGX generation shaderClément Foucault
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-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03GL: Improve framebuffer error message by adding framebuffer nameClément Foucault
2021-02-03Merge branch 'blender-v2.92-release'Clément Foucault
2021-02-03Fix T85314 GPU: Drawlist submit data overflows.Clément Foucault
2021-02-02macOS: fix warning about unkown GPU with Apple M1 chipBrecht Van Lommel