Re: WIne DIB

2009-05-30 Thread James McKenzie
Ben Klein wrote: > Stop making new threads about this! We've already had too many DIB > Engine threads! > > > +1. Please keep all of the traffic on the DIB engine to one thread. James McKenzie

Re: WIne DIB

2009-05-30 Thread Ben Klein
Stop making new threads about this! We've already had too many DIB Engine threads!

Re: DIB engine

2009-05-30 Thread David Gerard
2009/5/30 Dan Kegel : > If you're looking for something better specified, try finishing off > gdiplus.   That's a somewhat well defined graphics package, > and Wine's implementation has a few missing bits yet, last > I checked. OH YES PLEASE. (lots of apps missing bits of this - check over bugz

re: DIB engine

2009-05-30 Thread Dan Kegel
Stephan Rose wrote: > My ears perked up when the two words DIB and spec were put > together in the same sentence. One frustration I encountered > when wanting to contribute to wine a little over two years ago > was that nobody seemed to be able to say "Hey, this is what > we are missing/need, here

WIne DIB

2009-05-30 Thread chris ahrendt
On 05/30/2009 12:59 PM, wine-devel-requ...@winehq.org wrote: > Ben Klein ha scritto: > >> >> You would be surprised at how much of Wine is NOT a hack internally. >> Wine doesn't do hacks, > > Well, well there are some, indeed. > Of course, it's better not add new ones :-) > > hence AJ's reluct

Re: Wineconf 2009 and funding

2009-05-30 Thread Steven Edwards
On Sat, May 30, 2009 at 11:30 AM, Austin English wrote: > Like Steven/Roderick said, we can increase that quite a bit if we > start fundraising early (now). I and Aleksey Bragin will be attending to represent ReactOS. I've asked their developers, users and advocates to contribute a little change

Re: d3d10: Improve parse_fx10.

2009-05-30 Thread Henri Verbeet
2009/5/30 Stefan Dösinger : > > Am 30.05.2009 um 07:24 schrieb Dmitry Timoshkov: > >> "Rico Schüller" wrote: >> >>> -    /* version info? */ >>> -    skip_dword_unknown(&ptr, 2); >>> +    /* Compiled target version (e.g. fx_4_0=0xfeff1001, >>> fx_4_1=0xfeff1011). */ >>> +    read_dword(&ptr, &e->v

Re: Wineconf 2009 and funding

2009-05-30 Thread Austin English
On Sat, May 30, 2009 at 10:21 AM, Jeremy White wrote: >> What is the status of the Wine Party Fund this year, to help with the >> cost of transportation/lodging? I remember quite a bit of it was used >> up last year... >> > > I see no reason to change the practice of providing travel sponsorships.

Wineconf 2009 and funding

2009-05-30 Thread Jeremy White
> What is the status of the Wine Party Fund this year, to help with the > cost of transportation/lodging? I remember quite a bit of it was used > up last year... > I see no reason to change the practice of providing travel sponsorships. I believe the WPF is lower this year than last, so we may b

Re: d3d10: Improve parse_fx10.

2009-05-30 Thread Stefan Dösinger
Am 30.05.2009 um 07:24 schrieb Dmitry Timoshkov: "Rico Schüller" wrote: -/* version info? */ -skip_dword_unknown(&ptr, 2); +/* Compiled target version (e.g. fx_4_0=0xfeff1001, fx_4_1=0xfeff1011). */ +read_dword(&ptr, &e->version); +TRACE("Target: %#x\n", e->version);

Re: DIB engine

2009-05-30 Thread Massimo Del Fedele
Ben Klein ha scritto: You would be surprised at how much of Wine is NOT a hack internally. Wine doesn't do hacks, Well, well there are some, indeed. Of course, it's better not add new ones :-) hence AJ's reluctance to include the current DIB proposal in Wine (to make it "correct" later