summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
AgeCommit message (Expand)Author
2000-06-19check for special cases of value = 0 or 1 in glAccumBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-02-02added check for IntegerAccumScaler > 0 in GL_RETURN caseBrian Paul
2000-02-02changed prefix to _mesa_ for a few accum functionsBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-03include assert.h with rest of system headersBrian Paul
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-11#include <assert.h>Jouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19testingBrian Paul
1999-08-19Initial revisionjtg