minor changes, prototype Pbuffer support
[mesa.git] / src / mesa / drivers / x11 / xmesaP.h
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