Skip to content

SharedGL v0.8.0

Latest
Compare
Choose a tag to compare
@dmaivel dmaivel released this 29 Jul 01:12
· 2 commits to master since this release

Change log:

  • Removed environment variable SGL_SHARED_MEMORY_DIRECT
  • Significantly improved performance
  • Fixed frames appearing on other clients when running more than one client
  • Fixed VBOs with non-zero strides
  • Added many ARB/EXT functions, allowing older applications to run
  • Bumped default memory allocation from 16 to 32 MiB
  • Added new overlay font
  • Added support for modern WGL context creation
  • Added implementations of glMapBuffer, glMapNamedBuffer, glGetTexImage
  • Fixed glShaderSource
  • Added 6 new extensions
  • Fixed glColorPointer not handling GL_RGBA/GL_BGRA properly
  • Fixed glNormalPointer possibly passing an incorrect size