summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.h
Commit message (Expand)AuthorAgeFilesLines
* main: Refactor _mesa_get_clamp_read_color.Laura Ekstrand2015-05-141-1/+2
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-141-2/+4
* main: Refactor _mesa_[update|get]_clamp_vertex_color.Laura Ekstrand2015-05-141-2/+5
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-301-0/+4
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák2013-04-061-0/+6
* mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák2013-04-061-0/+8
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-8/+8
* mesa: add another missing GLAPIENTRY keywordJosé Fonseca2011-05-191-1/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-0/+17
* mesa: Clean up header file inclusion in blend.h.Vinson Lee2010-11-071-1/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-0/+4
* Color clamping fixes.Brian Paul2006-10-221-2/+7
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-0/+4
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-9/+9
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+7
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+18
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Committing in .Jouk Jansen2000-11-221-6/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-14/+1
* Basic work to support deep color channels:Brian Paul2000-10-281-5/+5
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-5/+5
* replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul2000-02-021-8/+8
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-10/+6
* Initial revisionjtg1999-08-191-0/+68