Blender Git Commit Log
Git Commits -> Revision 9fb32b2
Revision 9fb32b2 by Jeroen Bakker (master) January 11, 2021, 08:52 (GMT) |
Fix T84459: Wireframe not displaying with AMD GPU Issue appears to be caused by AMD graphics driver later than 20.11.1 and affects older GPUs (Polaris/FIJI cards). Wireframe drawing uses the same OpenGL data type for storing normals what is known to be faulty. This patch enabled storing the normals using GPU_COMP_I16. It also solves the normals drawing in edit mode for vertex and loop normals. |
Commit Details:
Full Hash: 9fb32b2b2921bd3b92bf9d6faa9c23b262da6464
Parent Commit: 6492939
Lines Changed: +207, -12
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+207, -12) (Diff)