summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_lines.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-6/+6
2012-08-29swrast: fix wrong assignments in _swrast_add_spec_terms_line()Brian Paul1-2/+2
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-03-03swrast: Remove support for rendering lines into a color-index bufferIan Romanick1-43/+5
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-01-12swrast: Remove unnecessary header in s_lines.c.Vinson Lee1-1/+0
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2007-07-26don't use rgba_line() if CHAN_BITS==32Brian1-1/+5
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-7/+9
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-60/+52
2007-04-24trim down the number of line drawing functions, special casesBrian1-36/+5
2007-01-24fix varying interpolationBrian1-2/+5
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-1/+1
2005-11-05remove unneeded #includeBrian Paul1-1/+0
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul1-3/+3
2004-12-29use clamped Line._Width in calculationsKeith Whitwell1-6/+6
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-10/+6
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-1/+1
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul1-0/+1
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul1-1/+2
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-7/+5
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-4/+3
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-15/+15
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2003-01-20fix an assertionBrian Paul1-3/+3
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul1-646/+106
2002-10-30s/printf/_mesa_printf/Brian Paul1-17/+17
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-206/+256
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-205/+187
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul1-3/+5
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-49/+57
2002-02-15added SPAN_SPEC flag in smooth_multitextured_line()Brian Paul1-2/+2
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-726/+453
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul1-47/+43
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul1-1/+3
2001-11-06casts to silence warnings from gcc 2.96Brian Paul1-2/+2
2001-08-20removed a semicolon in the USE() macroBrian Paul1-2/+2
2001-08-20new debugging codeBrian Paul1-19/+39
2001-06-11check for PB overflow in general_flat_rgba_line()Brian Paul1-3/+10
2001-05-21fixed a number of multi-texture line bugsBrian Paul1-17/+13
2001-05-17Fix order of decomposition of quad.Keith Whitwell1-2/+2
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-9/+9
2001-03-29Removed DD_Z_NEVER.Brian Paul1-2/+2