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