summaryrefslogtreecommitdiffstats
path: root/src/glut/glx/glutint.h
Commit message (Collapse)AuthorAgeFilesLines
* glut: Use the official WGL functions.José Fonseca2009-02-101-30/+8
| | | | | Especially using wglGetPixelFormat instead of GetPixelFormat causes problems with opengl32.dll and drivers that not hack around this issue.
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-161-0/+5
|\
| * glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2008-12-151-0/+5
| | | | | | | | | | Set GLUT_PPM_FILE to the desired filename. The first frame rendered will be written to that file.
* | glut: MinGW portability fixes.José Fonseca2008-11-211-1/+1
|/ | | | Still, it doesn't run as well as the glut binaries...
* Fix a number of MINGW32 issuesZhang2007-07-211-0/+3
|
* remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2002-11-301-1/+1
|
* added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul2002-08-171-0/+5
|
* use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul2001-11-271-0/+23
|
* changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul2001-05-251-1/+1
|
* Committing in .Jouk Jansen2001-02-091-4/+13
| | | | | | | | | | 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) ----------------------------------------------------------------------
* minor changes to fix compile problems/warningsBrian Paul2000-12-111-0/+3
|
* 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 ----------------------------------------------------------------------
* defined APIENTRY if undefinedBrian Paul2000-05-221-0/+2
|
* fixed Cygwin patch typosBrian Paul2000-03-221-1/+1
|
* patched for Cygwin (Sven Panne)Brian Paul2000-03-201-1/+1
|
* mesa_wgl.h should only be included when _WIN32 is definedJouk Jansen1999-09-171-2/+2
|
* Modified to build better with Mesa wgl functionsTed Jump1999-09-171-23/+16
|
* Win32 fix by Eero Pajarre.Gareth Hughes1999-09-141-1/+2
|
* initial check-in (post crash)Brian Paul1999-08-191-0/+772