summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/glxapi.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu1-3/+2
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg1-30/+0
2010-03-19drivers/x11: add PUBLIC qualifier to more API functionsBrian Paul1-7/+8
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu1-1/+2
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu1-0/+3
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes1-0/+3
2009-11-05mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu1-0/+30
2009-02-23mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal1-0/+5
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+1
2008-06-05prefix some includes with mesa/ or glapi/Brian Paul1-2/+2
2007-06-12fix GLX_USE_TLS breakage, fix a warningBrian1-2/+2
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian1-2/+30
2007-01-23fixes for C++ warnings/errorsBrian1-1/+1
2006-09-20make current GLX context per-threadBrian Paul1-4/+33
2006-06-13GLX_BAD_CONTEXT checks in video-sync functionsBrian Paul1-5/+5
2006-03-16added #undef GET_DISPATCHBrian Paul1-2/+5
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-62/+1
2005-03-01added stub functions for GLX_MESA_allocate_memoryBrian Paul1-4/+34
2004-12-02reverse some debug that slipped throughAlan Hourihane1-3/+0
2004-12-02Fix some warningsAlan Hourihane1-0/+3
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul1-213/+249
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-01-14initial code for render-to-textureBrian Paul1-2/+51
2002-11-18bring in a few AGP-related bits from 4.0.4Brian Paul1-5/+22
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul1-1/+34
2002-03-15updated comments. removed dead code.Brian Paul1-140/+3
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul1-1/+11
2001-05-29more DRI libGL-related changesBrian Paul1-15/+18
2001-05-29removed some old DRI-ismsBrian Paul1-2/+7
2001-05-29added new functions to GLX_functions[]Brian Paul1-4/+65
2001-05-25more work on XMesa / libGL integrationBrian Paul1-117/+79
2001-05-24added some casts so that older glx.h can be usedBrian Paul1-5/+5
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul1-35/+44
2001-05-24prototyping some new stuffBrian Paul1-82/+314
2000-12-15added more GLX extension function stubsBrian Paul1-45/+211
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul1-3/+104
2000-11-19* More work on the auto* build systemJon Taylor1-1/+2
2000-06-08variety of updates to better conform to real GLXBrian Paul1-25/+25
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul1-2/+10
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul1-2/+2
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul1-3/+2
2000-02-25changed glXCopyContext's mask to unsigned longBrian Paul1-3/+3
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell1-2/+2
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul1-2/+3
1999-12-10added glXGetProcAddressARB()Brian Paul1-1/+24