summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/glxapi.h
AgeCommit message (Expand)AuthorFilesLines
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian1-0/+5
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick1-7/+0
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul1-9/+3
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-3/+8
2002-10-08added missing dispatch code for new AGP-related functionsBrian Paul1-2/+5
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul1-1/+7
2002-03-15updated comments. removed dead code.Brian Paul1-6/+14
2001-05-29more DRI libGL-related changesBrian Paul1-2/+2
2001-05-25more work on XMesa / libGL integrationBrian Paul1-40/+29
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul1-4/+19
2000-12-15added more GLX extension function stubsBrian Paul1-15/+55
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul1-5/+23
2000-06-08variety of updates to better conform to real GLXBrian Paul1-23/+13
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul1-2/+3
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul1-2/+2
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul1-2/+2
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul1-2/+2
1999-11-28initial revBrian Paul1-0/+162