Blender Git Commit Log
Git Commits -> Revision a74f7be
Revision a74f7be by Jeroen Bakker (blender-v2.91-release) January 13, 2021, 13:21 (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: a74f7bed730b9367f488811e3790092fc06cdc65
Parent Commit: d1c2435
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)