Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own...
[mesa.git] / src / glut / glx /
2006-10-19 Brian PaulNew bin/minstall script - a minimal replacement for...
2006-09-27 Brian Paulremove obsolete comment
2006-09-21 Brian PaulGLUT_FORCE_VISUAL env var to force glut to use a partic...
2006-09-21 Brian Paulnew code to init DirectColor colormaps
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-06-26 Brian PaulUse $(LIB_DIR) instead of $(TOP)/lib since libraries...
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-05-10 Brian Paulmove check for event.xbutton.button <= GLUT_MAX_MENUS...
2006-05-10 Brian Paulcheck if button >= GLUT_MAX_MENUS in glutAttacheMenu()
2006-05-09 Brian Paulcheck event button against GLUT_MAX_MENUS (bug 1484284)
2006-01-02 Jerome GlisseUse X11_INCLUDES config macro instead of
2005-09-23 Jouk Jansen Committing in .
2005-09-02 Brian Paulfix some strict aliasing problems related to choosing...
2005-07-26 Ian RomanickQuote $(CC) and $(CXX) so that 'CC=ccache gcc' and...
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-01-19 Keith WhitwellRemove depend on make clean
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-11-27 Brian Pauldon't need glut_fbc.c
2004-11-27 Brian Paulclean up 'depend' commands
2004-11-27 Brian Paultypedef GLUTproc, return it from glutGetProcAddress()
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-04-22 Brian Paulobsolete
2004-04-07 Brian Pauluse new MKDEP, MKDEP_OPTIONS variables
2004-03-26 Brian PaulNew Makefile system
2004-03-25 Brian Paulre-order arguments to mklib
2004-02-23 Brian Paulfix typo (Matt Case)
2003-12-15 Brian PaulAssorted mklib tweaks.
2003-10-03 Brian Paulfix error message (bug 816876)
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Karl SchultzCopy the DLL files to the lib directory instead of...
2003-09-08 Brian Paulfix timer bug (801485)
2003-09-02 Brian Pauladded GLUT_CFLAGS to compile GLUT with -fexceptions...
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-07-24 Karl SchultzProject file to build GLUT32.DLL
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-10 Brian Paulupdated old-style makefiles for new tree
2003-02-12 Brian Paulreplace APIENTRY with GLUTAPIENTRY to be consistant...
2003-01-09 Brian Pauladded font-related symbols
2002-11-30 Brian Paulremove GLUTAPIENTRY from __glutCloseDownGameMode
2002-11-04 Brian Paulsupport for GLX_ARB_multisample
2002-10-15 Brian Paulallow querying of glut functions via glutGetProcAddress()
2002-08-17 Brian Paulbump lib version to 3.7.1, more make clean commands
2002-08-17 Brian Pauladded glutGetProcAddress() and GLUT_FPS env var option
2001-12-14 Brian Pauls/glxGetProcAddress/glXGetProcAddressARB/
2001-11-27 Brian Pauluse glXGetProcAddressARB to avoid extension linkage...
2001-10-26 Karl SchultzChange name of glut lib from glut32 to MesaGlut.
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
2001-09-18 Karl Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzremove carriage return chars
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-09-14 Brian Paulreplaced gets() with fgets()
2001-05-25 Brian Paulchanged #if OLD_VMS to #ifdef OLD_VMS
2001-03-22 Jouk Jansen Modified Files:
2001-02-09 Jouk Jansen Committing in .
2000-12-11 Brian Paulminor changes to fix compile problems/warnings
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-08-22 Jouk Jansen Committing in .
2000-06-27 Brian Paulanother patch for win32 joysticks
2000-06-23 Brian Paulapplied joystick patch from Michael Champigny
2000-05-22 Brian Pauldefined APIENTRY if undefined
2000-03-22 Brian Paulfixed Cygwin patch typos
2000-03-20 Brian Paulpatched for Cygwin (Sven Panne)
2000-03-01 Brian Paulminor reformatting
2000-01-07 Jouk Jansen Committing in .
1999-11-12 Brian Pauladded some braces to silence gcc warnings
1999-09-17 Jouk Jansenmesa_wgl.h should only be included when _WIN32 is defined
1999-09-17 Ted JumpModified to build better with Mesa wgl functions
1999-09-17 Ted JumpWin32 build req't updates
1999-09-15 Brian Pauladded third, tiny version number to mklib scripts
1999-09-14 Gareth HughesWin32 fix by Eero Pajarre.
1999-08-24 Jouk Jansen Update after disk crash
1999-08-19 Brian Paulinitial check-in (post crash)