summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_aalinetemp.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03swrast: Remove support for rendering antialiased lines into a color-index bufferIan Romanick
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2007-11-30fix broken two-sided stencilBrian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-06-29simplify INIT_SPAN codeBrian
2007-05-29check for flat/smooth interp for generic/specular attribBrian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-28additional checks that attr is a texcoordKeith Packard
2007-04-24s/DO_TEXVAR/DO_ATTRIBS/Brian
2007-04-23remove SWvertex->fog field, use attrib fieldBrian
2007-04-23Improve the code for interpolating fragment attributes a little. More to com...Brian
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2007-02-01New SWspanarrays attribs[] array.Brian
2006-12-13Checkpoint for GLSL compiler changes.Brian
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2004-12-29use clamped Line._Width in calculationsKeith Whitwell
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul
2004-12-16fix typos in texcoord setup - fixes perspective correction bugBrian Paul
2004-03-09Fix color index mode rendering.Brian Paul
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-03-28reset span.end to zero after rendering the spanBrian Paul
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-18more compiler warning fixesKarl Schultz
2001-05-21fixed a number of multi-texture line bugsBrian Paul
2001-05-17removed (void) index; statementBrian Paul
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-01-29last segment of AA stippled lines wasn't drawnBrian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-04added divide by zero checkBrian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul