summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
2000-02-25fixed front/back buffer stride problem for XF86DRIBrian Paul
2000-02-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul
2000-02-16update fog near/far bug fixBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-13initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul
2000-02-12added MESA_FX_NO_SIGNALS env var (Michael Vance)Brian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-02-09removed fxDDBufferSize protoBrian Paul
2000-02-09updated fxDDGetString() for DRIBrian Paul
2000-02-06in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul
2000-02-06clearing depth buffer failed when clearing front color bufferBrian Paul
2000-02-04added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-13added fxMesaContext arg to fxInitPixelTables()Brian Paul
2000-01-06return GL_FALSE in fxDDColorMaskBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10pass new args to gl_create_framebufferBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-02added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul
1999-12-01fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-22removed redundant fxCloseHardware() declBrian Paul
1999-11-18fixed FX_grSstControl(), now returns FxBoolBrian Paul
1999-11-18removed unused fxTMNewTMFreeNode declBrian Paul
1999-11-15texture palette updateBrian Paul
1999-11-15include mem.hBrian Paul
1999-11-15fixed mistake in merge regarding texture palettesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-11-11updated for new texture color palette structBrian Paul
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-16Fixed a MacOS specific compile error.Miklos Fazekas
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-10-08fixed voodoo initializationKeith Whitwell
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-10-05Added PARB support.Miklos Fazekas
1999-10-05Added gl_ext_multitexture_ADD suport.Miklos Fazekas
1999-10-05Added packed ARGB support.Miklos Fazekas
1999-10-05Packed RGBA support.Miklos Fazekas
1999-10-05Packed RGB support.Miklos Fazekas
1999-10-05Added support for GL_ext_texture_addMiklos Fazekas
1999-10-05Minor cleanup.Miklos Fazekas
1999-09-19Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump
1999-09-18Large patch:Keith Whitwell
1999-09-17Fix for write-rgba-span and othersKeith Whitwell