Skip to content

Releases: nickguletskii/GLXOSD

v3.2.2

12 Feb 11:16
Compare
Choose a tag to compare
  • Fix libsensors data not showing when there are multiple chips.
  • Fix porability error by including platform.h in font-manager.h.

v3.2.1

21 Sep 13:15
Compare
Choose a tag to compare
  • Replace glXQueryContext with glGet GL_VIEWPORT to fix crashes.
  • Use exec in launcher.

v3.2.0

10 May 15:04
Compare
Choose a tag to compare
  • Make X event handling more robust.
  • Add message customisation to the default formatter functions.

v3.1.1

04 May 09:35
Compare
Choose a tag to compare
  • Replace broken GLX context management and localise everything to drawables.
  • Fix undefined symbol errors caused by weird GCC behaviour.

v3.1.0

01 May 21:28
Compare
Choose a tag to compare

Statically link LuaJIT, GLEW and Freetype to avoid symbol clashes with various software.

GXLOSD Version 3.0.3

01 Apr 13:58
Compare
Choose a tag to compare
  • Fix nil concatenation bug which occurs when the NVIDIA driver is absent

GXLOSD Version 3.0.2

30 Mar 21:05
Compare
Choose a tag to compare

The initial release of GLXOSD v3.

2.5.0

16 Sep 06:08
Compare
Choose a tag to compare

Multiple fixes and improvements. Thanks @scrawl !

  • Add locking to osdHandleBufferSwap.
  • Don't render in the first frame.
  • Ensure correct glPixelStore settings for texture upload.
  • Fix reset of GL_TEXTURE_BINDING_2D.
  • Fix broken vsync toggle, don't parse strings every frame.
  • Use the GLX drawable dimensions instead of GL_VIEWPORT.
  • Add ability to toggle VSync.
  • Fix GL_INVALID_ENUM errors.

First Github Releases release

22 Sep 10:22
Compare
Choose a tag to compare

First Github Releases release.

  • Allow Boost Format arguments to be unused.