mrxz / webxr-linux

Repository containing efforts in getting usable WebXR under Linux
35 stars 4 forks source link

Fix firefox memory issue #10

Closed kilves closed 8 months ago

kilves commented 8 months ago

Synchronize geckoGeneration flags in VRShMem to avoid a bug that locks up render thread. geckoGeneration flags are probably not even needed after this but I'll leave them in just to be on the safe side. Rest of the diffs are just changes made to mozilla central branch over the years.

mrxz commented 8 months ago

Awesome, the changes look good at a glance. Will try to test it this weekend and merge it if it works. :slightly_smiling_face: