Re: [PATCH 1/5] ddraw/tests: Add test for bad size of surface caps in CreateSurface. (try 5)

2010-08-10 Thread Oldrich Jedlicka
Hi Stefan, > 10.8.2010 15:40:40, Stefan Dösinger : > Diff -u doesn't find any difference between try 4 and try 5, and probably > older > tries. If you're resending them because the older ones weren't applied, > that's > futile - Alexandre is on vacation. > > Also it is generally a bad idea to

Re: Re: [PATCH 03/10] ddraw/tests: Add test for NULL/bad size of surface caps in CreateSurface. (try 3)

2010-08-04 Thread Oldrich Jedlicka
Hi Stefan, 4.8.2010 13:04:43, Stefan Dösinger : > > Am 04.08.2010 um 12:29 schrieb Alexandre Julliard: > > > Oldřich Jedlička writes: > > > >> +__TRY > >> +{ > >> +hr = IDirectDraw_CreateSurface(lpDD, NULL, &surf, NULL); > >> +todo_wine ok(hr == DDERR_INVALIDPARAMS, "ID

Re: [dib.c] 3. Remove identity colormap changing for monochrome bitmaps

2005-12-02 Thread Oldrich Jedlicka
I have to read my emails four times before sending :-) So what I meant: I did not find exactly the solution for the problem with failed tests (which keeps my second path in the game), but completely different approach by removing pixmap_depth=1 (and also my second patch that is unneeded then).

Re: [dib.c] 3. Remove identity colormap changing for monochrome bitmaps

2005-12-02 Thread Oldrich Jedlicka
f December 2005 18:37 Alexandre Julliard napsal(a): > Oldrich Jedlicka <[EMAIL PROTECTED]> writes: > > This fixes colors in monochrome bitmaps that were overwritten by identity > > colormap every time. > > > > Changelog: > > > > * Remove the identity col

Re: [dib.c] 3. Remove identity colormap changing for monochrome bitmaps

2005-12-01 Thread Oldrich Jedlicka
as the palette is set to NULL (descr.palentry = NULL) in X11DRV_DIB_DoCopyDIBSection. Oldrich. Dne Thursday 01 of December 2005 18:37 Alexandre Julliard napsal(a): > Oldrich Jedlicka <[EMAIL PROTECTED]> writes: > > This fixes colors in monochrome bitmaps that were overwrit

Re: Monochrome bitmaps again

2005-11-30 Thread Oldrich Jedlicka
Wednesday 30 of November 2005 12:42 Alexandre Julliard napsal(a): > Oldrich Jedlicka <[EMAIL PROTECTED]> writes: > > Hi all, > > > > again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to > > wine-patches (still not in CVS). > > > > The

Monochrome bitmaps again

2005-11-30 Thread Oldrich Jedlicka
Hi all, again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to wine-patches (still not in CVS). The problem with monochrome bitmaps with inverted colors was discovered in game "Neighbours from Hell". I tested the patch with simulated inverted colors monochrome bitmap and it

Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
Good, submitting to wine-patches. Thanks :-) Dne Wednesday 23 of November 2005 13:52 Willie Sippel napsal(a): > Am Mittwoch, 23. November 2005 12:08 schrieb Oldrich Jedlicka: > > Hi, > > > > > See: > > > dib.c: In function 'X11DRV_DIB_DoCopyDIBSection'

Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
Hi, > See: > dib.c: In function 'X11DRV_DIB_DoCopyDIBSection': > dib.c:4186: error: invalid operands to binary == > make[2]: *** [dib.o] Error 1 just to be sure it compiles also on gcc 4. Here is the corrected patch. Cheers, Oldrich. Index: dlls/x11drv/dib.c =

Re: Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
er 2005 09:41 schrieb Oldrich Jedlicka: > > Hi all, > > > > I found a bug in monochrome bitmaps with inverted colors > > (color[0]=0xFF, color[1]=0x00). It is problem in translation from > > XImage into DIB created by CreateDIBSection. > > > > Descript

Bug in monochrome bitmaps

2005-11-23 Thread Oldrich Jedlicka
. I've got no response and CVS is untouched. So what is wrong with my patch? People from cedega team at least said 'thank you', there is nothing :-( Thanks for reply, Oldrich Jedlicka. --- dlls/x11drv/dib.c.orig 2005-10-07 01:23:58.0 + +++ dlls/x11drv/dib.c 2