Blender Git Loki
Git Commits -> Revision a3fcbb5
Revision a3fcbb5 by Jeroen Bakker (master) January 4, 2021, 11:19 (GMT) |
GPU: Add HQ normals workaround. This change makes it possible for platforms to only support high quality normal rendering. This is part of {T82856} where current AMD drivers running on the polaris architecture does not support the low quality setting due to a driver bug. In a next commit the work around will be enabled. |
Commit Details:
Full Hash: a3fcbb54f4b0dac7f9104d5f45c8540e9764e46d
Parent Commit: 02d1f14
Lines Changed: +19, -6
7 Modified Paths:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+2, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+3, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+4, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_volume.c (+3, -1) (Diff)
/source/blender/gpu/GPU_capabilities.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities.cc (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities_private.hh (+1, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+3, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+4, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl_volume.c (+3, -1) (Diff)
/source/blender/gpu/GPU_capabilities.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities.cc (+5, -0) (Diff)
/source/blender/gpu/intern/gpu_capabilities_private.hh (+1, -0) (Diff)