aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* minor tweak to visual setup for accum buffersBrian Paul2001-03-231-6/+6
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-25/+25
* revert XMesaCreateContext changesKeith Whitwell2001-01-081-25/+21
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-21/+25
* added more GLX extension function stubsBrian Paul2000-12-151-34/+436
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-141-3/+20
* Committing in .Jouk Jansen2000-11-221-7/+7
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-101-2/+2
* better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul2000-10-051-6/+7
* renamed gl_copy_context to _mesa_copy_contextBrian Paul2000-09-261-2/+2
* updated version to 3.5Brian Paul2000-08-081-3/+3
* updated Phil's email addressBrian Paul2000-08-021-2/+2
* variety of updates to better conform to real GLXBrian Paul2000-06-081-16/+21
* minor clean-upBrian Paul2000-04-191-22/+7
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-101-2/+12
* 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-311-20/+67
* 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-271-2/+2
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-251-2/+2
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-231-3/+3
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3
* added GLX_ARB_get_proc_address to extension listBrian Paul1999-12-111-3/+3
* updated comments, removed obsolete functionsBrian Paul1999-11-281-93/+3
* changes for new GLX dispatcherBrian Paul1999-11-281-88/+340
* implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1999-11-251-7/+100
* 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-221-1/+13
* 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-111-12/+4
* disabled glXGetProcAddress codeBrian Paul1999-10-271-1/+3
* 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-131-2/+2
* added GL_EXT_get_proc_addressBrian Paul1999-09-161-3/+3
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-161-16/+39
* 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-111-1/+27
* fix for GL_COMPILE_AND_EXECUTE bugKeith Whitwell1999-09-031-43/+1
* Initial revisionjtg1999-08-191-0/+1516