Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 234271 Details for
Bug 340511
EXA acceleration causes graphic corruption
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream patch
freedesktop-exa_accel.diff (text/plain), 690 bytes, created by
Matěj Cepl
on 2007-10-22 17:01:59 UTC
(
hide
)
Description:
upstream patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-10-22 17:01:59 UTC
Size:
690 bytes
patch
obsolete
>commit aa11204d4a81de851155ae3f01d4c897263fd7b0 >Author: Michel Dänzer <michel@tungstengraphics.com> >Date: Tue Sep 25 19:51:29 2007 +0200 > > EXA: Punt on fallback case not handled correctly in exaFillRegionTiled. > >diff --git a/exa/exa_accel.c b/exa/exa_accel.c >index cc383cc..acc5dbe 100644 >--- a/exa/exa_accel.c >+++ b/exa/exa_accel.c >@@ -1223,7 +1223,8 @@ exaFillRegionTiled (DrawablePtr pDrawable, > } > > fallback: >- if (alu != GXcopy || planemask != FB_ALLONES) >+ if (alu != GXcopy || planemask != FB_ALLONES || pPatOrg->x != 0 || >+ pPatOrg->y != 0) > return FALSE; > EXA_FALLBACK(("from %p to %p (%c,%c)\n", pTile, pDrawable, > exaDrawableLocation(&pTile->drawable),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 340511
: 234271