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
2022-11-07 Fix T101533: Wrong DoF when a non-camera object is the active cameraMiguel Pozo
2022-03-11Cleanup: fix source typos homogenous->homogeneousBrecht Van Lommel
2022-02-25GPUTexture: Use immutable storageClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-10Cleanup: spellingCampbell Barton
2021-03-02EEVEE: Depth of field: Do not shrink highlights when using overblurClément Foucault
2021-02-17Cleanup: spellingCampbell Barton
2021-02-16Cleanup: spellingCampbell Barton
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-13EEVEE: Depth of field: New implementationClément Foucault
2020-09-02EEVEE: Shader tests for Depth of FieldJeroen Bakker
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-30EEVEE: GLSL refactor/cleanupClément Foucault
2020-06-03DRW: Remove use of builtin matrices and replace by common_view_libClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-07-15Fix T66860 Crash on opening .blend file from 2.79Clément Foucault
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-28Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarityClément Foucault
2019-05-22DrawEngines: Depth Of Field UnitsJeroen Bakker
2019-05-17Cleanup: Eevee: Use DRW_PASS_CREATE macro when possibleClément Foucault
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-05-14Eevee: Replace DRW_shgroup_empty_tri_batch_create by procedural callsClément Foucault
2019-05-01Eevee: Add support for alpha background in viewportClément Foucault
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-16Eevee: DOF: Optimization: Move some operations out of the shaderClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-04EEVEE DoF: Fix runtime error: division by zero when blades was 0Dalai Felinto
2018-10-19Cleanup: compiler warningsCampbell Barton
2018-10-15Eevee: Fix Missing alpha when rendering with DOFClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-05-25Fix eevee render settings not workingDalai Felinto
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-13Eevee: Depht Of Field: Merge Scatter passes together.Clément Foucault