Merge branch 'master' into gallium-0.2
[mesa.git] / src / mesa / drivers / x11 / xm_tri.c
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-15 Blair Sadewitzmesa: extra braces
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-20 Briancheckpoint: implement z/depth testing
2007-05-24 Keith WhitwellUse the x11 driver as a test harness for the softpipe...
2007-04-04 Brianremove debug printf
2007-04-02 BrianIf using PF_8A8B8G8R, be sure alpha is correctly handled.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-05-08 Brian Paulfix warning
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-03-28 Brian Paula little code movement so we don't make invalid casts...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-05-20 Keith WhitwellRemove debug printfs
2005-05-20 Keith WhitwellRe-enable X11 optimized triangle funcs.
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-12-02 Alan Hourihanesilence warnings
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-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