mesa: Update _Current along Current on fragment program bound.
[mesa.git] / src / glut /
2006-12-21 Sean D'EpagnierUpdated keyboard input so that glut programs can read...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-01 Claudio CiccaniRemove DirectFBGL header from Mesa bacause since 1...
2006-11-30 Sean D'Epagnierthe following improvements to linux-fbdev:
2006-11-21 Sean D'EpagnierAdded correct include files to files,
2006-10-19 Brian PaulNew bin/minstall script - a minimal replacement for...
2006-09-27 Brian Paulremove obsolete comment
2006-09-24 Sean D'Epagniercorrected cursor drawing
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-08-27 Sean D'EpagnierThe colormap code is now simpler, 15bpp works where...
2006-08-23 Sean D'EpagnierVT switching now uses correct keys.
2006-08-18 Sean D'EpagnierThe driver now compiles correctly without any x headers...
2006-08-10 Sean D'EpagnierAdded initial multisampling support to glfbdev driver.
2006-08-05 Sean D'EpagnierModularized code into multiple files.
2006-08-04 Claudio CiccaniHandle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JO...
2006-08-04 Claudio CiccaniMoved glutDeviceGet() to events.c.
2006-07-31 Brian PaulGLUT on fbdev driver. Sean D'Epagnier
2006-07-30 Claudio CiccaniClear window's event mask before enabling handled events.
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-06-09 Claudio CiccaniAdded some notes about this implementation.
2006-06-09 Claudio CiccaniEnable setting invible cursors.
2006-06-09 Claudio CiccaniSeparated joystick pointer coordinates from mouse point...
2006-05-31 Claudio CiccaniAdded DirectFB GLUT implementation.
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-03-31 Daniel BorcaDMesa now uses OSMesa as a back-end.
2006-03-31 Daniel BorcaRemoved empty arrays.
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-07-18 Philippe HoudoinFixed warnings by using GLUTProc type instead of anonym...
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-02-14 Daniel Borcaremoved detritus
2005-02-14 Daniel Borcaseparated DOS GLUT from GLX GLUT.
2005-01-19 Keith WhitwellRemove depend on make clean
2005-01-14 Daniel Borcachanged coding style. made `glutTimerFunc' less accura...
2005-01-14 Daniel Borcachanged coding style. added possibility to use default...
2005-01-14 Daniel Borcachanged coding style. added a NULL pointer check.
2005-01-14 Daniel Borcachanged coding style
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2004-12-15 Daniel Borcaupdated makefiles for gcc 3.4.3 and bnu 2.15
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-12-06 Daniel Borcasync with glut/glx
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-09-10 Brian Paulupdated from patch 1026109
2004-09-10 Brian Paulnew file (bug 1026109)
2004-09-10 Brian Paulremoved (bug 1026109)
2004-08-16 Philippe HoudoinAdd glutGetProcAddress(). Not all GLUT version 5 APIs...
2004-08-14 Philippe HoudoinReplaced the .cpp-ized (for build issue) common GLUT...
2004-08-14 Philippe HoudoinReplaced the .cpp-ized (for build issue) common GLUT...
2004-08-14 Philippe HoudoinUpdate to Jake Hamby's BeOS GLUT 3.7 port.
2004-08-14 Philippe HoudoinMove to $(TOP)/configs/default-based makefile.
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-06-01 Eric AnholtMissed in last commit:
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
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)
2004-02-20 Daniel Borcafixed some typos
2004-02-02 Daniel Borcaadded glutGetProcAddress in DMesaGLUT
2004-01-26 Daniel BorcaglutTimerFunc cleanup
2004-01-15 Daniel Borcaimplemented glutTimerFunc
2003-12-15 Brian PaulAssorted mklib tweaks.
2003-12-13 Brian PaulUpdates from Philippe Houdoin.
2003-12-12 Brian Paulnew makefiles
2003-11-18 Daniel Borcadoc updates; GLUT timer additions; fixed compilation...
2003-11-07 Brian Pauls/GGIMesaContext/ggi_mesa_context_t/
2003-10-13 Daniel BorcaGameMode
2003-10-03 Brian Paulfix error message (bug 816876)
2003-10-03 Brian Paulimproved 'clean' targets (Otto Solares)
2003-10-02 Brian Paulupdates from Daniel Borca
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-09-02 Brian Paulupdate from Daniel Borca
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-28 Brian PaulUpdates from Daniel Borca
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-22 Brian Paulupdates from Daniel Borca
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-16 Brian PaulDOS updates for new tree (Daniel Borca)
2003-06-13 Brian PaulGLUT for OS/2 (Evgeny Kotsuba)
2003-06-10 Brian Paulupdated old-style makefiles for new tree
2003-03-29 Brian PaulDOS updates from Daniel Borca
next