summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aalinetemp.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-245/+0
2020-04-21Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker1-1/+1
2018-07-27swrast: fix crash in AA line code when there's no textureBrian Paul1-4/+6
2015-07-29swrast: Avoid double promotion.Matt Turner1-2/+2
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul1-1/+2
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-11/+11
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-1/+1
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-1/+1
2012-01-12swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-03-03swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick1-32/+0
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+1
2007-11-30fix broken two-sided stencilBrian1-0/+1
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-1/+3
2007-06-29simplify INIT_SPAN codeBrian1-2/+2
2007-05-29check for flat/smooth interp for generic/specular attribBrian1-5/+13
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-69/+38
2007-04-28additional checks that attr is a texcoordKeith Packard1-2/+2
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian1-4/+4
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-1/+3
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian1-46/+38
2007-03-27Restore the UseTexEnvProgram logic.Brian1-1/+1
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-75/+46
2007-02-01New SWspanarrays attribs[] array.Brian1-7/+7
2006-12-13Checkpoint for GLSL compiler changes.Brian1-2/+2
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul1-3/+3
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell1-2/+2
2004-12-29use clamped Line._Width in calculationsKeith Whitwell1-1/+1
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-12/+24
2004-12-16fix typos in texcoord setup - fixes perspective correction bugBrian Paul1-7/+7
2004-03-09Fix color index mode rendering.Brian Paul1-5/+8
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-2/+2
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-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul1-2/+2
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul1-4/+4
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-40/+39
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-40/+40
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-9/+9
2002-03-28reset span.end to zero after rendering the spanBrian Paul1-1/+2
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-3/+3
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-71/+61
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell1-2/+2
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-3/+3
2001-09-18more compiler warning fixesKarl Schultz1-2/+2