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