summaryrefslogtreecommitdiff
path: root/src/mesa/main/accum.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+5
2017-05-11mesa: remove _mesa_problem() from a few locationsTimothy Arceri1-1/+1
2017-05-04mesa: make _mesa_accum() staticTimothy Arceri1-54/+54
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller1-4/+4
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-2/+1
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-8/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-1/+1
2012-10-29mesa: silence MSVC signed/unsigned comparision warnings in accum.cBrian Paul1-2/+2
2012-09-15mesa: remove FEATURE_accum define.Oliver McFadden1-6/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-3/+3
2012-01-10mesa: move _mesa_clear_accum_buffer() inside FEATURE_accum testBrian Paul1-13/+11
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry1-1/+1
2011-12-08mesa: rewrite accum buffer supportBrian Paul1-1/+385
2011-10-01mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.Eric Anholt1-0/+3
2011-01-23mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul1-1/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
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