Blender Git Loki
Git Commits -> Revision 0ec3207
Revision 0ec3207 by Campbell Barton (master) October 21, 2010, 07:38 (GMT) |
fix [#24339] Auto Depth, makes viewport lag. The problem is the opensource nvidia nouveau drivers are slow running glReadPixels(), was hanging on memcpy(). However for autodepth its not needed to update the entire 3D view depths, so added view3d_update_depths_rect() to get the depths for a smaller area. |
Commit Details:
Full Hash: 0ec320783ec5867cc9c29fff9a09a4d8f1b7fbdf
SVN Revision: 32626
Parent Commit: ec6b994
Lines Changed: +96, -92