summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_pixeltex.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-9/+3
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-2/+2
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-4/+4
* Implemented GL_ARB_texture_env_crossbar.Brian Paul2002-05-021-36/+23
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-11/+15
* use NULL lambda array for pixel textureBrian Paul2002-04-041-8/+9
* Still more texture/span simplification and clean-up.Brian Paul2002-01-281-7/+12
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-4/+44
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-101-12/+12
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-1/+2
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+80