summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_COLOR for st/mesa if possibleMarek Olšák1-0/+20
2017-05-17mesa: add KHR_no_error support for glBlendEquationSeparateiARB()Timothy Arceri1-0/+3
2017-05-17mesa: add KHR_no_error support for glBlendFunc*iARB()Timothy Arceri1-0/+6
2015-05-14main: Refactor _mesa_get_clamp_read_color.Laura Ekstrand1-1/+2
2015-05-14main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand1-2/+4
2015-05-14main: Refactor _mesa_[update|get]_clamp_vertex_color.Laura Ekstrand1-2/+5
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
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/+4
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-06mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák1-0/+6
2013-04-06mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák1-0/+8
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-8/+8
2011-05-19mesa: add another missing GLAPIENTRY keywordJosé Fonseca1-1/+1
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-0/+17
2010-11-07mesa: Clean up header file inclusion in blend.h.Vinson Lee1-1/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-0/+4
2006-10-22Color clamping fixes.Brian Paul1-2/+7
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick1-0/+4
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-9/+9
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+7
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-1/+18
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-14/+1
2000-10-28Basic work to support deep color channels:Brian Paul1-5/+5
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-5/+5
2000-02-02replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul1-8/+8
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-10/+6
1999-08-19Initial revisionjtg1-0/+68