summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26More raster fog coord fixes.Brian Paul1-11/+9
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul1-4/+6
2001-05-30added current raster fog coord and related codeBrian Paul1-4/+9
2001-05-09don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exceptionBrian Paul1-2/+5
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-2/+7
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-10/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-2/+2
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-5/+5
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-6/+1
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-4/+8
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+131