nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

Where can I find the snapshots changelog #369

Open kmilo9999 opened 1 year ago

kmilo9999 commented 1 year ago

Hello,

I have been using the snapshots in the web page https://sourceforge.net/projects/glew/files/glew/snapshots/ , and I would like to know what changed from glew-20190928.zip to glew-20220402.tgz. I feel my applications that use the 20220402 version are slower than using 20190928 when I build them in debug mode. (Release has no issues).

Also, the 20220402 snapshots crashes in the linux - HPC system I deploy my apps ( using vnc ) . it doesnt happen with 20190928. This is the log:

CMakeFiles/glewinfo.dir/users/cdiaz8/data/cdiaz8/VR-Volumeviewer/superbuild/glew/glew/source/src/glewinfo.c.o: In function `glewCreateContext':
glewinfo.c:(.text+0x1df8b): undefined reference to `glXQueryExtension'
glewinfo.c:(.text+0x1e03d): undefined reference to `glXCreateContext'
glewinfo.c:(.text+0x1e102): undefined reference to `glXMakeCurrent'
glewinfo.c:(.text+0x1e27a): undefined reference to `glXMakeCurrent'
glewinfo.c:(.text+0x1e291): undefined reference to `glXDestroyContext'
glewinfo.c:(.text+0x1e2b4): undefined reference to `glXChooseVisual'

I appreciate the help.

nigels-com commented 1 year ago

Hello @kmilo9999 . The shapshots are not releases, there is little record keeping for those. I'd suggest you use the current release, or master branch, and we can evaluate if there are any issues there.