summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aatritemp.h
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-26/+26
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-30/+42
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-03-03swrast: Remove support for rendering antialiased triangles into a color-index...Ian Romanick1-52/+0
2010-02-13mesa: Fix compiler warningsKarl Schultz1-2/+2
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-4/+4
2007-11-30fix broken two-sided stencilBrian1-1/+4
2007-11-19fix out-of-bounds array index (ix=-1)Brian1-2/+3
2007-06-29simplify INIT_SPAN codeBrian1-1/+2
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-181/+68
2007-04-28additional checks that attr is a texcoordKeith Packard1-3/+3
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian1-9/+9
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-1/+5
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian1-76/+60
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-130/+87
2007-02-01New SWspanarrays attribs[] array.Brian1-19/+20
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-5/+5
2005-09-20compute z[i] as GLuintBrian Paul1-2/+2
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul1-6/+2
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-11/+6
2004-03-09remove unneeded castsBrian Paul1-2/+2
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-2/+2
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul1-1/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-7/+7
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul1-3/+3
2003-01-28move ltor computationBrian Paul1-2/+2
2003-01-20use COPY_CHAN4 macroBrian Paul1-3/+3
2003-01-20use R/G/B/ACOMP indexes (Evgeny Kotsuba)Brian Paul1-9/+9
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-7/+8
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-75/+79
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-76/+75
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-9/+9
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul1-10/+13
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul1-2/+1
2002-01-28More span clean-up, mostly texture-related.Brian Paul1-91/+39
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-70/+106
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul1-137/+107
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell1-2/+2
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-4/+4
2001-07-13undo previous check-in (unfinished code)Brian Paul1-274/+246
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-246/+274
2001-06-05minor clean-upsBrian Paul1-11/+10
2001-05-30GLubyte -> GLchan fixBrian Paul1-3/+3
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul1-13/+41