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-03-03EEVEE: Deferred: Large refactorClément Foucault
2022-02-15Merge branch 'master' into eevee-rewriteClément Foucault
2022-02-06EEVEE: Fix float4x4 usageClément Foucault
2022-02-03EEVEE: Fix shader compilations issues, resource bindings & namingClément Foucault
2022-02-02EEVEE: Finish implementing GPUShaderCreateInfo and fix compilationClément Foucault
2022-01-27EEVEE: Make use of float4x4 instead of float[4][4] and rename vectorsClément Foucault
2022-01-27EEVEE: Make use of new DRW_gpu_wrapper.hh instead of eevee_wrapper.hhClément Foucault
2022-01-27Merge branch 'draw-viewport-data' into eevee-rewriteClément Foucault
2021-11-09EEVEE: Shadow: Implement Virtual ShadowmappingClément Foucault
2021-11-05EEVEE: Raytracing: Add denoise and move raytrace passes to raytracing module.Clément Foucault
2021-09-29EEVEE: Fix crash when destroying the Instance (in debug build)Clément Foucault
2021-08-25EEVEE: LightGrid: Fix divide by zero leading to wrong world lightingClément Foucault
2021-06-06EEVEE: Patch lightprobe and light modules to handle zero lights/probesClément Foucault
2021-06-05EEVEE: Lookdev: Add back lighting supportClément Foucault
2021-06-04EEVEE: LightCache: Fix broken visibility samplingClément Foucault
2021-06-04EEVEE: LightCache: Fix broken light bounceClément Foucault
2021-06-04EEVEE: Fix world probe rendering objectsClément Foucault
2021-06-04EEVEE: Remove light specular during baking & fix bounce lightClément Foucault
2021-06-03EEVEE: LightProbe: Fix light cache display visibility without overlaysClément Foucault
2021-06-03EEVEE: LightProbe: Fix level bias and visibility filteringClément Foucault
2021-06-03EEVEE: Fix irradiance smoothing wrongClément Foucault
2021-06-03EEVEE: LightCache: Port back cache DisplayClément Foucault
2021-06-03EEVEE: LightCache: Port bakingClément Foucault
2021-05-31EEVEE: LightProbe: Finish loading and rendering of lightcacheClément Foucault
2021-05-30EEVEE: Lightprobe: Add back lightprobe rendering support for world.Clément Foucault
2021-05-30EEVEE: Lightprobe: Port back lightprobe filteringClément Foucault
2021-05-28EEVEE: Lightprobe: Add simple world probe rendering and downsamplingClément Foucault