Re: wined3d: Added PCI device IDs for AMD Radeon 6750M & 6770M

2012-03-31 Thread Gaurav Jain
On 2012-03-31, at 4:49 PM, Henri Verbeet wrote: > On 31 March 2012 21:20, Gaurav Jain wrote: >> CARD_AMD_RADEON_HD6600M = 0x6741, >> +CARD_AMD_RADEON_HD6750M = 0x6741, > If those are actually supposed to be the same, I don't think there's > much of a point in this patch. >

Re: [PATCH] wined3d: When releasing resources, don't perform any other operations on device if it has been released.

2012-03-31 Thread Henri Verbeet
On 31 March 2012 23:30, Christian Costa wrote: > Do you have a better idea ? > My first guess would be to check if vertex buffers are perhaps supposed to take a reference to the D3D interface. > Btw, the problem is easily reproductible. The bugzlla entry contain the > download link. > Yes, we hav

Re: [PATCH] wined3d: When releasing resources, don't perform any other operations on device if it has been released.

2012-03-31 Thread Christian Costa
Le 31/03/2012 22:46, Henri Verbeet a écrit : This looks wrong. Is there a legitimate way that this can happen? The FIXME in wined3d_device_decref says : FIXME("Device released with resources still bound, acceptable but unexpected.\n"); If this is "acceptable", resources must not use the d

Re: wined3d: Added PCI device IDs for AMD Radeon 6750M & 6770M

2012-03-31 Thread Henri Verbeet
On 31 March 2012 21:20, Gaurav Jain wrote: > CARD_AMD_RADEON_HD6600M = 0x6741, > +CARD_AMD_RADEON_HD6750M = 0x6741, If those are actually supposed to be the same, I don't think there's much of a point in this patch.

Re: [PATCH] wined3d: When releasing resources, don't perform any other operations on device if it has been released.

2012-03-31 Thread Henri Verbeet
This looks wrong. Is there a legitimate way that this can happen?

Re: msi: add support for MSIRUNMODE_REBOOTNOW in MsiGetMode

2012-03-31 Thread Austin English
On Sat, Mar 31, 2012 at 06:00, Hans Leidekker wrote: > On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote: >> +    case MSIRUNMODE_REBOOTNOW: >> +        r = package->need_reboot; >> +        break; >> + > > MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing. > > It seems

Wine test bot and win16 exe

2012-03-31 Thread Christian Costa
Hi, I wrote a win16 exe test file using open watcom but I cannot submit it to winebot. I fails saying "Unricognized file type". This is a little annoying. Is this a known limitation of wine test bot ? Thanks Christian

Re: quartz: update ICOM_THIS_MULTI to follow the new COM standard

2012-03-31 Thread Jacek Caban
On 3/31/12 3:36 PM, John Klehm wrote: On Fri, Mar 30, 2012 at 11:08 AM, Jacek Caban wrote: On 03/30/12 17:55, Aric Stewart wrote: diff --git a/dlls/quartz/quartz_private.h b/dlls/quartz/quartz_private.h index 35cd52b..d2f680c 100644 --- a/dlls/quartz/quartz_private.h +++ b/dlls/quartz/quartz_p

Re: quartz: update ICOM_THIS_MULTI to follow the new COM standard

2012-03-31 Thread John Klehm
On Fri, Mar 30, 2012 at 11:08 AM, Jacek Caban wrote: > On 03/30/12 17:55, Aric Stewart wrote: >> diff --git a/dlls/quartz/quartz_private.h b/dlls/quartz/quartz_private.h >> index 35cd52b..d2f680c 100644 >> --- a/dlls/quartz/quartz_private.h >> +++ b/dlls/quartz/quartz_private.h >> @@ -38,7 +38,7 @

Re: msi: add support for MSIRUNMODE_REBOOTNOW in MsiGetMode

2012-03-31 Thread Hans Leidekker
On Fri, 2012-03-30 at 17:27 -0700, Austin English wrote: > +case MSIRUNMODE_REBOOTNOW: > +r = package->need_reboot; > +break; > + MSIRUNMODE_REBOOTNOW and MSIRUNMODE_REBOOTATEND are not the same thing.

Re: Wine release 1.5.1

2012-03-31 Thread mike
I am no longer using this e-mail. Please contact me for my new e-mail address. Thank you, Mike

Re: [2/2] gdi32: Simplify font cache. (try 2)

2012-03-31 Thread Kusanagi Kouichi
On 2012-03-30 15:36:06 +0200, Alexandre Julliard wrote: > Kusanagi Kouichi writes: > > > @@ -1516,23 +1464,8 @@ static void add_face_to_cache(Face *face) > > RegSetValueExW(hkey_face, face_full_name_value, 0, REG_SZ, > > (BYTE*)face->FullName, > > (strlenW(face->