Blender Git Loki
Git Commits -> Revision bf854b2
Revision bf854b2 by Clément Foucault (master) April 12, 2018, 15:37 (GMT) |
GPUSelect: Remove glFinish() that was causing bad perf issue. I can see how it's slowing things down: glFinish make sure that every query are finished but the first query may have been finished a long time ago. This might create bubbles because of the PIL_sleep_ms. |
Commit Details:
Full Hash: bf854b2851501f585ae83e7a60b2732243e13997
Parent Commit: 31067c9
Lines Changed: +1, -5
1 Modified Path:
/source/blender/gpu/intern/gpu_select_sample_query.c (+1, -5) (Diff)