Re: DIB Engine : passing all tests

2009-05-24 Thread Kai Blin
On Sunday 24 May 2009 06:54:10 Ben Klein wrote: Does that mean it's time to remove these todos (and make them full tests) or are they still wanted for the case where Max's DIB engine is not installed? They are full tests, they're just marked as not passing in wine. Which they don't. At least

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
Ben Klein ha scritto: 2009/5/24 Massimo Del Fedele m...@veneto.com: Austin English ha scritto: On Fri, May 22, 2009 at 6:31 PM, Massimo Del Fedele m...@veneto.com wrote: I posted on bug 421 page (as usual) latest update of my engine. It suld pass all tests in wine suite also all bitmap's

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
Kai Blin ha scritto: On Sunday 24 May 2009 06:54:10 Ben Klein wrote: Does that mean it's time to remove these todos (and make them full tests) or are they still wanted for the case where Max's DIB engine is not installed? They are full tests, they're just marked as not passing in wine. Which

Re: DIB Engine : passing all tests

2009-05-24 Thread Chris Howe
2009/5/24 Massimo Del Fedele m...@veneto.com I'm looking forward to this hitting upstream :) Have the architectural issues been solved yet? Nope, and I think they will not be solved soon. Not by me, anyways. I made my engine because I was needing it, but Alexandre don't like its

Re: DIB Engine : passing all tests

2009-05-24 Thread André Hentschel
I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. Nope, and I think they will not be solved soon. Not by me, anyways. I made my

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. The idea is not stupid at all :-) I was thinking to

Re: DIB Engine : passing all tests

2009-05-24 Thread André Hentschel
Massimo Del Fedele schrieb: André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. The idea is not stupid

re: urlmon: Cache binding notif window.

2009-05-24 Thread Dan Kegel
Hi Jacek, why do you have tls_list in http://www.winehq.org/pipermail/wine-patches/2009-May/072833.html ? The usual idiom is to just free each thread's data in THREAD_DETACH, isn't it? I ran into this while chasing a crash regression in Sketchup, see Anastasius' comments in

[comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Hi. I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody do it? comctl32_mru_090524.patch Description: application/mbox

Re: urlmon: Cache binding notif window.

2009-05-24 Thread Jacek Caban
Hi Dan, Dan Kegel wrote: Hi Jacek, why do you have tls_list in http://www.winehq.org/pipermail/wine-patches/2009-May/072833.html ? The usual idiom is to just free each thread's data in THREAD_DETACH, isn't it? THREAD_DETACH is called only if thread detaches before urlmon.dll is unloaded.

Re: DIB Engine : passing all tests

2009-05-24 Thread Massimo Del Fedele
André Hentschel ha scritto: Massimo Del Fedele schrieb: André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid

Re: [PATCH 01/10] msi/tests: Add tests for binary OBJECTS.

2009-05-24 Thread Austin English
On Sun, May 24, 2009 at 11:51 AM, Hib Eris h...@hiberis.nl wrote: Hi, I will send 10 patches for msi.dll that will add support for OBJECT types in the Msi Database and that will allow you to merge in new tables. This will make the WiX (Windows Installer XML) toolkit work a lot better.

Re: annoying pkg-config problem on 64 bit Ubuntu 8.10

2009-05-24 Thread Austin English
On Sun, May 24, 2009 at 12:25 AM, Ben Klein shackl...@gmail.com wrote: 2009/5/23 Austin English austinengl...@gmail.com: On Thu, May 21, 2009 at 5:24 PM, Joel Holdsworth j...@airwebreathe.org.uk wrote: On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:         Haven't checked Jaunty yet to see

Re: News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-24 Thread Roderick Colenbrander
On Sun, May 24, 2009 at 2:49 AM, James McKenzie jjmckenzi...@earthlink.net wrote: Roderick Colenbrander wrote: Thanks, I used this to compile wine 1.1.21 for testing purposes this week. I had to update the scripts a bit (e.g. use newere versions of some libraries and tools because the old

Re: DIB Engine : passing all tests

2009-05-24 Thread Ben Klein
2009/5/25 Massimo Del Fedele m...@veneto.com: André Hentschel ha scritto: I dont know anything about that, but may it be possible to compile your code to a standalone driver for seperate download? It would be great to just install a DIB-Driver for wine. Sorry if that was a stupid idea. The

Re: DXTn textures in D3DX9

2009-05-24 Thread Mike Kaplinskiy
I believe mesa looks for libtxc_dxtn @ http://homepage.hispeed.ch/~rscheidegger/dri_experimental/s3tc_index.html and then enables full s3tc support. The library itself is tiny and in (ugly) C, so that is already good news. But as stated on the website, you cannot use the code due to legality.

RE: [comctl32] Test request

2009-05-24 Thread Ge van Geldorp
From: Nikolay Sivov bungleh...@gmail.com I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody do it? Your tests pass on my W2K, XP, W2K3, Vista and W2K8 machines, but I get crashes which

Re: [comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Ge van Geldorp wrote: From: Nikolay Sivov bungleh...@gmail.com I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody do it? Your tests pass on my W2K, XP, W2K3, Vista and

RE: [comctl32] Test request

2009-05-24 Thread Ge van Geldorp
Hi Nikolay, From: Nikolay Sivov [mailto:bungleh...@gmail.com] Ge van Geldorp wrote: From: Nikolay Sivov bungleh...@gmail.com I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could be skipped. Could somebody

Re: [comctl32] Test request

2009-05-24 Thread Nikolay Sivov
Ge van Geldorp wrote: Hi Nikolay, From: Nikolay Sivov [mailto:bungleh...@gmail.com] Ge van Geldorp wrote: From: Nikolay Sivov bungleh...@gmail.com I've just prepared some simple MRU tests and I need test them on various native platfoms - tested only on xp sp2 so this one could

Re: DIB Engine : passing all tests

2009-05-24 Thread Steven Edwards
On Sun, May 24, 2009 at 11:06 AM, Massimo Del Fedele m...@veneto.com wrote: André Hentschel ha scritto: No idea on what will happen with Mac or other unixes I am attempting a Mac build now. As with the rest of the discussion, It would be nice if we could produce a PE version using something

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
Steven Edwards wrote: On Sun, May 24, 2009 at 11:06 AM, Massimo Del Fedele m...@veneto.com wrote: André Hentschel ha scritto: No idea on what will happen with Mac or other unixes I am attempting a Mac build now. As with the rest of the discussion, It would be nice if we could

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
Steven Edwards wrote: On Sun, May 24, 2009 at 9:23 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Let me know how this goes. I'm interested in improvements that will help all *nixes, including MacOSX. I think I am using the latest patch, its dibeng_max.zip thats got the