Once again it's been well over a year (and 66 commits) since the last official PortableGL release. There's no particular reason for me to create this release now other than that. There have been a few important changes since 0.98.0, but hopefully most people have already been using the latest version rather than the last tagged release.
In rough order of most noteworthy to least, here are some changes that I noticed glancing over the log:
- Add PGL_UNSAFE macro that removes all error checking if defined (portablegl_unsafe.h removed as no longer necessary).
- Add glDebugMessageCallback(). Default messages output by default when PGL_UNSAFE is not defined; basically PGL is in a "debug context" by default.
- Add glColorMask() along with disabling macro PGL_DISABLE_COLOR_MASK
- Added a few other gl functions
- Add PGLDEF macro to allow for user defined prototype attributes (static, extern, __declspec(dllexport) etc)
- Remove a bunch of compiler warnings
- Use GL types more consistently in public APIs
- Add more stub functions
- Minor fixes/typos
- Added documentation
This should also help people using clib/homebrew who probably default to grabbing the latest release rather than the HEAD. I also wanted to get this out now because I want to make some more serious changes later and wanted a good cut off point. As always, let me know if you run into any bugs or problems, thanks.