summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxwgl.c
Commit message (Expand)AuthorAgeFilesLines
* moved windoze specific code outside drivers/glide/Daniel Borca2004-11-151-1166/+0
* cleanupDaniel Borca2004-09-131-5/+4
* cleanupDaniel Borca2004-08-191-4/+2
* disabled stereo checking in wglChoosePixelFormatDaniel Borca2004-08-161-0/+5
* Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_AR...Daniel Borca2004-06-191-8/+127
* masked out unsupported glBlendColor (some games check only the proc addr)Daniel Borca2004-06-031-1/+2
* doc update; minor changesDaniel Borca2004-05-201-5/+9
* accomodate newtexstoreDaniel Borca2004-04-261-1/+1
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-021-0/+2
* cleanup and some WGL PIXELFORMAT issuesDaniel Borca2004-02-161-43/+36
* deal with combine_ext refactorDaniel Borca2004-02-091-2/+7
* added NUL driver for DMesaDaniel Borca2004-02-071-63/+71
* GL_TEXTURE_1D and other stories...Daniel Borca2004-01-291-1/+9
* accomodated new driver_func initializationDaniel Borca2004-01-231-4/+11
* _mesa_delete_texture_object and some other updatesDaniel Borca2004-01-151-9/+5
* small fixesDaniel Borca2004-01-131-1/+10
* protect against broken appsDaniel Borca2004-01-071-4/+11
* wgl interfaceDaniel Borca2004-01-071-0/+7
* DMesa: removed MGA2064W driverDaniel Borca2003-12-191-0/+23
* fixed prototypes for wglGammaRamp3DFXDaniel Borca2003-12-111-6/+4
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-1/+79
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-181-2/+11
* NCC fixes and some cosmeticsDaniel Borca2003-11-071-47/+0
* Napalm total immersionDaniel Borca2003-10-211-3/+1
* glide driver (wip)Daniel Borca2003-10-131-2/+2
* updates from Daniel BorcaBrian Paul2003-10-021-175/+298
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-201/+215
* Header file clean-up:Brian Paul2002-10-241-3/+3
* updated wglGetProcAddressBrian Paul2002-09-041-86/+5
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-231-21/+8
* include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul2001-04-031-1/+1
* used indent to clean-up the codeBrian Paul2001-03-031-643/+670
* Lots of changes:Keith Whitwell2000-11-051-1/+0
* udpated version/copyright infoBrian Paul2000-02-091-2/+2
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
* update/merge with Daryll's X server changesBrian Paul1999-11-151-24/+52
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump1999-10-301-1/+3
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-131-5/+5
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-191-1/+0
* added Eero's multitexture function patchBrian Paul1999-09-131-0/+34
* Initial revisionjtg1999-08-191-0/+806