summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_lines.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-2/+2
* interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul2001-05-031-9/+9
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-081-2/+25
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-20/+20
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-4/+20
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Use correct pv in swrast lines routinesKeith Whitwell2001-01-131-9/+9
* Modified Files:Jouk Jansen2000-11-221-3/+3
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-33/+33
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* minor changes to silence compiler warningsBrian Paul2000-11-101-1/+3
* hooked in new AA line code, minor clean-upBrian Paul2000-11-051-181/+53
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-242/+251
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+1173