summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-23updates for Mesa 4.0Brian Paul1-6/+6
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul1-4/+4
2001-09-01prototype work for Pbuffer supportBrian Paul1-27/+256
2001-08-20bumped version string to 3.5.1Brian Paul1-2/+2
2001-08-07fixed GLX context sharing bug (reported by Eric Plante)Brian Paul1-3/+3
2001-05-29more DRI libGL-related changesBrian Paul1-3/+4
2001-05-25more work on XMesa / libGL integrationBrian Paul1-73/+50
2001-05-24added some casts so that older glx.h can be usedBrian Paul1-4/+4
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul1-25/+75
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul1-25/+25
2001-03-23minor tweak to visual setup for accum buffersBrian Paul1-6/+6
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul1-2/+2
2001-02-17added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul1-17/+35
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-25/+25
2001-01-08revert XMesaCreateContext changesKeith Whitwell1-25/+21
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell1-21/+25
2000-12-15added more GLX extension function stubsBrian Paul1-34/+436
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul1-3/+20
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul1-2/+2
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul1-6/+7
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul1-2/+2
2000-08-08updated version to 3.5Brian Paul1-3/+3
2000-08-02updated Phil's email addressBrian Paul1-2/+2
2000-06-08variety of updates to better conform to real GLXBrian Paul1-16/+21
2000-04-19minor clean-upBrian Paul1-22/+7
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul1-2/+12
2000-04-05new arguments to XMesaCreateVisual()Brian Paul1-7/+7
2000-03-31fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul1-2/+6
2000-03-31added rest of GLX_EXT_visual_rating extensionBrian Paul1-3/+12
2000-03-31minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul1-2/+3
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul1-20/+67
2000-03-17silence some warningsBrian Paul1-1/+4
2000-03-03runtime selectable depth buffer depthBrian Paul1-4/+25
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-3/+3
2000-01-27updated version string to Mesa 3.3Brian Paul1-3/+3
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul1-3/+3
1999-11-28updated comments, removed obsolete functionsBrian Paul1-93/+3
1999-11-28changes for new GLX dispatcherBrian Paul1-88/+340
1999-11-25implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1-7/+100
1999-11-22clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul1-11/+31
1999-11-22added glXGetCurrentDisplay() for GLX 1.2Brian Paul1-1/+13
1999-11-18test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1-3/+3
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+4
1999-10-27disabled glXGetProcAddress codeBrian Paul1-1/+3
1999-10-16removed GL_EXT_get_proc_addressBrian Paul1-1/+6
1999-10-14fixed an RGB vs CI bug in overlay visual selectionBrian Paul1-3/+27
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1-2/+2