summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu1-1/+15
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul1-5/+1
2006-03-01updated commentBrian Paul1-1/+3
2005-10-08change test for presence of accum bufferBrian Paul1-1/+1
2005-09-28check for framebuffer completeness, code clean-upBrian Paul1-19/+10
2005-09-27tweak glAccum error checkingBrian Paul1-5/+5
2005-09-27generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the sameBrian Paul1-1/+8
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-2/+17
2003-11-13no-op glAccum in selection/feedback mode (per Mark Kilgard's updates to the 1...Brian Paul1-5/+8
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-2/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+7
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-11/+4
2001-09-14more warning fixes (Karl Schultz)Brian Paul1-5/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-3/+3
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-5/+2
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-2/+2
2000-12-26Major rework of tnl moduleKeith Whitwell1-10/+16
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-453/+6
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-1/+2
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul1-1/+2
2000-10-28Basic work to support deep color channels:Brian Paul1-4/+6
2000-10-17ported render begin/end calls from Mesa 3.4Brian Paul1-1/+8
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-4/+4
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul1-4/+4
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul1-5/+6
2000-07-15another tweak to optimized GL_RETURN codeBrian Paul1-5/+3
2000-07-14added extra check to optimized GL_RETURN caseBrian Paul1-2/+3
2000-06-19check for special cases of value = 0 or 1 in glAccumBrian Paul1-3/+6
2000-04-05minor clean-ups, renamingBrian Paul1-3/+3
2000-04-04use BCOPY macro on FreeBSDBrian Paul1-3/+3
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul1-3/+3
2000-03-19fixed compiler warnings on BeOS R4Brian Paul1-2/+2
2000-02-02added check for IntegerAccumScaler > 0 in GL_RETURN caseBrian Paul1-2/+2
2000-02-02changed prefix to _mesa_ for a few accum functionsBrian Paul1-3/+5
2000-02-02updated includes for source file reorgBrian Paul1-1/+2
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1-5/+12
1999-11-24added support for separate read/draw buffers per contextBrian Paul1-39/+43
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-15/+9
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-11-03include assert.h with rest of system headersBrian Paul1-2/+2
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul1-18/+19
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul1-28/+46
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-4/+4
1999-10-11#include <assert.h>Jouk Jansen1-1/+2
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-4/+4
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+6
1999-08-19testingBrian Paul1-1/+2