summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxwgl.c
AgeCommit message (Collapse)Author
2002-10-24Header file clean-up:Brian Paul
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
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
- use the new interface to the software rasterizer. - manage all fallbacks internally, hooking in swrast or swrast_setup if necessary. - removed lots of marginal code no longer appropriate in a maturing driver. - reworked the vertex-setup and triangle routines, including drawing unfilled triangles from within the driver.
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 ↵Ted Jump
appropriate
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