add menu to opengl 3 demo. Should work as menu windows have their own classic context
[freeglut] / progs / demos / smooth_opengl3 / smooth_opengl3.c
2014-06-01 Diederick Niehorsteradd menu to opengl 3 demo. Should work as menu windows...
2013-01-27 Diederick Niehorstersmoothgl3 and shapes demos, now checking if glutGetProc...
2012-08-07 John Tsiombikas- trying to fix bug 2781865
2012-07-24 Diederick Niehorsterfix to smooth demo to work with GL 3.3 and higher,...
2011-12-14 John F. FayUndoing changeset 949 as it breaks the Linux build...
2011-12-13 John F. FayAdding an error message code to the "smooth_opengl3...
2011-01-23 John F. FayRemoving a bunch of Windows line endings -- see bug...
2009-11-19 John F. FayMaking the "smooth_opengl3" typedefs to be Windows...
2009-03-30 Sven PanneMake the example fully OpenGL-3.1-compliant.
2009-03-27 Sven PanneMake Visual C happy by including stddef.h and explicitl...
2009-03-01 Sven PanneWindows fun again: Use the correct calling convention...
2009-02-28 Sven PanneWhen -mno-cygwin is used, we get ancient GL headers...
2009-02-15 Sven PanneFinal changes to make the example fully OpenGL-3.0...
2009-02-15 Sven PanneUse GLSL shaders (still 1.20, though). Dump GL info.
2009-02-15 Sven PanneAdded a commandline option for 'classic' contexts....
2009-02-15 Sven PanneUse VBOs in new example. Added a few comments.
2009-02-14 Sven PanneInitial version of a fully OpenGL-3.0-compliant of...