fix GLX_USE_TLS breakage, fix a warning
[mesa.git] / src / mesa / drivers / x11 / xmesaP.h
2007-05-19 BrianImplement GLX_EXT_texture_from_pixmap.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-18 George Sapountzisxmesa: drop glide (FX) backend.
2007-04-13 George Sapountzisxmesa: export xmesa functions used by xfree86.
2007-04-06 George Sapountzisxmesa: use newly added xm_image.[hc]
2007-04-02 Brianre-order tokens, fix comments
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-30 George SapountzisClean and update XMesa/XFree86 interface.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 BrianImplement alpha buffer copy for SwapBuffers().
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 BrianRewrite code related to buffer destruction.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-18 Brian PaulDon't use x/y/w/h params given to Clear().
2006-10-14 Brian PaulBig re-org of buffer size management.
2006-08-30 Brian PaulUse XAddExtension() to register an XCloseDisplay()...
2006-07-06 Kristian HøgsbergDon't include unused header files.
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-01-09 Brian Paulonly call xmesa_set_renderbuffer_funcs() when really...
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-09-26 Brian PaulAdded XMesaDrawable to xmesa_renderbuffer. Use it...
2005-09-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-06-23 Brian PaulRemove the xmesa_set_buffer() function. No longer...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-12 Brian PaulPF_8A8R8G8B pixel format (Dave Reveman)
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-10-12 Daniel BorcaSWTC trick (disabled for now)
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-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-10-13 Daniel Borcaglide driver (wip)
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-02-25 Brian Paulfix-up pixel_format enum stuff
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-12 Brian PaulRemoved the xm_context field from XMesaBuffer. It...
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2001-09-01 Brian Paulprototype work for Pbuffer support
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-01 Brian Paulminor XFree86 change
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-07 Brian Pauladded xmesa_update_span_funcs()
2000-07-19 Brian Paula bunch of thread-safety changes
2000-05-19 Brian PaulPass pixel format to xmesa_color_to_pixel(). Compute...
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-02-25 Brian Paulinserted a tab
2000-02-22 Brian Paulfixed bug in 24bpp ximage pixel addressing
2000-01-07 Brian Pauladded BitsPerPixel to XMesaVisual struct
2000-01-06 Brian Paulupdated Clear function for new mask bits
1999-11-25 Brian Paulbunch of changes for separate read buffer feature
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision