aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-9/+1
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-251-0/+7
* mesa/es: Validate blend function enums in Mesa code rather than the ES wrapperIan Romanick2012-08-291-4/+11
* mesa: Keep a computed value for dual source blend func with each buffer.Eric Anholt2012-05-231-0/+20
* mesa: add support for ARB_blend_func_extended (v4)Dave Airlie2012-04-131-0/+11
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-3/+2
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+0
* mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-191-12/+7
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-2/+1
* mesa: add another missing GLAPIENTRY keywordJosé Fonseca2011-05-191-1/+1
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-13/+24
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-4/+12
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-159/+344
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-4/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-3/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from blend.c.Vinson Lee2010-01-181-1/+0
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-8/+51
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
|/
* mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul2009-10-231-3/+3
* mesa: remove unneeded includesBrian Paul2008-10-101-1/+0
* mesa: revamp glBlendFunc loopbackBrian Paul2008-09-211-9/+1
* mesa: move some glapi bits aroundBrian Paul2008-09-211-0/+1
* Color clamping fixes.Brian Paul2006-10-221-0/+31
* Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul2006-07-181-15/+2
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-0/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+0
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-2/+4
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-5/+4
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-5/+5
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-30/+89
* Modified error messages in _mesa_BlendFuncSeparateEXT to note that theIan Romanick2004-01-231-8/+8
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-79/+10
* Ville Syrjala's logic op patchBrian Paul2003-11-121-2/+4
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-8/+8
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+132
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-5/+1
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-8/+6
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-12/+12
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-7/+7
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-5/+5
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+126
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+4
* added Driver.BlendColor() function, for completenessBrian Paul2001-03-071-3/+6
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-24/+24
* fixed extension checking in _mesa_BlendEquation()Brian Paul2001-02-261-6/+13
* Major rework of tnl moduleKeith Whitwell2000-12-261-37/+51