Hannes Winkler
Hannes Winkler
Is there any reason not to implement vm-state saving though? (apart from it probably being a good amount of work)
> One other thing to be aware of, is that chunks can sometimes be unloaded/reloaded in a very short space of time (see orphan chunks). Consequently, it'd be possible that...
@chinmaygarde The implementation is done and won't change anymore (unless we find any flaws). Just doesn't have any tests yet Btw, I noticed adding new fields to any of the...
I'm currently on vacation, so next week :+1:
@cbracken yep it is reworking the testing infrastructure to account for multiple EGL surfaces was a bit more work than I thought originally, so just didn't get to it now
@jonahwilliams Sorry, here it is. The tests mostly assume there's only a single OpenGL surface, so I kinda had to fight against the test framework a bit lol. It's ready...
@cbracken This is ready for review now.
> I'll see if I can override the CLA bot, but: (a) I'm a Google employee and therefore don't need one. (b) The email address I use for commits is...
I added a `SetCurrentResult` struct and migrated all the code to that. Is it ready to merge? @chinmaygarde @cbracken