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-02-18EEVEE: Fix use_scene_lights optionClément Foucault
2022-02-15Merge branch 'master' into eevee-rewriteClément Foucault
2022-01-27EEVEE: Make use of new DRW_gpu_wrapper.hh instead of eevee_wrapper.hhClément Foucault
2022-01-27EEVEE: Make use of DRW_gpu_wrappersClément Foucault
2021-12-04EEVEE: Light: Port light culling to GPUClément Foucault
2021-11-19EEVEE: Shadow: New virtual shadowmap samplingClément Foucault
2021-11-14EEVEE: Shadows: Virtual shadowmap part 2Clément Foucault
2021-11-10EEVEE: Shadow: Add Tilemap lod debug and fix clipmap end distanceClément Foucault
2021-11-09EEVEE: Shadow: Implement Virtual ShadowmappingClément Foucault
2021-11-05EEVEE: Texture: Make ensure function return true if allocation occuredClément Foucault
2021-11-05EEVEE: Raytracing: Add back screen space raytracingClément Foucault
2021-09-29EEVEE: Fix crash when destroying the Instance (in debug build)Clément Foucault
2021-09-15EEVEE: Film: Make smooth transition not rely on dtxl->color persistenceClément Foucault
2021-07-19EEVEE: GBuffer: Change layoutClément Foucault
2021-06-03EEVEE: LightCache: Port bakingClément Foucault
2021-05-28EEVEE: Lightprobe: Add simple world probe rendering and downsamplingClément Foucault
2021-05-26EEVEE: Rework multi material handlingClément Foucault
2021-05-24EEVEE: GPencil: Add basic support for gpencil geometryClément Foucault
2021-04-30EEVEE: Initial implementation of deferred shadingClément Foucault
2021-04-26EEVEE: Shadow: Simplify the shadow moduleClément Foucault
2021-04-23EEVEE: Shadow: Add Point light shadows support backClément Foucault
2021-04-21EEVEE: Fix use after free crashClément Foucault
2021-04-19EEVEE: Light: Add back LTC area lights and lighting functionClément Foucault
2021-04-15EEVEE: Refactor: Split implementation to .cc fileClément Foucault
2021-04-14EEVEE: Lights: Support infinite light countClément Foucault
2021-04-12EEVEE: Motion Blur: Add back post process motion blurClément Foucault
2021-04-10EEVEE: Add wrapper to simplify ubo managmentClément Foucault