mesa: additional FBO/RB id error checking for ARB_fbo
[mesa.git] / src / glut /
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
2008-12-14 Dan NicholsonAdd more package metadata to the pkg-config files
2008-12-09 Brian Paulglut: added GLUT_PPM_FILE env var to dump first frame...
2008-09-22 José Fonsecaglut: Remove EOF characters.
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-14 Shane Blackettglut: s/glut_fbc.c/glut_fcb.c/
2008-08-12 Jeremy HuddlestonFixed 'make install' for darwin
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-07-11 Dan NicholsonRemove generated pkg-config files on `make clean'
2008-07-06 Dan NicholsonSet library and header installation directories from...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-07 Jose FonsecaFix CRLF line endings.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-06 Dan NicholsonMerge branch 'master' of ssh://git.freedesktop.org...
2008-05-06 Dan NicholsonAlways cleanup the makedepend backup files
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-09 Hasso TepperAdd $(X11_INCLUDES) to shut makedepend up.
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-25 BrianObsolete, replaced by glut_fcb.c (fortran callbacks)
2008-02-08 Claudio Ciccani[glut-directfb] Fixed displaying of single buffered...
2008-02-08 Claudio Ciccani[glut-directfb] When converting microseconds to millise...
2008-01-23 BrianAssorted patches for miniglx/linux-solo (Gavin Li ...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-13 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-09-13 BrianFix timer problem when using Fortran bindings (submitte...
2007-09-13 Brianadded null ptr check
2007-09-12 BrianAdd glut_fcb.c to the build and update to fix warnings...
2007-09-12 BrianRename. "fcb" = fortran call back
2007-09-12 Dan Nicholsonpkg-config support
2007-09-12 Dan NicholsonDESTDIR support.
2007-08-01 Brianfix mem leak (bug 11791)
2007-07-31 Brianfix some FreeBSD issues
2007-07-27 Zhangmore Mingw32 fixes
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
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-18 Eric AnholtMerge branch 'master' into i915-unification
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
next