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