summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_blend.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-1006/+0
2015-03-12swrast: remove _BLENDAPIBrian Paul1-12/+9
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-48/+48
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-01-24swrast: remove gl_renderbuffer::DataType assertionsBrian Paul1-1/+0
2011-09-19mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick1-1/+1
2011-09-14mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie1-6/+2
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-46/+46
2010-12-02swrast: avoid large stack allocations in blend codeBrian Paul1-1/+13
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-13/+13
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2008-08-20mesa: fix float blend bugMark Anderson1-3/+4
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-2/+1
2006-09-29more changes for runtime renderbuffer depthsBrian Paul1-635/+340
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-142/+566
2006-09-24Change logicop, blend, masking functions to use the colors/indexes in theBrian Paul1-4/+5
2005-09-16Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul1-2/+2
2005-06-02Remove last of the old span code.Brian Paul1-10/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-13/+13
2004-01-28s/BlendEquatioRGB/BlendEquationRGB/Brian Paul1-5/+5
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick1-25/+93
2004-01-14added blurb about NVIDIA extensionsBrian Paul1-2/+10
2003-12-15fix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)Brian Paul1-22/+21
2003-11-12Ville Syrjala's logic op patchBrian Paul1-1/+1
2003-06-10fixes for x86 buildsBrian Paul1-5/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-4/+4
2002-10-17patches from Gerk Huisma for float-channel renderingBrian Paul1-24/+47
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-6/+7
2002-06-30blending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)Brian Paul1-1/+38
2002-04-19Added min and max blend functions.Jose Fonseca1-3/+15
2002-04-19MMX add blending function added.Jose Fonseca1-2/+8
2002-04-19MMX modulate belding function added.Jose Fonseca1-2/+8
2002-04-10new MMX blend code (Jose Fonseca)Brian Paul1-5/+3
2002-04-04fixed 16 bit/channel problem in blend_modulate()Brian Paul1-5/+14
2002-04-04blend_add() modified for GLfloat channelsBrian Paul1-5/+15
2002-04-02more blending updates from JoseBrian Paul1-19/+9
2002-04-02faster blending (Jose Fonseca)Brian Paul1-1/+13
2002-03-27fixed inequality in an assertionBrian Paul1-2/+2
2002-02-12fix compiler warning (windows)Karl Schultz1-2/+2
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul1-30/+1
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-22/+29
2001-12-13special case blend optmizations (Jeremy Fitzhardinge)Brian Paul1-6/+54
2001-07-16disable MMX blend code until it gets fixedBrian Paul1-2/+3
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-1/+8