Age | Commit message (Expand) | Author |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-05-27 | Version defines. include "version.h" in a few files. | Brian Paul |
2003-04-01 | use structure containment to derive xmesa_context from GLcontext | Brian Paul |
2003-03-24 | disable prototyped GLX_ARB_render_texture extension | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2003-02-25 | casts to silence g++ warnings | Brian Paul |
2003-01-14 | initial code for render-to-texture | Brian Paul |
2002-11-18 | bring in a few AGP-related bits from 4.0.4 | Brian Paul |
2002-11-14 | bump version to 5.1 | Brian Paul |
2002-11-10 | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul |
2002-11-05 | minor multi-sample clean-ups | Brian Paul |
2002-10-30 | use wrappers from imports.h rather than stdio, stdlib, etc functions. | Brian Paul |
2002-10-29 | more version bumps | Brian Paul |
2002-10-25 | wrapped a few more C library functions | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-05 | Pbuffers seem to work! | Brian Paul |
2002-10-05 | more work on fbconfig/pbuffer support | Brian Paul |
2002-08-22 | stub functions for glXAllocate/FreeMemoryNV() | Brian Paul |
2002-06-16 | Fix glXCopyContext bug | Brian Paul |
2002-06-13 | more removal of fprintf() calls | Brian Paul |
2002-05-27 | some initial work for fbconfigs/pbuffers | Brian Paul |
2002-04-19 | C++ fix | Brian Paul |
2002-04-02 | return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL | Brian Paul |
2002-03-15 | protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA | Brian Paul |
2002-03-15 | remove a debug printf | Brian Paul |
2001-10-22 | version bumps, etc for 4.1 | Brian Paul |
2001-09-23 | updates for Mesa 4.0 | Brian Paul |
2001-09-14 | more GL 1.3 and GLX 1.4 updates | Brian Paul |
2001-09-01 | prototype work for Pbuffer support | Brian Paul |
2001-08-20 | bumped version string to 3.5.1 | Brian Paul |
2001-08-07 | fixed GLX context sharing bug (reported by Eric Plante) | Brian Paul |
2001-05-29 | more DRI libGL-related changes | Brian Paul |
2001-05-25 | more work on XMesa / libGL integration | Brian Paul |
2001-05-24 | added some casts so that older glx.h can be used | Brian Paul |
2001-05-24 | Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. | Brian Paul |
2001-04-27 | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul |
2001-03-23 | minor tweak to visual setup for accum buffers | Brian Paul |
2001-03-08 | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul |
2001-02-17 | added MESA_GLX_FORCE_CI env var (useful for conformance testing) | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-08 | revert XMesaCreateContext changes | Keith Whitwell |
2001-01-08 | Modify X11 driver and fake glx to store a GLcontext | Keith Whitwell |
2000-12-15 | added more GLX extension function stubs | Brian Paul |
2000-12-14 | added some more GLX extension entrypoints (fix GLUT link problems when using ... | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-10 | patched to silence compiler warnings (Martin Lindhe) | Brian Paul |
2000-10-05 | better handling of GLX_DEPTH_SIZE in glXChooseVisual() | Brian Paul |
2000-09-26 | renamed gl_copy_context to _mesa_copy_context | Brian Paul |
2000-08-08 | updated version to 3.5 | Brian Paul |
2000-08-02 | updated Phil's email address | Brian Paul |