summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_accum.c
Commit message (Expand)AuthorAgeFilesLines
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-7/+8
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-16/+16
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-12/+12
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-13/+13
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-7/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+14
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-36/+40
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-110/+118
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+499