aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/accum.c
Commit message (Collapse)AuthorAgeFilesLines
...
* check for special cases of value = 0 or 1 in glAccumBrian Paul2000-06-191-3/+6
|
* minor clean-ups, renamingBrian Paul2000-04-051-3/+3
|
* use BCOPY macro on FreeBSDBrian Paul2000-04-041-3/+3
|
* separate R/G/B/A accum buffer size fieldsBrian Paul2000-03-311-3/+3
|
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-2/+2
|
* added check for IntegerAccumScaler > 0 in GL_RETURN caseBrian Paul2000-02-021-2/+2
|
* changed prefix to _mesa_ for a few accum functionsBrian Paul2000-02-021-3/+5
|
* 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.kw-mesa-1Keith Whitwell1999-10-081-2/+6
|
* testingBrian Paul1999-08-191-1/+2
|
* Initial revisionjtg1999-08-191-0/+495