mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
26844f07e3
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@410 783a27ee-832a-0410-bc00-9f386506c6dd
20 lines
812 B
Plaintext
20 lines
812 B
Plaintext
Major:
|
|
- add support for windows mini-client drivers
|
|
- add support for initialization on first use
|
|
- This is probably a simple change: just define that the programmer
|
|
*has* to call either of glewGetExtension or glewInit as the first
|
|
GLEW function he uses. If it's glewExtension, then that function
|
|
performs the initialization.
|
|
- add windows installer (msi)
|
|
- add ati/nvidia custom profile
|
|
- fix SGI hyperpipe extension (add verbatim mode to spec files)
|
|
- separate build of static and shared object files (for mingw and
|
|
cygwin)
|
|
- make auto scripts work with text mode cygwin mounts
|
|
- start designing GLEW 2.0
|
|
|
|
Minor:
|
|
- add support for all SUN, MTX, and OML extensions
|
|
- make auto/Makefile more robust against auto/core/*~ mistakes
|
|
- web poll on separating glew, glxew and wglew
|