From: Steinar H. Gunderson Date: Mon, 18 Apr 2016 21:12:05 +0000 (+0200) Subject: Put a global lock around glFenceSync/glDeleteSync calls, to workaround apitrace bug... X-Git-Tag: 1.3.0~79 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=10ff4d7e0cba7d0c5d11317aa5e11679382d3cfe;hp=10ff4d7e0cba7d0c5d11317aa5e11679382d3cfe;p=nageru Put a global lock around glFenceSync/glDeleteSync calls, to workaround apitrace bug #446. (Replaying Nageru calls using apitrace can be very useful, and it should not have any appreciable performance impact in practice.) ---