Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108411 Details for
Bug 164301
media-libs/libsdl-1.2.11 problem with semitransparent blitting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/libsdl-1.2.11-asm-blit-fix.patch
libsdl-1.2.11-asm-blit-fix.patch (text/plain), 568 bytes, created by
Sergey Belyashov
on 2007-01-28 20:32:33 UTC
(
hide
)
Description:
files/libsdl-1.2.11-asm-blit-fix.patch
Filename:
MIME Type:
Creator:
Sergey Belyashov
Created:
2007-01-28 20:32:33 UTC
Size:
568 bytes
patch
obsolete
>--- branches/SDL-1.2/src/video/SDL_blit_A.c 2006/09/23 23:15:34 2781 >+++ branches/SDL-1.2/src/video/SDL_blit_A.c 2006/11/21 23:17:00 2914 >@@ -1566,6 +1566,7 @@ > int dstskip = info->d_skip >> 2; > SDL_PixelFormat* sf = info->src; > Uint32 amask = sf->Amask; >+ Uint32 ashift = sf->Ashift; > > __asm__ ( > /* make mm6 all zeros. */ >@@ -1587,7 +1588,7 @@ > /* get alpha channel shift */ > "movd %1, %%mm5\n\t" /* Ashift -> mm5 */ > >- : /* nothing */ : "m" (sf->Amask), "m" (sf->Ashift) ); >+ : /* nothing */ : "m" (amask), "m" (ashift) ); > > while(height--) { >
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 164301
:
108410
|
108411
|
113341