aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/glxapi.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal2009-02-231-0/+5
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-0/+1
* prefix some includes with mesa/ or glapi/Brian Paul2008-06-051-2/+2
* fix GLX_USE_TLS breakage, fix a warningBrian2007-06-121-2/+2
* Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-2/+30
* fixes for C++ warnings/errorsBrian2007-01-231-1/+1
* make current GLX context per-threadBrian Paul2006-09-201-4/+33
* GLX_BAD_CONTEXT checks in video-sync functionsBrian Paul2006-06-131-5/+5
* added #undef GET_DISPATCHBrian Paul2006-03-161-2/+5
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-62/+1
* added stub functions for GLX_MESA_allocate_memoryBrian Paul2005-03-011-4/+34
* reverse some debug that slipped throughAlan Hourihane2004-12-021-3/+0
* Fix some warningsAlan Hourihane2004-12-021-0/+3
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-251-213/+249
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* initial code for render-to-textureBrian Paul2003-01-141-2/+51
* bring in a few AGP-related bits from 4.0.4Brian Paul2002-11-181-5/+22
* stub functions for glXAllocate/FreeMemoryNV()Brian Paul2002-08-221-1/+34
* updated comments. removed dead code.Brian Paul2002-03-151-140/+3
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-1/+11
* more DRI libGL-related changesBrian Paul2001-05-291-15/+18
* removed some old DRI-ismsBrian Paul2001-05-291-2/+7
* added new functions to GLX_functions[]Brian Paul2001-05-291-4/+65
* more work on XMesa / libGL integrationBrian Paul2001-05-251-117/+79
* added some casts so that older glx.h can be usedBrian Paul2001-05-241-5/+5
* Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul2001-05-241-35/+44
* prototyping some new stuffBrian Paul2001-05-241-82/+314
* added more GLX extension function stubsBrian Paul2000-12-151-45/+211
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-141-3/+104
* * More work on the auto* build systemJon Taylor2000-11-191-1/+2
* 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