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-09-05Fix T81002: Images drawn with the Python gpu module no longer draw on top in ...Germano Cavalcante
2022-06-02Cleanup: DRW: Added basic_ prefix to all *.glsl files in basic/shadersClément Foucault
2022-05-01External Engine: Reuse depth only shader from Basic engineClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Fix crash when switching back from render preview.Jeroen Bakker
2021-12-07DrawManager: Engine Instance Data.Jeroen Bakker
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2020-10-22DRW: Fix custom engine not being BGL safeClément Foucault
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-24Cleanup: unused struct membersCampbell Barton
2020-06-03Cleanup: DRW: Remove builtin 3D only shader usageClément Foucault
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-14Fix T76729: Particle Hair Get Occluded by OverlaysJeroen Bakker
2020-03-20Python API: add bl_use_stereo_viewport for RenderEngineBrecht Van Lommel
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-11DRW: Color Management improvementClément Foucault
2020-01-23Fix T69121 DRW: Missing depth buffer refresh with GPencil + CyclesClément Foucault
2019-09-19Fix T67471: hidden particle emitter occludes in Cycles rendered viewportBrecht Van Lommel
2019-06-02Fix T65185: Cycles viewport render no refreshing overlays properlyBrecht Van Lommel
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-27Fix annotations not drawing correctly on Cycles rendered viewBrecht Van Lommel
2019-05-22DRW: Remove some usage of DRW_viewport_matrix_getClément Foucault
2019-05-16Cycles: Fix missing viewport updates after recent changesSergey Sharybin
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-05-02DrawManager: External Engine Depth BufferJeroen Bakker
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-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: add trailing commasCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-24DRW: use clipping for depth bufferCampbell 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-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-05-30Render API: rename some API functions back to earlier names.Brecht Van Lommel
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto