a bunch of assorted clean-ups, etc to fix warnings, etc
[mesa.git] / src / mesa / drivers / x11 / xmesaP.h
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