Skip to content

SharedGL v0.2.0

Compare
Choose a tag to compare
@dmaivel dmaivel released this 06 Aug 03:58
· 197 commits to master since this release
  • 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