summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/glxapi.c
AgeCommit message (Expand)Author
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul
2000-02-25changed glXCopyContext's mask to unsigned longBrian Paul
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
1999-12-10added glXGetProcAddressARB()Brian Paul
1999-11-28added missing functions in GLX_functions[] arrayBrian Paul
1999-11-28all new dispatch systemBrian Paul
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul
1999-11-23added GLX 1.3 functionsBrian Paul
1999-11-22added glXGetCurrentDisplay() for GLX 1.2Brian Paul
1999-10-27disabled glXGetProcAddress codeBrian Paul
1999-09-16added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul
1999-09-11added GLX_EXT_get_proc_addressBrian Paul
1999-08-19Initial revisionjtg