Commits

Jack Palevich authored 1bd888ba2e0
Fix GLSurfaceView to sync surfaceDestroyed with GL rendering thread Until now we had a race condition where the GL rendering thread could continue rendering a frame after we have returned from the SurfaceHolder.Callback.surfaceDestroyed notification.