Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
[mesa.git] / src / mesa / drivers / x11 / glxapi.c
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
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-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-03-15 Brian Paulupdated comments. removed dead code.
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-29 Brian Pauladded new functions to GLX_functions[]
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-05-24 Brian Paulprototyping some new stuff
2000-12-15 Brian Pauladded more GLX extension function stubs
2000-12-14 Brian Pauladded some more GLX extension entrypoints (fix GLUT...
2000-11-19 Jon Taylor* More work on the auto* build system
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-25 Brian Paulchanged glXCopyContext mask back to GLuint
2000-02-25 Brian Paulchanged glXCopyContext's mask to unsigned long
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-23 Brian Paulchanged glXCopyContext()'s mask to unsigned long
1999-12-10 Brian Pauladded glXGetProcAddressARB()
1999-11-28 Brian Pauladded missing functions in GLX_functions[] array
1999-11-28 Brian Paulall new dispatch system
1999-11-25 Brian Paulimplemented glXMakeContextCurrent() and glXGetCurrentRe...
1999-11-23 Brian Pauladded GLX 1.3 functions
1999-11-22 Brian Pauladded glXGetCurrentDisplay() for GLX 1.2
1999-10-27 Brian Pauldisabled glXGetProcAddress code
1999-09-16 Brian Pauladded GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAd...
1999-09-11 Brian Pauladded GLX_EXT_get_proc_address
1999-08-19 jtgInitial revision