summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aatriangle.c
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-30swrast: remove duplicated includeNicolas Kaiser
2010-03-17swrast: remove unused compute_coveragei() functionBrian Paul
2010-03-03swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2005-11-05remove unneeded #includeBrian Paul
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-25optimize compute_coveragef (Evgeny Kotsuba)Brian Paul
2003-01-22improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul
2003-01-20use COPY_CHAN4 macroBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-11-13improved AA subpixel sample positions (Ray Tice)Brian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-05-29removed unused varBrian Paul
2001-05-17Fix order of decomposition of quad.Keith Whitwell
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul
2001-05-15minor clean-ups and more commentsBrian Paul
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul
2001-04-10fixed some divide by zero conformance problemsBrian Paul
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-28adjustment to coverage sample positionsBrian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell