summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/wgl.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing from this directory. Will be added to new gdi driver directory.Karl Schultz2003-07-241-623/+0
|
* Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz2003-01-151-1/+3
| | | | | number of valid PFD's if the PFD pointer is NULL, without checking the validity of the other parameters.
* updated wglGetProcAddressBrian Paul2002-09-041-53/+8
|
* Fix up alpha buffer handling for Windows.Karl Schultz2002-04-231-2/+23
| | | | | | | | | - add two new Pixel Format Descriptors that do not have alpha bits to mirror the two that do. - add logic to wglChoosePixelFormat to match PFD's with respect to alpha. - Create/clear software alpha buffer as required. Now a wgl or GLUT program can control the creation of a software alpha buffer via the PFD or GLUT parms, respectively.
* remove carriage return charsKarl Schultz2001-09-181-645/+645
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-141-645/+645
|
* wglUseFontBitmapsA() update (Frank Warmerdam)Brian Paul2001-07-271-7/+135
|
* fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul2001-05-091-2/+2
|
* fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul2001-04-031-12/+10
|
* Modified Files:Jouk Jansen2000-11-221-2/+2
| | | | | | | | | | | | | | | | | | Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h Mesa/src/FX/fxfastpath.c Mesa/src/GGI/include/ggi/mesa/ggimesa.h Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c Mesa/src/X86/x86.c Removed Files: Mesa/src/mms_depend Oops,... all files containing Caps in directory name or file name were missing in my types->mtypes commit. ----------------------------------------------------------------------
* updates from [email protected]Brian Paul2000-08-021-3/+4
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-191-430/+430
|
* Initial revisionjtg1999-08-191-0/+518