summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-30mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt1-0/+17
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLORMarek Olšák1-1/+0
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-3/+16
2013-04-06mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák1-0/+30
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-1/+1
2013-04-06mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák1-1/+30
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-14/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-10/+10
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-9/+1
2012-09-25gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry1-0/+7
2012-08-29mesa/es: Validate blend function enums in Mesa code rather than the ES wrapperIan Romanick1-4/+11
2012-05-23mesa: Keep a computed value for dual source blend func with each buffer.Eric Anholt1-0/+20
2012-04-13mesa: add support for ARB_blend_func_extended (v4)Dave Airlie1-0/+11
2011-09-29mesa: Remove EXT_blend_subtract extension enable flagIan Romanick1-3/+2
2011-09-19mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick1-1/+0
2011-09-19mesa: Remove support for GL_EXT_blend_logic_opIan Romanick1-12/+7
2011-09-14mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie1-2/+1
2011-05-19mesa: add another missing GLAPIENTRY keywordJosé Fonseca1-1/+1
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-13/+24
2011-02-08mesa: add/update VERBOSE_API loggingBrian Paul1-4/+12
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-159/+344
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt1-4/+2
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick1-3/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-18mesa: Remove unnecessary header from blend.c.Vinson Lee1-1/+0
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-8/+51
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul1-1/+1
2009-10-23mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul1-3/+3
2008-10-10mesa: remove unneeded includesBrian Paul1-1/+0
2008-09-21mesa: revamp glBlendFunc loopbackBrian Paul1-9/+1
2008-09-21mesa: move some glapi bits aroundBrian Paul1-0/+1
2006-10-22Color clamping fixes.Brian Paul1-0/+31
2006-07-18Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul1-15/+2
2005-11-12Added OSMesaColorClamp(), bug 4917Brian Paul1-0/+3
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-2/+0
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-2/+4
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-5/+4
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-5/+5
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick1-30/+89
2004-01-23Modified error messages in _mesa_BlendFuncSeparateEXT to note that theIan Romanick1-8/+8
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick1-79/+10
2003-11-12Ville Syrjala's logic op patchBrian Paul1-2/+4
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-8/+8
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+132
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0