summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* Header file clean-up:Brian Paul2002-10-241-4/+4
* Pbuffers seem to work!Brian Paul2002-10-051-101/+190
* more work on fbconfig/pbuffer supportBrian Paul2002-10-051-226/+216
* stub functions for glXAllocate/FreeMemoryNV()Brian Paul2002-08-221-1/+27
* Fix glXCopyContext bugBrian Paul2002-06-161-3/+5
* more removal of fprintf() callsBrian Paul2002-06-131-12/+15
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-271-7/+15
* C++ fixBrian Paul2002-04-191-1/+5
* return NULL from Fake_glXCreateContext() if dpy or visinfo are NULLBrian Paul2002-04-021-1/+5
* protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul2002-03-151-3/+4
* remove a debug printfBrian Paul2002-03-151-2/+1
* version bumps, etc for 4.1Brian Paul2001-10-221-3/+3
* updates for Mesa 4.0Brian Paul2001-09-231-6/+6
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-4/+4
* prototype work for Pbuffer supportBrian Paul2001-09-011-27/+256
* bumped version string to 3.5.1Brian Paul2001-08-201-2/+2
* fixed GLX context sharing bug (reported by Eric Plante)Brian Paul2001-08-071-3/+3
* more DRI libGL-related changesBrian Paul2001-05-291-3/+4
* more work on XMesa / libGL integrationBrian Paul2001-05-251-73/+50
* added some casts so that older glx.h can be usedBrian Paul2001-05-241-4/+4
* Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul2001-05-241-25/+75
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-25/+25
* minor tweak to visual setup for accum buffersBrian Paul2001-03-231-6/+6
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-25/+25
* revert XMesaCreateContext changesKeith Whitwell2001-01-081-25/+21
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-21/+25
* added more GLX extension function stubsBrian Paul2000-12-151-34/+436
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-141-3/+20
* Committing in .Jouk Jansen2000-11-221-7/+7
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-101-2/+2
* better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul2000-10-051-6/+7
* renamed gl_copy_context to _mesa_copy_contextBrian Paul2000-09-261-2/+2
* updated version to 3.5Brian Paul2000-08-081-3/+3
* updated Phil's email addressBrian Paul2000-08-021-2/+2
* variety of updates to better conform to real GLXBrian Paul2000-06-081-16/+21
* minor clean-upBrian Paul2000-04-191-22/+7
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-101-2/+12
* new arguments to XMesaCreateVisual()Brian Paul2000-04-051-7/+7
* fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul2000-03-311-2/+6
* added rest of GLX_EXT_visual_rating extensionBrian Paul2000-03-311-3/+12
* minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul2000-03-311-2/+3
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-311-20/+67
* silence some warningsBrian Paul2000-03-171-1/+4
* runtime selectable depth buffer depthBrian Paul2000-03-031-4/+25
* 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-3/+3
* updated version string to Mesa 3.3Brian Paul2000-01-271-3/+3