summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aatriangle.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-1/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-7/+7
2011-04-05swrast: simplify assertion to silence warningBrian Paul1-6/+1
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-09-30swrast: remove duplicated includeNicolas Kaiser1-1/+0
2010-03-17swrast: remove unused compute_coveragei() functionBrian Paul1-82/+0
2010-03-03swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick1-19/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-65/+24
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian1-2/+2
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-44/+8
2005-11-05remove unneeded #includeBrian Paul1-1/+0
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-2/+2
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul1-0/+1
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-0/+1
2003-09-19Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz1-0/+1
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul1-1/+1
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-5/+3
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-2/+2
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2003-01-25optimize compute_coveragef (Evgeny Kotsuba)Brian Paul1-18/+28
2003-01-22improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul1-6/+10
2003-01-20use COPY_CHAN4 macroBrian Paul1-3/+4
2002-10-24Header file clean-up:Brian Paul1-2/+3
2002-10-18Add casts to quiet compiler warnings.Karl Schultz1-3/+3
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-4/+4
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul1-17/+29
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-1/+2
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul1-5/+12
2001-11-13improved AA subpixel sample positions (Ray Tice)Brian Paul1-38/+51
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-2/+2
2001-05-29removed unused varBrian Paul1-2/+1
2001-05-17Fix order of decomposition of quad.Keith Whitwell1-3/+3
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul1-1/+2
2001-05-15minor clean-ups and more commentsBrian Paul1-1/+7
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul1-2/+5
2001-04-10fixed some divide by zero conformance problemsBrian Paul1-4/+7
2001-03-29Removed DD_Z_NEVER.Brian Paul1-2/+2
2001-03-28adjustment to coverage sample positionsBrian Paul1-32/+33
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-2/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-5/+5
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell1-10/+7
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-3/+3
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul1-1/+2