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