summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/accum.c
Commit message (Expand)AuthorAgeFilesLines
* updated includes for source file reorgBrian Paul2000-02-021-1/+2
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-251-5/+12
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-39/+43
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-15/+9
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* include assert.h with rest of system headersBrian Paul1999-11-031-2/+2
* clean-up of optimized GL_RETURN codeBrian Paul1999-10-201-18/+19
* fixed divTable precision problem in GL_RETURN caseBrian Paul1999-10-201-28/+46
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-4/+4
* #include <assert.h>Jouk Jansen1999-10-111-1/+2
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-4/+4
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+6
* testingBrian Paul1999-08-191-1/+2
* Initial revisionjtg1999-08-191-0/+495