summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_pointtemp.h
AgeCommit message (Collapse)Author
2001-05-17Fix order of decomposition of quad.Keith Whitwell
Remove 'swrast->_MultiTexEnabled' derived value.
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul
not before.
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
of potential problems
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
handles CI/RGB, texture, antialiasing, attenuation, etc.