Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved windoze specific code outside drivers/glide/ | Daniel Borca | 2004-11-15 | 1 | -1166/+0 |
| | |||||
* | cleanup | Daniel Borca | 2004-09-13 | 1 | -5/+4 |
| | |||||
* | cleanup | Daniel Borca | 2004-08-19 | 1 | -4/+2 |
| | |||||
* | disabled stereo checking in wglChoosePixelFormat | Daniel Borca | 2004-08-16 | 1 | -0/+5 |
| | |||||
* | Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format ↵ | Daniel Borca | 2004-06-19 | 1 | -8/+127 |
| | | | | WGL_ARB_render_texture WGL_ARB_pbuffer | ||||
* | masked out unsupported glBlendColor (some games check only the proc addr) | Daniel Borca | 2004-06-03 | 1 | -1/+2 |
| | |||||
* | doc update; minor changes | Daniel Borca | 2004-05-20 | 1 | -5/+9 |
| | |||||
* | accomodate newtexstore | Daniel Borca | 2004-04-26 | 1 | -1/+1 |
| | | | | fixed wgl interface for fxMesa | ||||
* | workaround for crash-upon-exit in verbose mode | Daniel Borca | 2004-03-02 | 1 | -0/+2 |
| | | | | | fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers | ||||
* | cleanup and some WGL PIXELFORMAT issues | Daniel Borca | 2004-02-16 | 1 | -43/+36 |
| | |||||
* | deal with combine_ext refactor | Daniel Borca | 2004-02-09 | 1 | -2/+7 |
| | |||||
* | added NUL driver for DMesa | Daniel Borca | 2004-02-07 | 1 | -63/+71 |
| | |||||
* | GL_TEXTURE_1D and other stories... | Daniel Borca | 2004-01-29 | 1 | -1/+9 |
| | |||||
* | accomodated new driver_func initialization | Daniel Borca | 2004-01-23 | 1 | -4/+11 |
| | | | | | | added DMesaGetProcAddress some other minor fixes updated documentation | ||||
* | _mesa_delete_texture_object and some other updates | Daniel Borca | 2004-01-15 | 1 | -9/+5 |
| | |||||
* | small fixes | Daniel Borca | 2004-01-13 | 1 | -1/+10 |
| | |||||
* | protect against broken apps | Daniel Borca | 2004-01-07 | 1 | -4/+11 |
| | |||||
* | wgl interface | Daniel Borca | 2004-01-07 | 1 | -0/+7 |
| | |||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 1 | -0/+23 |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | ||||
* | fixed prototypes for wglGammaRamp3DFX | Daniel Borca | 2003-12-11 | 1 | -6/+4 |
| | |||||
* | got rid of __FUNCTION__ :( | Daniel Borca | 2003-12-10 | 1 | -1/+79 |
| | | | | | | | | | | | | | | 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 | ||||
* | doc updates; GLUT timer additions; fixed compilation warnings | Daniel Borca | 2003-11-18 | 1 | -2/+11 |
| | |||||
* | NCC fixes and some cosmetics | Daniel Borca | 2003-11-07 | 1 | -47/+0 |
| | |||||
* | Napalm total immersion | Daniel Borca | 2003-10-21 | 1 | -3/+1 |
| | |||||
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 1 | -2/+2 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -175/+298 |
| | |||||
* | DOS and glide driver updates from Daniel Borca | Brian Paul | 2003-08-19 | 1 | -201/+215 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
* | updated wglGetProcAddress | Brian Paul | 2002-09-04 | 1 | -86/+5 |
| | |||||
* | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | 2001-09-23 | 1 | -21/+8 |
| | |||||
* | include fxdrv.h before other headers (Ivan Kalvatchev) | Brian Paul | 2001-04-03 | 1 | -1/+1 |
| | |||||
* | used indent to clean-up the code | Brian Paul | 2001-03-03 | 1 | -643/+670 |
| | |||||
* | Lots of changes: | Keith Whitwell | 2000-11-05 | 1 | -1/+0 |
| | | | | | | | | | | - 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. | ||||
* | udpated version/copyright info | Brian Paul | 2000-02-09 | 1 | -2/+2 |
| | |||||
* | added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) | Brian Paul | 1999-12-02 | 1 | -0/+1 |
| | |||||
* | update/merge with Daryll's X server changes | Brian Paul | 1999-11-15 | 1 | -24/+52 |
| | |||||
* | Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵ | Ted Jump | 1999-10-30 | 1 | -1/+3 |
| | | | | appropriate | ||||
* | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump | 1999-10-20 | 1 | -3/+3 |
| | |||||
* | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul | 1999-10-13 | 1 | -5/+5 |
| | |||||
* | Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT | Ted Jump | 1999-09-19 | 1 | -1/+0 |
| | |||||
* | added Eero's multitexture function patch | Brian Paul | 1999-09-13 | 1 | -0/+34 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+806 |