aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
* depth buffer change, BGR/RGB setup changeBrian Paul2000-03-031-4/+18
* clean-up warningsBrian Paul2000-03-033-16/+20
* runtime selectable depth buffer depthBrian Paul2000-03-031-26/+39
* fixed front/back buffer stride problem for XF86DRIBrian Paul2000-02-251-1/+6
* new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul2000-02-251-181/+261
* disabled an fprintf in FX_grSstQueryHardware()Brian Paul2000-02-221-0/+2
* update fog near/far bug fixBrian Paul2000-02-162-47/+37
* updated with changes from DRI project CVSBrian Paul2000-02-166-29/+63
* initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul2000-02-131-0/+5
* added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul2000-02-121-2/+6
* udpated version/copyright infoBrian Paul2000-02-098-16/+16
* removed fxDDBufferSize protoBrian Paul2000-02-091-4/+2
* updated fxDDGetString() for DRIBrian Paul2000-02-091-46/+72
* in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul2000-02-061-13/+17
* clearing depth buffer failed when clearing front color bufferBrian Paul2000-02-061-17/+19
* added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul2000-02-041-7/+89
* pass IntFormat, not Format to fxTexGetFormatBrian Paul2000-02-041-1/+1
* updated with latest DRI tree changesBrian Paul2000-01-187-308/+464
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* return GL_FALSE in fxDDColorMaskBrian Paul2000-01-061-1/+1
* updated Clear function for new mask bitsBrian Paul2000-01-061-52/+55
* new depth buffer functionsBrian Paul1999-12-103-453/+64
* pass new args to gl_create_framebufferBrian Paul1999-12-101-1/+5
* applied Daryll's patchesBrian Paul1999-12-103-408/+409
* applied Daryll's patchesBrian Paul1999-12-104-112/+146
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
* fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul1999-12-011-1/+16
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-3/+28
* removed redundant fxCloseHardware() declBrian Paul1999-11-221-1/+0
* fixed FX_grSstControl(), now returns FxBoolBrian Paul1999-11-182-15/+18
* removed unused fxTMNewTMFreeNode declBrian Paul1999-11-181-1/+0
* texture palette updateBrian Paul1999-11-151-14/+14
* include mem.hBrian Paul1999-11-151-0/+1
* fixed mistake in merge regarding texture palettesBrian Paul1999-11-151-14/+14
* update/merge with Daryll's X server changesBrian Paul1999-11-1510-712/+1872
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump1999-10-301-1/+3
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-194-9/+54
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-133-20/+20
* fixed voodoo initializationKeith Whitwell1999-10-083-22/+20
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-083-328/+320
* Added PARB support.Miklos Fazekas1999-10-051-0/+45
* Added gl_ext_multitexture_ADD suport.Miklos Fazekas1999-10-051-1/+1
* Added packed ARGB support.Miklos Fazekas1999-10-051-0/+57
* Packed RGBA support.Miklos Fazekas1999-10-051-2/+20
* Packed RGB support.Miklos Fazekas1999-10-051-24/+47
* Added support for GL_ext_texture_addMiklos Fazekas1999-10-051-0/+4
* Minor cleanup.Miklos Fazekas1999-10-051-7/+3