summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxwgl.c
AgeCommit message (Expand)Author
2004-09-13cleanupDaniel Borca
2004-08-19cleanupDaniel Borca
2004-08-16disabled stereo checking in wglChoosePixelFormatDaniel Borca
2004-06-19Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_AR...Daniel Borca
2004-06-03masked out unsupported glBlendColor (some games check only the proc addr)Daniel Borca
2004-05-20doc update; minor changesDaniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
2004-02-16cleanup and some WGL PIXELFORMAT issuesDaniel Borca
2004-02-09deal with combine_ext refactorDaniel Borca
2004-02-07added NUL driver for DMesaDaniel Borca
2004-01-29GL_TEXTURE_1D and other stories...Daniel Borca
2004-01-23accomodated new driver_func initializationDaniel Borca
2004-01-15_mesa_delete_texture_object and some other updatesDaniel Borca
2004-01-13small fixesDaniel Borca
2004-01-07protect against broken appsDaniel Borca
2004-01-07wgl interfaceDaniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-11fixed prototypes for wglGammaRamp3DFXDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-18doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca
2003-11-07NCC fixes and some cosmeticsDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-13glide driver (wip)Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-09-04updated wglGetProcAddressBrian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-04-03include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul
2001-03-03used indent to clean-up the codeBrian Paul
2000-11-05Lots of changes:Keith Whitwell
2000-02-09udpated version/copyright infoBrian Paul
1999-12-02added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-09-19Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump
1999-09-13added Eero's multitexture function patchBrian Paul
1999-08-19Initial revisionjtg