| Commit message (Expand) | Author | Age | Files | Lines |
* | Color clamping fixes. | Brian Paul | 2006-10-22 | 1 | -0/+31 |
* | Compute ctx->Color._LogicOpEnabled in one place instead of four places! | Brian Paul | 2006-07-18 | 1 | -15/+2 |
* | Added OSMesaColorClamp(), bug 4917 | Brian Paul | 2005-11-12 | 1 | -0/+3 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -2/+0 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -2/+4 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -5/+4 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -5/+5 |
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -30/+89 |
* | Modified error messages in _mesa_BlendFuncSeparateEXT to note that the | Ian Romanick | 2004-01-23 | 1 | -8/+8 |
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 1 | -79/+10 |
* | Ville Syrjala's logic op patch | Brian Paul | 2003-11-12 | 1 | -2/+4 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -8/+8 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -3/+132 |
* | 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 | -5/+1 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -8/+6 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -12/+12 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -7/+7 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -5/+5 |
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -1/+126 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -5/+4 |
* | added Driver.BlendColor() function, for completeness | Brian Paul | 2001-03-07 | 1 | -3/+6 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -24/+24 |
* | fixed extension checking in _mesa_BlendEquation() | Brian Paul | 2001-02-26 | 1 | -6/+13 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -37/+51 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -7/+7 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -4/+1 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -633/+1 |
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -6/+10 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -12/+13 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -38/+42 |
* | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | 2000-10-23 | 1 | -4/+4 |
* | improved blending accuracy to fix Glean test failures | Brian Paul | 2000-10-19 | 1 | -19/+39 |
* | Removed ctx->Driver.LogicOp(). | Brian Paul | 2000-09-07 | 1 | -5/+5 |
* | added more extensions testing code | Brian Paul | 2000-08-30 | 1 | -3/+18 |
* | fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza) | Brian Paul | 2000-06-29 | 1 | -3/+3 |
* | initial work for GL_NV_blend_square extension | Brian Paul | 2000-05-30 | 1 | -5/+78 |
* | renamed alpha buffer functions | Brian Paul | 2000-04-11 | 1 | -2/+2 |
* | bunch of dispatch and extension-related changes | Brian Paul | 2000-02-24 | 1 | -6/+6 |
* | fixed GL_SRC_ALPHA_SATURATE bug, lots clean-up | Brian Paul | 2000-02-21 | 1 | -26/+27 |
* | replaced gl_ prefix with _mesa_ prefix on blend funcs | Brian Paul | 2000-02-02 | 1 | -31/+41 |
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -3/+3 |
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 1 | -22/+26 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -14/+13 |
* | changes to silence MSVC warnings | Brian Paul | 1999-11-08 | 1 | -29/+29 |
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -5/+2 |
* | silenced uninitialized variable warnings | Brian Paul | 1999-10-21 | 1 | -1/+9 |
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -2/+6 |
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 1 | -1/+9 |