summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_pointtemp.h
AgeCommit message (Expand)Author
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-07-19GLchan changesBrian Paul
2001-05-17Fix order of decomposition of quad.Keith Whitwell
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul
2001-05-09missed a GLfixed->GLfloat fog changeBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-01-30fixed half pixel offset bug in aa point codeBrian Paul
2001-01-04minor bug fixesBrian Paul
2001-01-03New point rasterization functions based on template code thatBrian Paul