Skip to content

Releases: dmaivel/sharedgl

SharedGL v0.2.0

06 Aug 03:58
Compare
Choose a tag to compare
  • Library has been renamed to libGL.so.1 on linux, requires LD_LIBRARY_PATH instead of LD_PRELOAD
    • Removed linux hooks
    • GLFW works once again, except for profile requests regardless of GL version (error is GLX_ARB_create_context_profile is unavailable)
  • Added 8 OpenGL extensions
  • Added an independent GLX implementation
  • Added vectored functions
  • Fixed glDrawElements from causing common crashes
  • Improved performance

SharedGL v0.1.0

01 Aug 01:03
Compare
Choose a tag to compare
SharedGL v0.1.0 Pre-release
Pre-release
  • Initial release
  • Kernel modules not included
  • The OpenGL binary on linux (libsharedgl.so) must be preloaded