summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_event.c
Commit message (Collapse)AuthorAgeFilesLines
* glut: Minor cleanups.José Fonseca2011-07-111-2/+0
|
* glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul2011-07-111-1/+6
| | | | Basically, do as the comment says.
* Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2011-07-111-1/+5
| | | | Also, add some comments about what's going on.
* fix some FreeBSD issuesBrian2011-07-111-1/+1
|
* move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul2011-07-111-2/+6
|
* check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul2011-07-111-1/+2
|
* fix timer bug (801485)Brian Paul2011-07-111-1/+1
|
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2011-07-111-5/+5
|
* Committing in .Jouk Jansen2011-07-111-9/+21
| | | | | | | | | | Modified Files: Mesa/src-glut/glut_event.c Mesa/src-glut/glut_get.c Mesa/src-glut/glut_init.c Mesa/src-glut/glutint.h Patch for compilation on very old VMS (version 6.2 and earlier) ----------------------------------------------------------------------
* Committing in .Jouk Jansen2011-07-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Modified Files: Mesa/include/GL/glx.h Mesa/include/GL/xmesa.h Mesa/src/descrip.mms Mesa/src/X/glxheader.h Mesa/src/X/xfonts.c Mesa/src/X/xfonts.h Mesa/src-glu/descrip.mms Mesa/src-glut/capturexfont.c Mesa/src-glut/descrip.mms Mesa/src-glut/glut_cmap.c Mesa/src-glut/glut_event.c Mesa/src-glut/glut_fullscrn.c Mesa/src-glut/glut_gamemode.c Mesa/src-glut/glut_init.c Mesa/src-glut/glut_input.c Mesa/src-glut/glut_menu.c Mesa/src-glut/glut_menu2.c Mesa/src-glut/glut_overlay.c Mesa/src-glut/glut_win.c Mesa/src-glut/glut_winmisc.c Mesa/src-glut/glutint.h Mesa/src-glut/layerutil.h Mesa/vms/analyze_map.com Added Files: Mesa/include/GL/vms_x_fix.h Patches effective on VMS only. This allows for compiling with /name=(as_is,short). This breaks the binary compatibility with previous versions for VMS, but is the only way to combine Mesa with GTK for VMS. Jouk ----------------------------------------------------------------------
* minor reformattingBrian Paul2011-07-111-10/+9
|
* Committing in .Jouk Jansen2011-07-111-1/+10
| | | | | | | | Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ----------------------------------------------------------------------
* initial check-in (post crash)Brian Paul2011-07-111-0/+1353