| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Keep a computed value for dual source blend func with each buffer. | Eric Anholt | 2012-05-23 | 1 | -0/+20 |
* | mesa: add support for ARB_blend_func_extended (v4) | Dave Airlie | 2012-04-13 | 1 | -0/+11 |
* | mesa: Remove EXT_blend_subtract extension enable flag | Ian Romanick | 2011-09-29 | 1 | -3/+2 |
* | mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled | Ian Romanick | 2011-09-19 | 1 | -1/+0 |
* | mesa: Remove support for GL_EXT_blend_logic_op | Ian Romanick | 2011-09-19 | 1 | -12/+7 |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 1 | -2/+1 |
* | mesa: add another missing GLAPIENTRY keyword | José Fonseca | 2011-05-19 | 1 | -1/+1 |
* | mesa: implement clamping controls (ARB_color_buffer_float) | Marek Olšák | 2011-03-29 | 1 | -13/+24 |
* | mesa: add/update VERBOSE_API logging | Brian Paul | 2011-02-08 | 1 | -4/+12 |
* | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul | 2011-01-15 | 1 | -159/+344 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt | 2010-09-23 | 1 | -4/+2 |
* | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick | 2010-03-03 | 1 | -3/+0 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 1 | -1/+0 |
|\ |
|
| * | mesa: Remove unnecessary header from blend.c. | Vinson Lee | 2010-01-18 | 1 | -1/+0 |
* | | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 1 | -8/+51 |
* | | mesa: per-buffer blend enabled flags | Brian Paul | 2009-12-29 | 1 | -1/+1 |
|/ |
|
* | mesa: remove misplaced VERBOSE_TEXTURE tests | Brian Paul | 2009-10-23 | 1 | -3/+3 |
* | mesa: remove unneeded includes | Brian Paul | 2008-10-10 | 1 | -1/+0 |
* | mesa: revamp glBlendFunc loopback | Brian Paul | 2008-09-21 | 1 | -9/+1 |
* | mesa: move some glapi bits around | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | 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 |