summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aaline.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
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-4/+4
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-1/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-5/+5
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-03-03swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick1-41/+9
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-29/+10
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian1-3/+3
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-31/+20
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2005-09-19additional wrapper updates, bug 4468Brian Paul1-1/+1
2004-03-09Fix color index mode rendering.Brian Paul1-2/+15
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-5/+3
2003-03-14include macros.hBrian Paul1-1/+2
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+2
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul1-6/+10
2003-02-27fix a cast (bug 694546)Brian Paul1-4/+4
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-8/+9
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-2/+2
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-3/+3
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-2/+2
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-9/+13
2001-09-18more compiler warning fixesKarl Schultz1-12/+12
2001-05-21fixed a number of multi-texture line bugsBrian Paul1-6/+17
2001-05-17Fix order of decomposition of quad.Keith Whitwell1-4/+4
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul1-2/+5
2001-04-10fixed some divide by zero conformance problemsBrian Paul1-8/+19
2001-03-28adjustment to coverage sample positionsBrian Paul1-3/+3
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+1
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-3/+3
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-3/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-2/+2
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul1-0/+509