glapi: add indexed blend functions (GL 4.0)
[mesa.git] / src / mesa / main / accum.c
2000-04-05 Brian Paulminor clean-ups, renaming
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-03-31 Brian Paulseparate R/G/B/A accum buffer size fields
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-02-02 Brian Pauladded check for IntegerAccumScaler > 0 in GL_RETURN...
2000-02-02 Brian Paulchanged prefix to _mesa_ for a few accum functions
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-03 Brian Paulinclude assert.h with rest of system headers
1999-10-20 Brian Paulclean-up of optimized GL_RETURN code
1999-10-20 Brian Paulfixed divTable precision problem in GL_RETURN case
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk Jansen#include <assert.h>
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 Brian Paultesting
1999-08-19 jtgInitial revision