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
2020-07-30EEVEE: GLSL refactor/cleanupClément Foucault
2019-09-05Eevee: Shadow map refactorClément Foucault
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-16Fix T60803 Artifacts with SSR + Reflection Plane + 0 roughnessClément Foucault
2019-03-16Fix T55620 Artifacts with SSR and planar reflectionClément Foucault
2019-03-12Eevee: Planar Ref.: Invert view matrix to remove triangle front face flipClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-11Eevee: Prepare for fullres tracingClément Foucault
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-01Eevee: Fix raytracing.Clément Foucault
2018-01-22Eevee: Put all constant uniforms in a global UBO.Clément Foucault
2017-10-25Eevee: Fix T53095: Black cube on start and no material updatesClément Foucault
2017-10-12Eevee: Contact Shadows: Fix remaining artifacts.Clément Foucault
2017-10-07Eevee: Modify the raycast function to be more flexible.Clément Foucault
2017-09-25Eevee: Fix SSR in orthographic view.Clément Foucault
2017-08-10Eevee: SSR: Refine Raytrace Algorithm.Clément Foucault
2017-08-10Eevee: Correct Mipmap texel alignment.Clément Foucault
2017-07-31Eevee: SSR: Rewrote the raytracing algorithm.Clément Foucault
2017-07-25Eevee: SSR: Add support for planar probes.Clément Foucault
2017-07-24Eevee: SSR: Refactor multiple rays. Plus other changes...Clément Foucault
2017-07-24Eevee: SSR: Add two hit option.Clément Foucault
2017-07-24Eevee: SSR: Small fixesClément Foucault
2017-07-24Eevee: SSR: Use noise to dither the stride banding.Clément Foucault
2017-07-24Eevee: SSR: Add stride and thickness parameters.Clément Foucault
2017-07-24Eevee: SSR: Don't block the ray if tracing behind object.Clément Foucault
2017-07-24Eevee: SSR: Make raymarch step bigger.Clément Foucault
2017-07-24Eevee: SSR: Add simple raytracing.Clément Foucault