summaryrefslogtreecommitdiffstats
path: root/src/glut/glx/glut_event.c
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of the following:José Fonseca2011-07-141-1391/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1856230d9fa61710cce3e152b8d88b1269611a73 Author: José Fonseca <[email protected]> Date: Tue Jul 12 23:41:27 2011 +0100 make: Use better var names on packaging. commit d1ae72d0bd14e820ecfe9f8f27b316f9566ceb0c Author: José Fonseca <[email protected]> Date: Tue Jul 12 23:38:21 2011 +0100 make: Apply several of Dan Nicholson's suggestions. commit f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4 Author: José Fonseca <[email protected]> Date: Sat Jul 9 14:18:20 2011 +0100 make: Put back the tar.bz2 creation rule. Removed by accident. commit 34983337f9d7db984e9f0117808274106d262110 Author: José Fonseca <[email protected]> Date: Sat Jul 9 11:59:29 2011 +0100 make: Determine tarballs contents via git ls-files. The wildcards were a mess: - lots of files for non Linux platforms missing - several files listed and archived twice Using git-ls-files ensures things are not loss when making the tarballs. commit 34a28ccbf459ed5710aafba5e7149e8291cb808c Author: José Fonseca <[email protected]> Date: Sat Jul 9 11:07:14 2011 +0100 glut: Remove GLUT source. Most distros ship freeglut, and most people don't care one vs the other, and it hasn't been really maintained. So it is better to have Mesa GLUT be revisioned and built separately from Mesa. commit 5c26a2c3c0c7e95ef853e19d12d75c4f80137e7d Author: José Fonseca <[email protected]> Date: Sat Jul 9 10:31:02 2011 +0100 Ignore the tarballs. commit 26edecac589819f0d0efe2165ab748dbc4e53394 Author: José Fonseca <[email protected]> Date: Sat Jul 9 10:30:24 2011 +0100 make: Create the Mesa-xxx-devel symlink automatically. Also actually remote the intermediate uncompressed tarballs.
* glut: Define markWindowHidden for non-Windows only.Vinson Lee2010-09-211-2/+2
| | | | | Fixes this GCC warning on MinGW build. glut_event.c:255: warning: 'markWindowHidden' defined but not used
* glut: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+2
|
* glut: Minor cleanups.José Fonseca2009-01-261-2/+0
|
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c
| * glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul2008-09-111-1/+6
| | | | | | | | Basically, do as the comment says.
* | Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2007-09-131-1/+5
| | | | | | | | Also, add some comments about what's going on.
* | fix some FreeBSD issuesBrian2007-07-311-1/+1
|/
* move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul2006-05-101-2/+6
|
* check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul2006-05-091-1/+2
|
* fix timer bug (801485)Brian Paul2003-09-081-1/+1
|
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2003-02-121-5/+5
|
* Committing in .Jouk Jansen2001-02-091-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 Jansen2000-08-221-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 Paul2000-03-011-10/+9
|
* Committing in .Jouk Jansen2000-01-071-1/+10
| | | | | | | | Work around for bug in VMS7.2 Modified Files: Mesa/src-glut/glut_event.c ----------------------------------------------------------------------
* initial check-in (post crash)Brian Paul1999-08-191-0/+1353