From: Damien Lespiau <damien.lespiau@intel.com>
To: sagar.a.kamble@intel.com
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 0/4] Adding support for plane alpha/color blending through drm property
Date: Thu, 20 Mar 2014 14:45:17 +0000 [thread overview]
Message-ID: <20140320144517.GT6912@strange.amr.corp.intel.com> (raw)
In-Reply-To: <20140320141140.GQ6912@strange.amr.corp.intel.com>
On Thu, Mar 20, 2014 at 02:11:40PM +0000, Damien Lespiau wrote:
> (source is premultiplied)
>
> RGBA = ADD(SRC_COLOR*SRC_ALPHA, DST_COLOR*ONE_MINUS_SRC_ALPHA)
Grr, copy/paste error. If the source is already premultiplied:
RGBA = ADD(SRC_COLOR, DST_COLOR*ONE_MINUS_SRC_ALPHA)
--
Damien
next prev parent reply other threads:[~2014-03-20 14:46 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-19 10:08 [RFC 1/1] drm/i915: Added support for setting plane alpha through drm property sagar.a.kamble
2014-02-24 15:44 ` Sagar Arun Kamble
2014-03-06 12:03 ` Damien Lespiau
2014-03-06 12:09 ` Damien Lespiau
2014-02-25 18:18 ` Ville Syrjälä
2014-03-04 9:42 ` [Intel-gfx] " Daniel Vetter
2014-03-04 12:06 ` Ville Syrjälä
2014-03-06 10:28 ` [Intel-gfx] " Sagar Arun Kamble
2014-03-06 11:24 ` Daniel Vetter
2014-03-08 8:21 ` [PATCH 0/4] Adding support for plane alpha/color blending " sagar.a.kamble
2014-03-08 8:21 ` [PATCH 1/4] drm: Added plane alpha and color blending property sagar.a.kamble
2014-03-20 11:58 ` Damien Lespiau
2014-03-20 14:21 ` [Intel-gfx] " Damien Lespiau
2014-03-08 8:21 ` [PATCH 2/4] drm/i915: Enabling constant alpha drm property sagar.a.kamble
2014-03-20 13:51 ` Damien Lespiau
2014-03-25 14:32 ` [PATCH v2 1/4] drm: Adding new flag to restrict bitmask drm properties as 32 bit type and 32 bit value pair sagar.a.kamble
2014-03-25 14:32 ` [PATCH v2 2/4] drm: Added plane alpha and color blending property sagar.a.kamble
2014-03-25 14:32 ` [PATCH v2 3/4] drm/i915: Enabling constant alpha drm property sagar.a.kamble
2014-04-01 4:51 ` Sagar Arun Kamble
2014-04-02 6:12 ` Sagar Arun Kamble
2014-04-03 5:43 ` Sagar Arun Kamble
2014-04-15 9:44 ` Sagar Arun Kamble
2014-04-15 10:35 ` Ville Syrjälä
2014-04-15 11:23 ` Sagar Arun Kamble
2014-04-15 11:44 ` Ville Syrjälä
2014-03-25 14:32 ` [PATCH v2 4/4] Documentation: drm: describing plane alpha and color blending property sagar.a.kamble
2014-03-26 12:30 ` David Herrmann
2014-03-27 9:03 ` [PATCH v3 1/1] " sagar.a.kamble
2014-03-27 9:50 ` sagar.a.kamble
2014-03-27 12:38 ` David Herrmann
2014-03-27 17:31 ` [PATCH v4 " sagar.a.kamble
2014-04-10 10:39 ` [PATCH v2 1/4] drm: Adding new flag to restrict bitmask drm properties as 32 bit type and 32 bit value pair Sagar Arun Kamble
2014-03-08 8:21 ` [PATCH 3/4] drm/i915: Enabling pre-multiplied alpha drm property sagar.a.kamble
2014-03-19 15:10 ` Damien Lespiau
2014-03-20 9:59 ` Sagar Arun Kamble
2014-03-20 11:38 ` Damien Lespiau
2014-03-20 13:51 ` Daniel Vetter
2014-03-20 14:00 ` Damien Lespiau
2014-03-08 8:21 ` [PATCH 4/4] Documentation: drm: describing plane alpha and color blending property sagar.a.kamble
2014-03-10 14:43 ` Laurent Pinchart
2014-03-20 14:11 ` [PATCH 0/4] Adding support for plane alpha/color blending through drm property Damien Lespiau
2014-03-20 14:45 ` Damien Lespiau [this message]
2014-03-21 13:36 ` Sagar Arun Kamble
2014-03-21 19:23 ` Damien Lespiau
2014-04-02 19:36 ` Ville Syrjälä
2014-03-25 10:03 ` Sagar Arun Kamble
2014-03-25 10:51 ` Daniel Vetter
2014-03-25 12:26 ` Damien Lespiau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140320144517.GT6912@strange.amr.corp.intel.com \
--to=damien.lespiau@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=sagar.a.kamble@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox