summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* updated Phil's email addressBrian Paul2000-08-021-2/+2
* a bunch of thread-safety changesBrian Paul2000-07-191-1/+4
* variety of updates to better conform to real GLXBrian Paul2000-06-083-64/+59
* Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul2000-05-191-3/+4
* minor clean-upBrian Paul2000-04-193-25/+53
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-103-6/+25
* new arguments to XMesaCreateVisual()Brian Paul2000-04-051-7/+7
* fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul2000-03-311-2/+6
* added rest of GLX_EXT_visual_rating extensionBrian Paul2000-03-311-3/+12
* minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul2000-03-311-2/+3
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-312-21/+69
* silence some warningsBrian Paul2000-03-171-1/+4
* runtime selectable depth buffer depthBrian Paul2000-03-031-4/+25
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-273-6/+6
* inserted a tabBrian Paul2000-02-251-2/+2
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-253-7/+6
* 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