Merge branch 'lp-offset-twoside'
[mesa.git] / src / mesa / drivers / x11 / fakeglx.c
2005-11-04 Brian PaulMESA_GLX_ALPHA_BITS env var to force visual with alpha...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-20 Brian Paulremove 31-bit Z buffer work-around
2005-08-25 Brian Paulfix segfault in Fake_glXCreatePBuffer(), bug 4235
2005-08-22 Brian Pauladded GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)
2005-07-26 Ian RomanickRemove the last remnants of GLX_BUILT_IN_XMESA. This...
2005-07-22 Jouk Jansen -------------------------------------------------...
2005-06-26 Brian Paulneed parenthesis in realloc call
2005-05-13 Alan HourihaneRemove MAX_VISUAL limitations of 100. If running dual...
2005-05-05 Brian Paulremove some test code
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-06 Brian PaulFix Fake_glXChooseFBConfig so passing NULL attribList...
2005-02-23 Brian Paulminor changes to aid debugging, and a new comment
2005-01-06 Brian PaulIn choose_visual() we need to know if we're being calle...
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-11-27 Brian Paulnew GetOverlayInfo() function to reduce code and silenc...
2004-11-25 Brian PaulUse __GLXextFuncPtr type instead of void * for generic...
2004-09-23 Brian Pauljust some comments and formatting changes
2004-07-23 Brian Paulnew MESA_GLX_DEPTH_BITS env var
2004-07-23 Brian Pauladded support for MESA_GLX_FORCE_ALPHA env var
2004-05-29 Brian Paulcheck for null pointer in Fake_glXCreateGLXPbufferSGIGI...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-04 Brian Paula bunch of assorted clean-ups, etc to fix warnings...
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-08 Brian Paulimplement Fake_glXCreateWindow() to fix bug #890894
2004-02-04 Brian Paulfix glXChooseFBConfig bug 890167
2004-02-02 Brian PaulglXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
2003-12-12 Brian Paulfix visinfo typo
2003-12-12 Brian Paulcheck for null dpy in Fake_glXGetConfig()
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
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...
next