aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aalinetemp.h
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick2010-03-031-32/+0
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+1
* fix broken two-sided stencilBrian2007-11-301-0/+1
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+3
* simplify INIT_SPAN codeBrian2007-06-291-2/+2
* check for flat/smooth interp for generic/specular attribBrian2007-05-291-5/+13
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-69/+38
* additional checks that attr is a texcoordKeith Packard2007-04-281-2/+2
* s/DO_TEXVAR/DO_ATTRIBS/Brian2007-04-241-4/+4
* remove SWvertex->fog field, use attrib fieldBrian2007-04-231-1/+3
* Improve the code for interpolating fragment attributes a little. More to com...Brian2007-04-231-46/+38
* Restore the UseTexEnvProgram logic.Brian2007-03-271-1/+1
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-75/+46
* New SWspanarrays attribs[] array.Brian2007-02-011-7/+7
* Checkpoint for GLSL compiler changes.Brian2006-12-131-2/+2
* replace GLdepth with GLuint and remove GLdepthBrian Paul2005-09-211-3/+3
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-2/+2
* use clamped Line._Width in calculationsKeith Whitwell2004-12-291-1/+1
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-12/+24
* fix typos in texcoord setup - fixes perspective correction bugBrian Paul2004-12-161-7/+7
* Fix color index mode rendering.Brian Paul2004-03-091-5/+8
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-2/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-7/+7
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-2/+2
* use IROUND to convert depth values from float to int (bug 690728)Brian Paul2003-02-211-4/+4
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-40/+39
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-40/+40
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-9/+9
* reset span.end to zero after rendering the spanBrian Paul2002-03-281-1/+2
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-3/+3
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-71/+61
* add inf and nan tests to swrast functionsKeith Whitwell2001-12-051-2/+2
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-3/+3
* more compiler warning fixesKarl Schultz2001-09-181-2/+2
* fixed a number of multi-texture line bugsBrian Paul2001-05-211-8/+7
* removed (void) index; statementBrian Paul2001-05-171-3/+1
* Apply antialiasing coverage factor to alpha after texture application,Brian Paul2001-05-151-13/+10
* fixed some divide by zero problems found w/ conformBrian Paul2001-05-101-9/+7
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-4/+4
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-4/+4
* last segment of AA stippled lines wasn't drawnBrian Paul2001-01-291-1/+6
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-9/+9
* added divide by zero checkBrian Paul2001-01-041-3/+9
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-2/+2
* New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul2000-11-051-0/+322