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-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for drawCampbell Barton
2019-03-23Eevee: Opti: Don't consider lights that have no powerClément Foucault
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-13Fix T59448: Eevee broken Area Light shadows for square and rectange shapeClément Foucault
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from 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-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-11-15Eevee: Add Light Threshold valueClément Foucault
2018-11-15Eevee: Cleanup: Fix wrong sun area light power calculationClément Foucault
2018-11-15Eevee: Make sun power match cycles better.Clément Foucault
2018-11-12Eevee: Fix ESM not working after a certain distanceClément Foucault
2018-11-12Eevee: Fix lamps shadows not updating correctlyClément Foucault
2018-11-08Eevee: Add partial support for the Light Path NodeClément Foucault
2018-10-31Eevee: Fix compilation issue cause by cleanupClément Foucault
2018-10-31Eevee: Cleanup: Remove TODOs about MSMClément Foucault
2018-10-29Eevee: Fix Sun soft shadows not starting at first sampleClément Foucault
2018-10-29Cleanup: styleCampbell Barton
2018-10-28Eevee: Implement jittered soft shadowmapClément Foucault
2018-10-09Eevee: Lights: Bump the minimum area light sizeClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-10Eevee: Fix assert when using transparent shadowsClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-16Eevee: Add debug visual for Cascaded Shadow MapsClément Foucault
2018-07-16Eevee: Fix Cascaded Shadow Maps glitchesClément Foucault
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-03Cleanup: typosCampbell Barton
2018-06-05Eevee: Improve load time.Clément Foucault
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-24Cycles/Eevee: Implement disk and ellipse shapes for area lampsLukas Stockner
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-05-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-05-04Eevee: Shadows: Don't allocate more CSM layer than we need.Clément Foucault
2018-05-04Eevee: Fix Cascaded shadow map calculation.Clément Foucault