55 | | Initial observations: virtualgl adds some overhead which is most noticeable when running on bare metal, hardly noticeable when running through vmplayer as it slows down the opengl performance considerably already. Running through xpra actually gives a speed boost, probably because it does not need to wait for the actual screen refresh since there isn't one. |
| 58 | Some observations: |
| 59 | * virtualgl adds some overhead which is most noticeable when running on bare metal, hardly noticeable when running through vmplayer as it slows down the opengl performance considerably already. |
| 60 | * running through xpra actually gives a performance boost in some cases, probably because it does not need to wait for the actual screen refresh since there isn't one. |
| 61 | * wine shows high performance, even faster than bare metal, but some tests display with quite a lot of stuttering, the stuttering goes away when running through vgl, but so does most of the performance.. |