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

4 Modified Paths:

/source/blender/draw/intern/draw_cache_impl_displist.c (+19, -4) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+27, -5) (Diff)
/source/blender/gpu/GPU_extensions.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021