Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / glut /
2008-02-26 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-25 José FonsecaRemove files of unsupported build systems.
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-08-07 Keith WhitwellGutsy oopses on touch of existing file. Workaround.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Claudio CiccaniCompute the amount of time to sleep on idle event using...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 zhanga variety of fixes for MingW
2007-05-08 Dave Airlieminiglx/glut: should use the x/y pos to create window
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-17 Sean D'EpagnierMerge branch 'master' of git+ssh://geckosenator@git...
2007-02-17 Sean D'EpagnierCommiting a few minor fixes to glut fbdev (segfault...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
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
next