summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul
1999-12-10added glXGetProcAddressARB()Brian Paul
1999-11-28added missing functions in GLX_functions[] arrayBrian Paul
1999-11-28updated comments, removed obsolete functionsBrian Paul
1999-11-28removed include fakeglx.hBrian Paul
1999-11-28obsoleteBrian Paul
1999-11-28changes for new GLX dispatcherBrian Paul
1999-11-28all new dispatch systemBrian Paul
1999-11-28initial revBrian Paul
1999-11-25bunch of changes for separate read buffer featureBrian Paul
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-23added GLX 1.3 functionsBrian 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-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
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