Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / drivers / glide / fxapi.c
2004-06-19 Daniel BorcaHack for linear fogging. Added empty routines for WGL_A...
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-06-03 Daniel Borcamasked out unsupported glBlendColor (some games check...
2004-05-12 Daniel Borcaminor fixes
2004-03-29 Daniel Borcacode cleanup heheh
2004-03-25 Daniel Borcasmall changes (version string)
2004-03-08 Daniel BorcaVoodoo Rush fixes
2004-03-02 Daniel Borcaworkaround for crash-upon-exit in verbose mode
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-01-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-08 Daniel Borcaenvvars to control run-time
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-13 Daniel Borcaglide driver (wip)
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-03-27 Brian Paulsilence compiler warnings
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith WhitwellLots of changes:
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-31 Brian Pauladded more resolutions (Andy Sloane)
2000-05-05 Brian Pauladded check for tmuRam==4 for Voodoo2 (Bernd)
2000-05-04 Brian Paulmade fxMesaCurrentCtx static
2000-04-14 Brian Paulapplied Bernd's changes to useBGR code
2000-03-31 Brian Paulmisc clean-up
2000-03-31 Brian Pauladded more debugging code
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-19 Brian Paulremoved GL_FXMESA_global_texture_lod_bias extension
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-02-12 Brian Pauladded MESA_FX_NO_SIGNALS env var (Michael Vance)
2000-02-09 Brian Pauludpated version/copyright info
2000-01-13 Brian Pauladded fxMesaContext arg to fxInitPixelTables()
1999-12-10 Brian Paulpass new args to gl_create_framebuffer
1999-12-01 Brian PaulfxInitPixelTables() change for Voodoo 1/2 vs 3
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-10-08 Keith Whitwellfixed voodoo initialization
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-10-05 Miklos FazekasMinor cleanup.
1999-08-29 Keith Whitwellremoved bogus call
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 jtgInitial revision