summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxwgl.c
Commit message (Collapse)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 ↵Daniel Borca2004-06-191-8/+127
| | | | WGL_ARB_render_texture WGL_ARB_pbuffer
* 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
| | | | fixed wgl interface for fxMesa
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-021-0/+2
| | | | | fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers
* 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
| | | | | | added DMesaGetProcAddress some other minor fixes updated documentation
* _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
| | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
* fixed prototypes for wglGammaRamp3DFXDaniel Borca2003-12-111-6/+4
|
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-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 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
| | | | | | | | 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 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
| | | | | | | | | | - 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 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 ↵Ted Jump1999-10-301-1/+3
| | | | appropriate
* 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