summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/glxapi.h
AgeCommit message (Expand)Author
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2005-07-26Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-01-14initial code for render-to-textureBrian Paul
2002-10-08added missing dispatch code for new AGP-related functionsBrian Paul
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul
2002-03-15updated comments. removed dead code.Brian Paul
2001-05-29more DRI libGL-related changesBrian Paul
2001-05-25more work on XMesa / libGL integrationBrian Paul
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul
2000-12-15added more GLX extension function stubsBrian Paul
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
1999-11-28initial revBrian Paul