use structure containment to derive xmesa_context from GLcontext
[mesa.git] / src / mesa / drivers / x11 / fakeglx.c
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-03-24 Brian Pauldisable prototyped GLX_ARB_render_texture extension
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-01-14 Brian Paulinitial code for render-to-texture
2002-11-18 Brian Paulbring in a few AGP-related bits from 4.0.4
2002-11-14 Brian Paulbump version to 5.1
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-11-05 Brian Paulminor multi-sample clean-ups
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-29 Brian Paulmore version bumps
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-06-16 Brian PaulFix glXCopyContext bug
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-04-19 Brian PaulC++ fix
2002-04-02 Brian Paulreturn NULL from Fake_glXCreateContext() if dpy or...
2002-03-15 Brian Paulprotect currentReadable reference with #ifndef GLX_BUIL...
2002-03-15 Brian Paulremove a debug printf
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-09-01 Brian Paulprototype work for Pbuffer support
2001-08-20 Brian Paulbumped version string to 3.5.1
2001-08-07 Brian Paulfixed GLX context sharing bug (reported by Eric Plante)
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-25 Brian Paulmore work on XMesa / libGL integration
2001-05-24 Brian Pauladded some casts so that older glx.h can be used
2001-05-24 Brian PaulInitial changes to allow Mesa and its fake GLX to be...
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-03-23 Brian Paulminor tweak to visual setup for accum buffers
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-02-17 Brian Pauladded MESA_GLX_FORCE_CI env var (useful for conformance...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-08 Keith Whitwellrevert XMesaCreateContext changes
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2000-12-15 Brian Pauladded more GLX extension function stubs
2000-12-14 Brian Pauladded some more GLX extension entrypoints (fix GLUT...
2000-11-22 Jouk Jansen Committing in .
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-10-05 Brian Paulbetter handling of GLX_DEPTH_SIZE in glXChooseVisual()
2000-09-26 Brian Paulrenamed gl_copy_context to _mesa_copy_context
2000-08-08 Brian Paulupdated version to 3.5
2000-08-02 Brian Paulupdated Phil's email address
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-04-19 Brian Paulminor clean-up
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-03-31 Brian Paulfixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
2000-03-31 Brian Pauladded rest of GLX_EXT_visual_rating extension
2000-03-31 Brian Paulminor tweak to GLX_VISUAL_CAVEAT_EXT query
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-17 Brian Paulsilence some warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-25 Brian Paulchanged glXCopyContext mask back to GLuint
2000-02-23 Brian Paulchanged glXCopyContext()'s mask to unsigned long
2000-01-27 Brian Paulupdated version string to Mesa 3.3
1999-12-11 Brian Pauladded GLX_ARB_get_proc_address to extension list
1999-11-28 Brian Paulupdated comments, removed obsolete functions
1999-11-28 Brian Paulchanges for new GLX dispatcher
1999-11-25 Brian Paulimplemented glXMakeContextCurrent() and glXGetCurrentRe...
1999-11-22 Brian Paulclean up of version handling, removed GLX_EXT_get_proc_...
1999-11-22 Brian Pauladded glXGetCurrentDisplay() for GLX 1.2
1999-11-18 Brian Paultest visinfo, not vishandle in save_glx_visual (Wolfram...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-27 Brian Pauldisabled glXGetProcAddress code
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-14 Brian Paulfixed an RGB vs CI bug in overlay visual selection
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-09-16 Brian Pauladded GL_EXT_get_proc_address
1999-09-16 Brian Pauladded GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAd...
1999-09-15 Brian Paulbumped version strings to Mesa 3.1
1999-09-12 Brian Paulfixed typo in GetProcAddress
1999-09-11 Brian Paulclean-up of glXGetProcAddressEXT()
1999-09-11 Brian Pauladded GLX_EXT_get_proc_address
1999-09-03 Keith Whitwellfix for GL_COMPILE_AND_EXECUTE bug
1999-08-19 jtgInitial revision