use structure containment to derive xmesa_context from GLcontext
[mesa.git] / src / mesa / drivers / x11 / xm_tri.c
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-13 Brian Paulmoved function declaration into the template, define...
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
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-24 Keith WhitwellSupport for swappable t&l modules, including an example...
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-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
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