summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.h
AgeCommit message (Expand)Author
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-11-07mesa: Clean up header file inclusion in blend.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2006-10-22Color clamping fixes.Brian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-11-22 Committing in .Jouk Jansen
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-08-19Initial revisionjtg