summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/glxapi.c
Commit message (Expand)AuthorAgeFilesLines
* variety of updates to better conform to real GLXBrian Paul2000-06-081-25/+25
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-101-2/+10
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-271-2/+2
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-251-3/+2
* 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-231-2/+3
* added glXGetProcAddressARB()Brian Paul1999-12-101-1/+24
* added missing functions in GLX_functions[] arrayBrian Paul1999-11-281-2/+5
* all new dispatch systemBrian Paul1999-11-281-361/+551
* implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1999-11-251-7/+13
* added GLX 1.3 functionsBrian Paul1999-11-231-1/+159
* added glXGetCurrentDisplay() for GLX 1.2Brian Paul1999-11-221-1/+14
* disabled glXGetProcAddress codeBrian Paul1999-10-271-2/+2
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-161-4/+19
* added GLX_EXT_get_proc_addressBrian Paul1999-09-111-1/+12
* Initial revisionjtg1999-08-191-0/+405