summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/fakeglx.c
Commit message (Expand)AuthorAgeFilesLines
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-10/+0
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-7/+7
* implement Fake_glXCreateWindow() to fix bug #890894Brian Paul2004-02-081-2/+9
* fix glXChooseFBConfig bug 890167Brian Paul2004-02-041-4/+5
* glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul2004-02-021-3/+26
* fix visinfo typoBrian Paul2003-12-121-1/+1
* check for null dpy in Fake_glXGetConfig()Brian Paul2003-12-121-0/+3
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+10
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-3/+2
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-2/+2
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* casts to silence g++ warningsBrian Paul2003-02-251-5/+5
* initial code for render-to-textureBrian Paul2003-01-141-4/+33
* bring in a few AGP-related bits from 4.0.4Brian Paul2002-11-181-2/+15
* bump version to 5.1Brian Paul2002-11-141-3/+3
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-101-31/+68
* minor multi-sample clean-upsBrian Paul2002-11-051-4/+14
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-301-12/+9
* more version bumpsBrian Paul2002-10-291-3/+3
* wrapped a few more C library functionsBrian Paul2002-10-251-16/+16
* 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