summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* changes for new GLX dispatcherBrian Paul1999-11-281-88/+340
* all new dispatch systemBrian Paul1999-11-281-361/+551
* initial revBrian Paul1999-11-281-0/+162
* bunch of changes for separate read buffer featureBrian Paul1999-11-251-12/+13
* implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1999-11-252-14/+113
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-252-6/+40
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-7/+5
* added GLX 1.3 functionsBrian Paul1999-11-231-1/+159
* clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul1999-11-221-11/+31
* added glXGetCurrentDisplay() for GLX 1.2Brian Paul1999-11-224-4/+43
* 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
* test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1999-11-181-3/+3
* 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
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-1215-15/+0
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
* initial changes for Mesa 3.3Brian Paul1999-11-111-4/+4
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-113-15/+78
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app...Ted Jump1999-10-301-1/+3
* disabled glXGetProcAddress codeBrian Paul1999-10-272-3/+5
* 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
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-1/+6
* fixed an RGB vs CI bug in overlay visual selectionBrian Paul1999-10-141-3/+27
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-135-24/+24
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-5/+5
* fixed voodoo initializationKeith Whitwell1999-10-083-22/+20
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-084-338/+367
* 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
* Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3Jon Taylor1999-09-211-16/+5
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-192-431/+430
* Large patch:Keith Whitwell1999-09-181-11/+12
* Fix for write-rgba-span and othersKeith Whitwell1999-09-171-22/+48
* Win32 build req't updatesTed Jump1999-09-171-3/+3
* added GL_EXT_get_proc_addressBrian Paul1999-09-161-3/+3
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-162-20/+58
* bumped version strings to Mesa 3.1Brian Paul1999-09-151-3/+3
* added Eero's multitexture function patchBrian Paul1999-09-131-0/+34
* Re-added missing GGIMesa context bufsize structure memberJon Taylor1999-09-131-0/+1