Mailinglist Archive: radeonhd (408 mails)
| < Previous | Next > |
Re: [radeonhd] Transformation + "fast" filter + RepeatNone = Fallback?
- From: Alex Deucher <alexdeucher@xxxxxxxxx>
- Date: Mon, 8 Jun 2009 14:44:36 -0400
- Message-id: <a728f9f90906081144t6a37b338paf8c93b7df0986c1@xxxxxxxxxxxxxx>
On Mon, Jun 8, 2009 at 1:39 PM, Clemens Eisserer<linuxhippy@xxxxxxxxx> wrote:
Seems to show up as opaque black rather than transparent.
Alex
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Hi Alex,
Does removing the check below do the right thing on r6xx/r7xx? TheI am sorry, I don't have access to a test machine soon.
driver selects transparent black is selected as the border color.
Maybe I can test in a week or two.
Transparent black should be fine, however.
If you're interested, you could test it with JXRenderMark:
http://78.31.67.79:8080/jxrender/RenderMark.html
With the arguments you should see a rotated yellow rectangle,
partially clipped by the composition area: JXRenderMark-1.0.1 9 250 9
250 9 250
Seems to show up as opaque black rather than transparent.
Alex
--
Thanks a lot, Clemens
--
if (pPict->transform != 0 && !pPict->repeat &&
PICT_FORMAT_A(pPict->format) == 0) {
if (!(((op == PictOpSrc) || (op == PictOpClear)) &&
(PICT_FORMAT_A(pDstPict->format) == 0)))
RADEON_FALLBACK(("REPEAT_NONE unsupported for transformed
xRGB source\n"));
}
Maybe a request for enhancement.OK, I'll file it.
Thanks, Clemens
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |