summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/accum.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul2006-10-181-5/+1
* updated commentBrian Paul2006-03-011-1/+3
* change test for presence of accum bufferBrian Paul2005-10-081-1/+1
* check for framebuffer completeness, code clean-upBrian Paul2005-09-281-19/+10
* tweak glAccum error checkingBrian Paul2005-09-271-5/+5
* generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the sameBrian Paul2005-09-271-1/+8
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+17
* no-op glAccum in selection/feedback mode (per Mark Kilgard's updates to the 1...Brian Paul2003-11-131-5/+8
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-2/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+7
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-11/+4
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-5/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-5/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-2/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-10/+16
* Committing in .Jouk Jansen2000-11-221-7/+7
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-453/+6
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+2
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-4/+6
* ported render begin/end calls from Mesa 3.4Brian Paul2000-10-171-1/+8
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-4/+4
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-4/+4
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-071-5/+6
* another tweak to optimized GL_RETURN codeBrian Paul2000-07-151-5/+3
* added extra check to optimized GL_RETURN caseBrian Paul2000-07-141-2/+3
* 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.Keith Whitwell1999-10-081-2/+6
* testingBrian Paul1999-08-191-1/+2
* Initial revisionjtg1999-08-191-0/+495