summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_lines.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: Avoid double promotion.Matt Turner2015-07-291-2/+2
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-6/+6
* swrast: fix wrong assignments in _swrast_add_spec_terms_line()Brian Paul2012-08-291-2/+2
* swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-1/+1
* swrast: Fix fixed-function fragment processingChad Versace2012-01-271-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* swrast: Remove support for rendering lines into a color-index bufferIan Romanick2010-03-031-43/+5
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* swrast: Remove unnecessary header in s_lines.c.Vinson Lee2010-01-121-1/+0
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* don't use rgba_line() if CHAN_BITS==32Brian2007-07-261-1/+5
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-7/+9
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-60/+52
* trim down the number of line drawing functions, special casesBrian2007-04-241-36/+5
* fix varying interpolationBrian2007-01-241-2/+5
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-1/+1
* remove unneeded #includeBrian Paul2005-11-051-1/+0
* check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul2005-10-311-3/+3
* use clamped Line._Width in calculationsKeith Whitwell2004-12-291-6/+6
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-10/+6
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-1/+1
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-0/+1
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-1/+2
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-7/+5
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-4/+3
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-15/+15
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* fix an assertionBrian Paul2003-01-201-3/+3
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-141-646/+106
* s/printf/_mesa_printf/Brian Paul2002-10-301-17/+17
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-206/+256
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-3/+3
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-205/+187
* casts to fix GLint/GLuint mismatchesBrian Paul2002-04-191-3/+5
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-49/+57
* added SPAN_SPEC flag in smooth_multitextured_line()Brian Paul2002-02-151-2/+2
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-726/+453
* changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul2002-01-161-47/+43
* set PB->haveSpec in line functions that emit specular colorBrian Paul2002-01-161-1/+3
* casts to silence warnings from gcc 2.96Brian Paul2001-11-061-2/+2
* removed a semicolon in the USE() macroBrian Paul2001-08-201-2/+2
* new debugging codeBrian Paul2001-08-201-19/+39
* check for PB overflow in general_flat_rgba_line()Brian Paul2001-06-111-3/+10
* fixed a number of multi-texture line bugsBrian Paul2001-05-211-17/+13