summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aatriangle.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* swrast: Remove unused solve_plane_recip().Matt Turner2014-06-171-14/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* swrast: Fix fixed-function fragment processingChad Versace2012-01-271-1/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-7/+7
* swrast: simplify assertion to silence warningBrian Paul2011-04-051-6/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* swrast: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* swrast: remove unused compute_coveragei() functionBrian Paul2010-03-171-82/+0
* swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick2010-03-031-19/+1
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-6/+6
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-65/+24
* s/DO_TEXVAR/DO_ATTRIBS/Brian2007-04-241-2/+2
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-44/+8
* remove unneeded #includeBrian Paul2005-11-051-1/+0
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-2/+2
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-0/+1
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-0/+1
* Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz2003-09-191-0/+1
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-1/+1
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-5/+3
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-2/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* optimize compute_coveragef (Evgeny Kotsuba)Brian Paul2003-01-251-18/+28
* improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul2003-01-221-6/+10
* use COPY_CHAN4 macroBrian Paul2003-01-201-3/+4
* Header file clean-up:Brian Paul2002-10-241-2/+3
* Add casts to quiet compiler warnings.Karl Schultz2002-10-181-3/+3
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-4/+4
* New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul2002-03-161-17/+29
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-1/+2
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-5/+12
* improved AA subpixel sample positions (Ray Tice)Brian Paul2001-11-131-38/+51
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-2/+2
* removed unused varBrian Paul2001-05-291-2/+1
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-3/+3
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-1/+2
* minor clean-ups and more commentsBrian Paul2001-05-151-1/+7
* fixed some divide by zero problems found w/ conformBrian Paul2001-05-101-2/+5
* fixed some divide by zero conformance problemsBrian Paul2001-04-101-4/+7
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* adjustment to coverage sample positionsBrian Paul2001-03-281-32/+33
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2