Blender Git Commit Log
Git Commits -> Revision 5ad2e71
Revision 5ad2e71 by Jeroen Bakker (blender-v2.91-release) January 13, 2021, 13:27 (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: 5ad2e719648d8b570076c02f3144ee3967616a7e
Parent Commit: 3bd0575
Lines Changed: +90, -9
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+90, -9) (Diff)