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-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
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-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-24EEVEE: Group Timing stats for probe rendering.Clément Foucault
2018-04-24EEVEE: LightProbe: Implement Visibility Group.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-13Eevee: Fix temporal sampling not resetting.Clément Foucault
2018-03-10Eevee: Planar Reflection: Add refraction support for reflected objects.Clément Foucault
2018-03-10Eevee: Add new clipping UBO.Clément Foucault
2018-03-10Eevee: Make use of the new view matrix UBO.Clément Foucault
2018-03-10DRW: Change clip planes API.Clément Foucault
2018-03-10Eevee: Probes: Fix last planar reflections remaining after deletion.Clément Foucault
2018-03-10Eevee: Probes: Add culling for planar probes.Clément Foucault
2018-03-10Eevee: Planar: Add transparent objects.Clément Foucault