summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/fakeglx.c
AgeCommit message (Expand)Author
2003-12-12fix visinfo typoBrian Paul
2003-12-12check for null dpy in Fake_glXGetConfig()Brian Paul
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-05-27Version defines. include "version.h" in a few files.Brian Paul
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-03-24disable prototyped GLX_ARB_render_texture extensionBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-01-14initial code for render-to-textureBrian Paul
2002-11-18bring in a few AGP-related bits from 4.0.4Brian Paul
2002-11-14bump version to 5.1Brian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-11-05minor multi-sample clean-upsBrian Paul
2002-10-30use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul
2002-10-29more version bumpsBrian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul
2002-06-16Fix glXCopyContext bugBrian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-05-27some initial work for fbconfigs/pbuffersBrian Paul
2002-04-19C++ fixBrian Paul
2002-04-02return NULL from Fake_glXCreateContext() if dpy or visinfo are NULLBrian Paul
2002-03-15protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul
2002-03-15remove a debug printfBrian Paul
2001-10-22version bumps, etc for 4.1Brian Paul
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-01prototype work for Pbuffer supportBrian Paul
2001-08-20bumped version string to 3.5.1Brian Paul
2001-08-07fixed GLX context sharing bug (reported by Eric Plante)Brian Paul
2001-05-29more DRI libGL-related changesBrian Paul
2001-05-25more work on XMesa / libGL integrationBrian Paul
2001-05-24added some casts so that older glx.h can be usedBrian Paul
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul
2001-03-23minor tweak to visual setup for accum buffersBrian Paul
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-02-17added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-08revert XMesaCreateContext changesKeith Whitwell
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell
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-11-22 Committing in .Jouk Jansen
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul