Mailinglist Archive: opensuse-bugs (13221 mails)
| < Previous | Next > |
[Bug 411183] intel/EXA: slowdowns with latest Xorg updates (965/945GM/865G/ G33)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 29 Jul 2008 01:55:30 -0600 (MDT)
- Message-id: <20080729075530.CCABE245392@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=411183
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=411183#c41
--- Comment #41 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2008-07-29 01:55:30
MDT ---
So disabling textured video with XAA results in a regression. BTW, I still have
no clue what this hunk exactly does:
@@ -2519,6 +2519,9 @@ I830PutImage(ScrnInfoPtr pScrn,
if (!RegionsEqual(&pPriv->clip, clipBoxes)) {
REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes);
i830_fill_colorkey (pScreen, pPriv->colorKey, clipBoxes);
+ /* required for XAA + Composite */
+ if (!pI830->useEXA)
+ xf86XVFillKeyHelperDrawable (pDraw, pPriv->colorKey, clipBoxes);
}
} else if (IS_I965G(pI830)) {
I965DisplayVideoTextured(pScrn, pPriv, destId, clipBoxes, width, height,
Geoff? Maybe it's the culprit and we don't need it at all.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=411183#c41
--- Comment #41 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2008-07-29 01:55:30
MDT ---
So disabling textured video with XAA results in a regression. BTW, I still have
no clue what this hunk exactly does:
@@ -2519,6 +2519,9 @@ I830PutImage(ScrnInfoPtr pScrn,
if (!RegionsEqual(&pPriv->clip, clipBoxes)) {
REGION_COPY(pScrn->pScreen, &pPriv->clip, clipBoxes);
i830_fill_colorkey (pScreen, pPriv->colorKey, clipBoxes);
+ /* required for XAA + Composite */
+ if (!pI830->useEXA)
+ xf86XVFillKeyHelperDrawable (pDraw, pPriv->colorKey, clipBoxes);
}
} else if (IS_I965G(pI830)) {
I965DisplayVideoTextured(pScrn, pPriv, destId, clipBoxes, width, height,
Geoff? Maybe it's the culprit and we don't need it at all.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |