summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* changed glXCopyContext's mask to unsigned longBrian Paul2000-02-251-3/+3
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-2/+2
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-233-7/+8
* fixed bug in 24bpp ximage pixel addressingBrian Paul2000-02-221-3/+3
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
* updated Clear function for new mask bitsBrian Paul2000-01-061-1/+9
* bitmaps were vertically shifted by one pixelBrian Paul1999-12-121-2/+3
* added GLX_ARB_get_proc_address to extension listBrian Paul1999-12-111-3/+3
* added glXGetProcAddressARB()Brian Paul1999-12-101-1/+24
* added missing functions in GLX_functions[] arrayBrian Paul1999-11-281-2/+5
* updated comments, removed obsolete functionsBrian Paul1999-11-281-93/+3
* removed include fakeglx.hBrian Paul1999-11-281-2/+1
* obsoleteBrian Paul1999-11-282-364/+0
* 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
* 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
* test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1999-11-181-3/+3
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-113-15/+78
* disabled glXGetProcAddress codeBrian Paul1999-10-272-3/+5
* 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-132-4/+4
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-10/+47
* 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
* fixed typo in GetProcAddressBrian Paul1999-09-121-2/+2
* clean-up of glXGetProcAddressEXT()Brian Paul1999-09-111-6/+6
* added GLX_EXT_get_proc_addressBrian Paul1999-09-112-2/+39
* fix for GL_COMPILE_AND_EXECUTE bugKeith Whitwell1999-09-031-43/+1
* Initial revisionjtg1999-08-196-0/+3168