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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-05-25Fix eevee render settings not workingDalai Felinto
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-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-03-10Eevee: Make use of the new view matrix UBO.Clément Foucault
2018-02-03Eevee: Fix crash when using Ogl render and subsurface.Clément Foucault
2018-02-03Eevee: Subsurface: Release separate albedo texture if not used.Clément Foucault
2018-02-01Eevee: Render: Add Subsurface Pass support.Clément Foucault
2018-01-31Eevee: SSS: Fix SSS perturbating SSR normals.Clément Foucault
2018-01-22Eevee: Put all constant uniforms in a global UBO.Clément Foucault
2017-11-25Eevee: SSS: Add separated Albedo option.Clément Foucault
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22Eevee : SSS : Add Translucency support.Clément Foucault
2017-11-20Cleanup: BLI headers firstCampbell Barton
2017-11-14Eevee: SSS: Add Quality settings.Clément Foucault
2017-11-14Eevee: Initial Separable Subsurface Scattering implementation.Clément Foucault