summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-03fixed glXChooseVisual to return NULL if using Glide and user requests too dee...Brian Paul1-6/+30
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul1-6/+7
2000-08-08changed version to 3.4Brian Paul1-2/+2
2000-07-31updated Phil's email addressBrian Paul1-3/+3
2000-06-08variety of updates to better conform to real GLXBrian Paul1-16/+21
2000-04-19minor clean-upBrian Paul1-22/+7
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul1-2/+12
2000-04-05new arguments to XMesaCreateVisual()Brian Paul1-7/+7
2000-03-31fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul1-2/+6
2000-03-31added rest of GLX_EXT_visual_rating extensionBrian Paul1-3/+12
2000-03-31minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul1-2/+3
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul1-20/+67
2000-03-17silence some warningsBrian Paul1-1/+4
2000-03-03runtime selectable depth buffer depthBrian Paul1-4/+25
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul1-2/+2
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul1-2/+2
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul1-3/+3
2000-01-27updated version string to Mesa 3.3Brian Paul1-3/+3
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul1-3/+3
1999-11-28updated comments, removed obsolete functionsBrian Paul1-93/+3
1999-11-28changes for new GLX dispatcherBrian Paul1-88/+340
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1-7/+100
1999-11-22clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul1-11/+31
1999-11-22added glXGetCurrentDisplay() for GLX 1.2Brian Paul1-1/+13
1999-11-18test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1-3/+3
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+4
1999-10-27disabled glXGetProcAddress codeBrian Paul1-1/+3
1999-10-16removed GL_EXT_get_proc_addressBrian Paul1-1/+6
1999-10-14fixed an RGB vs CI bug in overlay visual selectionBrian Paul1-3/+27
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1-2/+2
1999-09-16added GL_EXT_get_proc_addressBrian Paul1-3/+3
1999-09-16added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1-16/+39
1999-09-15bumped version strings to Mesa 3.1Brian Paul1-3/+3
1999-09-12fixed typo in GetProcAddressBrian Paul1-2/+2
1999-09-11clean-up of glXGetProcAddressEXT()Brian Paul1-6/+6
1999-09-11added GLX_EXT_get_proc_addressBrian Paul1-1/+27
1999-09-03fix for GL_COMPILE_AND_EXECUTE bugKeith Whitwell1-43/+1
1999-08-19Initial revisionjtg1-0/+1516