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-06-21Cleanup: remove unneeded code in eevee_bloom.Jeroen Bakker
2022-06-21Fix T98972: EEVEE Bloom Pass Outputs Final Image Instead of Bloom.Jeroen Bakker
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2020-09-01Cleanup: EEVEE bloom shadersJeroen Bakker
2020-03-30EEVEE: Bloom: Fix inverted source and base bufferClément Foucault
2020-03-22Cleanup: use static declarationCampbell Barton
2020-02-21EEVEE: Render PassesJeroen Bakker
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClé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-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
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-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-03-25DRW: Rename DRW_shgroup_uniform_buffer into DRW_shgroup_uniform_texture_refClément Foucault
2018-03-25GPUFramebuffer: Refactor (Part 2)Clément Foucault
2018-03-16Code cleanup: fix various compiler warnings on clang/macOS.Brecht Van Lommel
2018-02-07GPU: Remove Mesa + Vega hack.Clément Foucault
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Cleanup: line length, right shiftCampbell Barton
2017-11-20Cleanup: BLI headers firstCampbell Barton
2017-11-01Eevee: Effects: Split each effect in it's own file.Clément Foucault