http://bugs.winehq.org/show_bug.cgi?id=25752
Summary: [patch] add support for indexed formats to GdipBitmapSetPixel Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: singularita@gmail.com
Created an attachment (id=32806) --> (http://bugs.winehq.org/attachment.cgi?id=32806) Add support for indexed formats (PixelFormat1bppIndexed, PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel
I run one windows application (unfortunately the application is not publicly available) and I run into some parts of the application being shown in black and lots of "fixme:gdiplus:GdipBitmapSetPixel not implemented for format 0x30803" shown on console.
So I added support for indexed formats (PixelFormat1bppIndexed, PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel.
Seems to fix the problem.
Attaching patch to latest 1.3.11
http://bugs.winehq.org/show_bug.cgi?id=25752
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2011-01-10 18:35:32 CST --- Patches are not picked up from bugzilla. See http://wiki.winehq.org/SubmittingPatches
http://bugs.winehq.org/show_bug.cgi?id=25752
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #32806|application/octetstream |text/plain mime type| | Attachment #32806|0 |1 is patch| |
http://bugs.winehq.org/show_bug.cgi?id=25752
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=25752
--- Comment #2 from MP singularita@gmail.com 2011-01-10 19:36:41 CST --- (In reply to comment #1)
I've sent the patch to the wine-patches mailing list. Should this bug be closed?
http://bugs.winehq.org/show_bug.cgi?id=25752
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2011-01-10 20:01:57 CST --- The bug can be left open until the problem is fixed. That warning you mentioned also shows up when the gdiplus image tests are run; did you check whether your patch fixes a todo_wine in cd dlls/gdiplus/tests make test ?
Also, did you run your patch through WineTestBot (see http://wiki.winehq.org/WineTestBot )?
http://bugs.winehq.org/show_bug.cgi?id=25752
--- Comment #4 from Austin English austinenglish@gmail.com 2011-01-11 00:59:57 CST --- (In reply to comment #3)
Also, did you run your patch through WineTestBot (see http://wiki.winehq.org/WineTestBot )?
The tests were not changed, this change won't be tested by WineTestBot (which only tests windows).
http://bugs.winehq.org/show_bug.cgi?id=25752
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2011-01-12 14:43:57 CST --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=ee3c1790265eeb7fc90ef8...
Thanks!
http://bugs.winehq.org/show_bug.cgi?id=25752
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2011-01-21 13:43:06 CST --- Closing bugs fixed in 1.3.12.