Bugzilla – Attachment 75712 Details for
Bug 152730
Massive XRender corruption ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch for fixing missing initialization of pPicture->format
x86_renderinit.diff (text/plain), 618 bytes, created by
Matthias Hopf
on 2006-03-30 10:59:52 UTC
(
hide
)
Description:
Patch for fixing missing initialization of pPicture->format
Filename:
MIME Type:
Creator:
Matthias Hopf
Created:
2006-03-30 10:59:52 UTC
Size:
618 bytes
patch
obsolete
>Index: render/picture.c >=================================================================== >RCS file: /cvs/xorg/xserver/xorg/render/picture.c,v >retrieving revision 1.20 >diff -u -p -r1.20 picture.c >--- render/picture.c 9 Dec 2005 18:35:21 -0000 1.20 >+++ render/picture.c 30 Mar 2006 10:51:28 -0000 >@@ -975,6 +975,7 @@ static PicturePtr createSourcePicture(vo > pPicture = (PicturePtr) xalloc(sizeof(PictureRec)); > pPicture->pDrawable = 0; > pPicture->pFormat = 0; >+ pPicture->format = PICT_a8r8g8b8; /* FIXME: is this right? */ > pPicture->pNext = 0; > > SetPictureToDefaults(pPicture);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 152730
:
69731
|
69732
|
69734
|
69735
|
69742
|
70149
|
75710
| 75712 |
79183
|
79184
|
80327
|
80328
|
80454
|
80492
|
80595
|
81265
|
81340
|
82989