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
2019-05-14Eevee: Replace DRW_shgroup_empty_tri_batch_create by procedural callsClément Foucault
2019-05-14Cleanup: Eevee: Make planar downsampling not use instance drawingClément Foucault
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-04Fix T63108 Eevee: Wrong Reflection plane matrix if camera view is not centeredClément Foucault
2019-04-03Reset background alpha for probe rendering.Alexander Court
2019-03-28Eevee: Fix reflection plane weird behavior when comming from lookdev modeClément Foucault
2019-03-20Fix T60190 Z-fighting with (Culled) BackfaceClément Foucault
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-20Fix T59719 Bake Indirect Lighting doesn't update env map reflectionClément Foucault
2019-03-13Fix T60902 Eevee: Environment texture partially visible on transp. renderClément Foucault
2019-03-12Eevee: Planar Ref.: Invert view matrix to remove triangle front face flipClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2019-01-21Cleanup: rename terms count/num to lenCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-11-22Eevee: Reflection Plane: Small UI fix and invert facing fadingClément Foucault
2018-11-16Fix crash when rendering a scene first and then goes to eevee preview modes a...mano-wii
2018-11-15Eevee: Add Filter Quality settingClément Foucault
2018-11-15Eevee: Add Glossy Reflection clampingClément Foucault
2018-11-15Eevee: Add irradiance smoothingClément Foucault
2018-11-08Eevee: Add partial support for the Light Path NodeClément Foucault
2018-10-28Eevee: Implement jittered soft shadowmapClément Foucault
2018-10-19Eevee: LightProbes: Fix negative paddingClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-10Fix T56627: Crash because of incomplete LightCacheClément Foucault
2018-08-02Eevee: Don't show probe display when not using scene lightingClément Foucault
2018-08-02Eevee: Fix missing UBO bind.Clément Foucault
2018-08-02Eevee: Fix missing UBO binds.Clément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-12Cleanup: style, duplicate headerCampbell Barton
2018-07-11Eevee: LightCache: Fix autobake starting when it should notClément Foucault
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-07-04Eevee: Fix incorrect padding in octahedral mappingClément Foucault
2018-07-03Cleanup: typosCampbell Barton
2018-05-29EEVEE: LookDev fadeout to the world horizon colorJeroen Bakker
2018-05-28EEvEE: LookDevJeroen Bakker
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-17Move EEVEE properties into sceneDalai Felinto