summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_pixeltex.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-4/+4
2002-05-02Implemented GL_ARB_texture_env_crossbar.Brian Paul1-36/+23
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-11/+15
2002-04-04use NULL lambda array for pixel textureBrian Paul1-8/+9
2002-01-28Still more texture/span simplification and clean-up.Brian Paul1-7/+12
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-4/+44
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul1-12/+12
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+6
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-1/+2
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+80