Blender Git Commit Log
Git Commits -> Revision fa54bf4
January 13, 2021, 10:02 (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: fa54bf482c1ff4ba519ad4efbcf38c0af561c128
Parent Commit: 89eda78
Lines Changed: +185, -14
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+185, -14) (Diff)