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