summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/glxapi.h
Commit message (Expand)AuthorAgeFilesLines
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-121-3/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-121-4/+0
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-011-3/+0
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-011-3/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-011-7/+0
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-021-1/+0
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-291-0/+5
* xlib: simplify context handlingBrian Paul2014-03-031-1/+1
* 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
* Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-0/+5
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-261-7/+0
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-251-9/+3
* 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-3/+8
* added missing dispatch code for new AGP-related functionsBrian Paul2002-10-081-2/+5
* stub functions for glXAllocate/FreeMemoryNV()Brian Paul2002-08-221-1/+7
* updated comments. removed dead code.Brian Paul2002-03-151-6/+14
* more DRI libGL-related changesBrian Paul2001-05-291-2/+2
* more work on XMesa / libGL integrationBrian Paul2001-05-251-40/+29
* Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul2001-05-241-4/+19
* added more GLX extension function stubsBrian Paul2000-12-151-15/+55
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-141-5/+23
* variety of updates to better conform to real GLXBrian Paul2000-06-081-23/+13
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-101-2/+3
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-271-2/+2
* changed glXCopyContext mask back to GLuintBrian Paul2000-02-251-2/+2
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-231-2/+2
* initial revBrian Paul1999-11-281-0/+162