SuccessChanges

Summary

  1. Add high performance rendering mode which does not render the GUI every frame (details)
  2. Add PBOs and PBO support for default rendering (details)
Commit 787942aef2a032140d9f09238ce11570ab713ba1 by Jonas
Add high performance rendering mode which does not render the GUI every frame
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/GuiRenderSettings.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/settings/RenderOptions.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/VideoRenderer.java
Commit 6a5b6fdac582e3a3985e88c661f02b2fa35052fa by Jonas
Add PBOs and PBO support for default rendering
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/rendering/Pipelines.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/utils/Api.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/SimplePboOpenGlFrameCapturer.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/video/capturer/OpenGlFrameCapturer.java
The file was addedsrc/main/java/eu/crushedpixel/replaymod/opengl/PixelBufferObject.java