Blender Git Commit Log
Git Commits -> Revision 87ddcab
Revision 87ddcab by Nicholas Bishop (master) February 28, 2012, 05:00 (GMT) |
Bugfix: avoid reading from an OpenGL buffer mapped write-only. When set to solid-shading, GPU_update_grid_buffers was calling normal_quad_v3 to output into a mapped buffer, but normal_quad_v3 reads as well as writes. This fix actually makes a huge performance difference with my drivers (Gallium/Radeon). |
Commit Details:
Full Hash: 87ddcab93346250c94cef9b9c6ec2811b596b552
SVN Revision: 44500
Parent Commit: 79fbd39
Lines Changed: +4, -1
1 Modified Path:
/source/blender/gpu/intern/gpu_buffers.c (+4, -1) (Diff)