Blender Git Commit Log
Git Commits -> Revision 4c44a53
Revision 4c44a53 by Jeroen Bakker (master) January 11, 2021, 08:52 (GMT) |
Fix T84459: Face normals not displaying (AMD GPU) This is part two of the fix for T84459. Issue appears to be caused by AMD graphics driver later than 20.11.1 and affects older GPUs (Polaris/FIJI cards). Drawing normals in edit mode uses the same OpenGL data type for storing normals that is known to be faulty. This change fixes the face dot normals by using GPU_COMP_I16. |
Commit Details:
Full Hash: 4c44a5309cfa3bb96c7809d59cd1a5c37530c9af
Parent Commit: 618f7df
Lines Changed: +89, -8
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+89, -8) (Diff)