Blender Git Loki
Git Commits -> Revision b2dcff4
Revision b2dcff4 by Clément Foucault (master) June 3, 2020, 14:18 (GMT) |
GPUMaterial: Rework/simplify image texture filtering This use the latest GPUTexture change to use the sampler state to avoid the pole issues instead of using GLSL hacks. This should fix T73942: Eevee mipmaps not respecting border mode. Note that this also fix some discrepencies between cycles and eevee (like boxmapping + clip). |
Commit Details:
Full Hash: b2dcff4c21a645fa16ca39484d206a38944168d2
Parent Commit: 054923c
Lines Changed: +57, -201