Blender Git Commit Log
Git Commits -> Revision f96fffe
Revision f96fffe by Germano Cavalcante (master) March 4, 2019, 13:27 (GMT) |
Fix/workaround T62167: Random crash when displaying wireframes. Some old AMD drivers crash when a vbo with stride 1 is used a few times. I have not found a real solution to this problem. So the solution was to use a vbo with stride 4 (which in theory is less efficient and takes up more memory space). |
Commit Details:
Full Hash: f96fffe0db53145872a3d60bb8f4bd3b24e8d32b
Parent Commit: 46f1c1b
Lines Changed: +53, -9