summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blend.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* 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
* swrast: Clean up header file inclusion in s_blend.h.Vinson Lee2010-12-241-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* swrast: Clean up header file inclusion in s_blend.h.Vinson Lee2010-08-071-1/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+0
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-011-2/+1
* more changes for runtime renderbuffer depthsBrian Paul2006-09-291-1/+1
* Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul2006-09-241-3/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-7/+5
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-2/+2
* Move span stuff from swrast.h to s_context.h (it's private).Brian Paul2003-02-231-2/+2
* Converted line drawing over to new span code, pb no longer used.Brian Paul2002-02-021-8/+3
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-3/+3
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Committing in .Jouk Jansen2000-11-221-6/+6
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-1/+3
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+49