Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-13 | cleanup | Daniel Borca | |
2004-08-19 | cleanup | Daniel Borca | |
2004-08-16 | disabled stereo checking in wglChoosePixelFormat | Daniel Borca | |
2004-06-19 | Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format ↵ | Daniel Borca | |
WGL_ARB_render_texture WGL_ARB_pbuffer | |||
2004-06-03 | masked out unsupported glBlendColor (some games check only the proc addr) | Daniel Borca | |
2004-05-20 | doc update; minor changes | Daniel Borca | |
2004-04-26 | accomodate newtexstore | Daniel Borca | |
fixed wgl interface for fxMesa | |||
2004-03-02 | workaround for crash-upon-exit in verbose mode | Daniel Borca | |
fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers | |||
2004-02-16 | cleanup and some WGL PIXELFORMAT issues | Daniel Borca | |
2004-02-09 | deal with combine_ext refactor | Daniel Borca | |
2004-02-07 | added NUL driver for DMesa | Daniel Borca | |
2004-01-29 | GL_TEXTURE_1D and other stories... | Daniel Borca | |
2004-01-23 | accomodated new driver_func initialization | Daniel Borca | |
added DMesaGetProcAddress some other minor fixes updated documentation | |||
2004-01-15 | _mesa_delete_texture_object and some other updates | Daniel Borca | |
2004-01-13 | small fixes | Daniel Borca | |
2004-01-07 | protect against broken apps | Daniel Borca | |
2004-01-07 | wgl interface | Daniel Borca | |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca | |
DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | |||
2003-12-11 | fixed prototypes for wglGammaRamp3DFX | Daniel Borca | |
2003-12-10 | got rid of __FUNCTION__ :( | Daniel Borca | |
Texus2 functions are dynamically linked now made getRegistryOrEnvironmentString more portable bugfix: unnecessary total SW fallback -- glColorMask bugfix: when shared palette was not loaded correctly point_attenuation_stage back in business (point size/atten) fxTexGetInfo is not required for fxIsTexSupported fxDDChooseTextureFormat optimized for RGB/RGBA textures accelerated Quads with Triangle_Fans more WGL extensions/functions (also updated export file) DXTC/S3TC -> FXT1 wrapping hack quick & dirty fix for Quake2 | |||
2003-11-18 | doc updates; GLUT timer additions; fixed compilation warnings | Daniel Borca | |
2003-11-07 | NCC fixes and some cosmetics | Daniel Borca | |
2003-10-21 | Napalm total immersion | Daniel Borca | |
2003-10-13 | glide driver (wip) | Daniel Borca | |
2003-10-02 | updates from Daniel Borca | Brian Paul | |
2003-08-19 | DOS and glide driver updates from Daniel Borca | Brian Paul | |
2002-10-24 | Header 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-04 | updated wglGetProcAddress | Brian Paul | |
2001-09-23 | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | |
2001-04-03 | include fxdrv.h before other headers (Ivan Kalvatchev) | Brian Paul | |
2001-03-03 | used indent to clean-up the code | Brian Paul | |
2000-11-05 | Lots 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-09 | udpated version/copyright info | Brian Paul | |
1999-12-02 | added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) | Brian Paul | |
1999-11-15 | update/merge with Daryll's X server changes | Brian Paul | |
1999-10-30 | Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵ | Ted Jump | |
appropriate | |||
1999-10-20 | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump | |
1999-10-13 | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul | |
1999-09-19 | Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT | Ted Jump | |
1999-09-13 | added Eero's multitexture function patch | Brian Paul | |
1999-08-19 | Initial revision | jtg | |