summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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
1999-11-11initial changes for Mesa 3.3Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump
1999-10-27disabled glXGetProcAddress codeBrian Paul
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-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-14fixed an RGB vs CI bug in overlay visual selectionBrian Paul
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-10-13removed GL_ prefix from memory 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-21Disable genkgi sublib handling until we have some sublibs to handleJon Taylor
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