Re: D3D command stream patches for testing

2013-09-20 Thread Forest
Stefan, are these patches already present in the wine 1.7.2 release? Now that the official 1.7.2 Ubuntu packages have been published, I'm trying to figure out how to get your CSMT changes into the PPA that I maintain.

Re: D3D command stream patches for testing

2013-09-15 Thread Forest
>In general, this patchset helps more for mostly CPU limited >applications than for mostly GPU limited applications. That roughly >means that in general you'll see a larger difference on lower >resolutions or with less demanding applications / graphics settings, >and that you'll see a larger differ

Re: D3D command stream patches for testing

2013-09-15 Thread Forest
>In the past months I have been working on a command stream / worker >thread for wined3d. It moves most OpenGL calls into a separate thread >to improve performance (bug 11674) and fix some bugs that are >otherwise hard to fix (24684). Thank you, Stefan! I applied your patches to the Ubuntu PPA th

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-10 Thread Forest Hale
Ben Klein wrote: > You're wrong there, it's DRIVE_UNKNOWN, which is the autodetect thing > (I haven't looked into it in detail, but something is *correctly* > autodetecting your drive C: as a network drive). > I'm still pretty sure kernel32 isn't the right place for forcing drive > type. Maybe som

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-08 Thread Forest Hale
nto the details, I simply made C: always work properly (at least with any automatic wine install I can imagine). Ben Klein wrote: > 2009/3/8 Forest Hale : >> I happen to agree with that sentiment, but Wine creates ~/.wine/drive_c and >> configures it as C:, for the sake of all comm

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-08 Thread Forest Hale
letter, but that is a separate issue. Francois Gouget wrote: > On Fri, 6 Mar 2009, Forest Hale wrote: > >> Fixed GetDriveTypeW to always report C: as DRIVE_FIXED, preventing problems >> with the Steam installer if /home is a network share or other special mount. >> >