summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-01-31include conf.htanner
2000-01-27updated version string to Mesa 3.3Brian Paul
2000-01-25updated RGB2BGR functionBrian Paul
2000-01-25updated for Mesa 3.3Brian Paul
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul
2000-01-22updated SVGA sources from Mesa 3.2Brian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-15Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank
2000-01-14GLcontext is now nested in OSMesaContextBrian Paul
2000-01-13added fxMesaContext arg to fxInitPixelTables()Brian Paul
2000-01-07* Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-06return GL_FALSE in fxDDColorMaskBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-17removed old thread codeBrian Paul
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul
1999-12-11added GLX_ARB_get_proc_address to extension listBrian 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-10pass new args to gl_create_framebuffer()Brian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10added glXGetProcAddressARB()Brian 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-28added missing functions in GLX_functions[] arrayBrian Paul
1999-11-28updated comments, removed obsolete functionsBrian Paul
1999-11-28removed include fakeglx.hBrian Paul
1999-11-28obsoleteBrian Paul
1999-11-28changes for new GLX dispatcherBrian Paul
1999-11-28all new dispatch systemBrian Paul
1999-11-28initial revBrian Paul
1999-11-25bunch of changes for separate read buffer featureBrian Paul
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-23added GLX 1.3 functionsBrian Paul
1999-11-22clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul
1999-11-22added glXGetCurrentDisplay() for GLX 1.2Brian 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-18test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian 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-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-11-11updated for new texture color palette structBrian Paul