Merge branch 'origin'
[mesa.git] / src / mesa / drivers / x11 / xm_line.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-03-28 Brian Paula little code movement so we don't make invalid casts...
2005-10-20 Brian Paulfix another renderbuffer wrapping bug
2005-09-23 Brian PaulAdded a fast xor_line() function. Uses XDrawLine with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
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-10-02 Brian Pauladded support for GL_ARB_draw_buffers
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...
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-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2001-09-12 Brian Paulminor re-org
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-13 Brian Pauluse inverted Y coordinate for choosing dither value...
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions, removed...
2000-11-06 Brian Pauladded buffer test to xmesa_choose_point(), fixes X...
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian Pauladded some casts (Takaaki Nomura)
2000-09-07 Brian Paulnewly organized Xlib driver files