summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/glxapi.c
Commit message (Expand)AuthorAgeFilesLines
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-291-0/+20
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+1
* xlib: remove unneeded context tracking codeBrian Paul2014-03-031-43/+4
* xlib: remove unused realglx.[ch] filesBrian Paul2014-03-031-11/+4
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-30/+0
* drivers/x11: add PUBLIC qualifier to more API functionsBrian Paul2010-03-191-7/+8
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-0/+3
|\
| * DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-0/+3
* | mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
|/
* 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