Re: Yet another person's list of must-have windows apps

2008-07-05 Thread James McKenzie
Dan Kegel wrote: > On Sat, Jul 5, 2008 at 10:35 AM, James McKenzie > <[EMAIL PROTECTED]> wrote: > >>> http://www.benjarvis.org/tech/how-to-minimize-your-windows-usage/ >>> lists his must-have windows apps as >>> ---snip--- >>> - Ableton Live 7 (Nothing can replace this yet and the latency is to

Re: Tricking program into seeing actual gfx driver not WINE's

2008-07-05 Thread Seth Shelnutt
I get the following error when applying your patch via git-am, [EMAIL PROTECTED]:~/wine$ git-am 0001-a-hack-to-make-Folding-Home-think-I-am-using-an-NVID.patch cat: .dotest/next: No such file or directory previous dotest directory .dotest still exists but mbox giv I was able to apply it manually

Re: Update: comctl32: fix listview select-all

2008-07-05 Thread Vitaliy Margolen
[EMAIL PROTECTED] wrote: > Fixes the Listview control to not individually select and focus each > items. Has the added bugfix that it keeps the same item focused as was > to begin with, and doesn't scroll the list. > > Updated: my if was incorrect and it was handling cases it shouldn't have > h

RE: Pipeline separation preview

2008-07-05 Thread Stefan Dösinger
> -Original Message- > From: [EMAIL PROTECTED] [mailto:wine-devel- > [EMAIL PROTECTED] On Behalf Of Ivan Gyurdiev Thanks for the review! > I think it's moving in the right direction. It's also important that > you've tried this on the NV extension, since now you have two pipeline > repla

Re: Pipeline separation preview

2008-07-05 Thread Ivan Gyurdiev
Stefan Dösinger wrote: > Oops, forgot to attach the archive > I like it, especially these parts: - Interface decoupling - Moves FFP replacement code to using the FFP state table interface, instead of touching the unrelated shader interface - Code separation - Code unrelated to shaders is moved

Re: Yet another person's list of must-have windows apps

2008-07-05 Thread Dan Kegel
On Sat, Jul 5, 2008 at 10:35 AM, James McKenzie <[EMAIL PROTECTED]> wrote: >> http://www.benjarvis.org/tech/how-to-minimize-your-windows-usage/ >> lists his must-have windows apps as >> ---snip--- >> - Ableton Live 7 (Nothing can replace this yet and the latency is too >> long under WINE) > > What

Re: Yet another person's list of must-have windows apps

2008-07-05 Thread James McKenzie
Lei Zhang wrote: > On Sat, Jul 5, 2008 at 10:35 AM, James McKenzie > <[EMAIL PROTECTED]> wrote: > >> What does the first program do? >> >> > > Wikipedia is your friend > http://en.wikipedia.org/wiki/Ableton_Live > > I'm one of those 'old school' folks and don't place much faith in Wikipe

Re: Yet another person's list of must-have windows apps

2008-07-05 Thread Lei Zhang
On Sat, Jul 5, 2008 at 10:35 AM, James McKenzie <[EMAIL PROTECTED]> wrote: > What does the first program do? > Wikipedia is your friend http://en.wikipedia.org/wiki/Ableton_Live

Re: Yet another person's list of must-have windows apps

2008-07-05 Thread James McKenzie
Dan Kegel wrote: > http://www.benjarvis.org/tech/how-to-minimize-your-windows-usage/ > lists his must-have windows apps as > ---snip--- > - Ableton Live 7 (Nothing can replace this yet and the latency is too > long under WINE) > - VST Instruments (DLL files that are used by Ableton Live) > - iTun

Re: Tricking program into seeing actual gfx driver not WINE's

2008-07-05 Thread Roderick Colenbrander
There is similar code for ATI and other vendors as well. First we do a selection based on vendor and then we check what d3d version a card supports by checking what opengl extensions are offered and then we try to match it to a card in our database based on the opengl renderer string. This way w

Re: Tricking program into seeing actual gfx driver not WINE's

2008-07-05 Thread Seth Shelnutt
Why only when an Nvidia board is detected? Should it not be possible to detect and display a driver version and card regardless of motherboard? Also is this support built into WINE or do you have a set of patches to enable it? On Sat, Jul 5, 2008 at 3:38 AM, Roderick Colenbrander <[EMAIL PROTECTED

RE: Pipeline separation preview

2008-07-05 Thread Stefan Dösinger
Hi, Here is an updated patchset. I have CC'ed Henri and Ivan, since they were the main critics of the old design. Ivan, this should get rid of the inheritance thunks the old way of munging everything into the shader backend had. I've discussed things with Henri on IRC. Henri, can you take a quick l

Yet another person's list of must-have windows apps

2008-07-05 Thread Dan Kegel
http://www.benjarvis.org/tech/how-to-minimize-your-windows-usage/ lists his must-have windows apps as ---snip--- - Ableton Live 7 (Nothing can replace this yet and the latency is too long under WINE) - VST Instruments (DLL files that are used by Ableton Live) - iTunes (I may move back to Rockbox

New valgrind warnings in NdrComplexArrayUnmarshall (oleaut32/tests/tmarshal)

2008-07-05 Thread Dan Kegel
Probably triggered by Rob's five rpcrt4 patches on July 3rd, who knows, perhaps the removal of the memset in http://www.winehq.org/pipermail/wine-cvs/2008-July/045025.html Rob, can you have a look? http://kegel.com/wine/valgrind/logs-2008-07-04/vg-oleaut32_tmarshal-diff.txt e.g. + Conditional jum

Re: winequartz.drv Mac OS X UI discontinued?

2008-07-05 Thread Jeremy White
> We probably curse his decisions as much or more than any Wine developer, > and whether > or not Objective C *blush* Teach me to send email late at night on a foreign computer. The point is that CodeWeavers has no control over whether or not Emmanuel's code goes into Wine. That's entirely Al

Tricking program into seeing actual gfx driver not WINE's

2008-07-05 Thread Martijn Berger
>* Hello All, *>* *>* We have run into an interesting problem while trying to get the latest *>* version of Stanford's Folding at Home GPU client to work in Linux via WINE. *>* The programs says it does not detect a compatible GPU. Even when the user *>* has installed the correct Nvidia drivers (wi

Re: winequartz.drv Mac OS X UI discontinued?

2008-07-05 Thread Kai Blin
On Friday 04 July 2008 23:43:11 James McKenzie wrote: > Comments on Adam's message > > Adam Strzelecki wrote: > > Hi Emmanuel, hello Wine developers, > > > > Since Wine passed 1.0 (woohoo!) maybe someone from the direction can > > revise Mac support? Even there're numerous Emmanuel efforts to provi

Re: Tricking program into seeing actual gfx driver not WINE's

2008-07-05 Thread Roderick Colenbrander
The only thing we aren't setting are proper strings for the rest we show an nvidia driver version number and card when an nvidia board is detected. Though we don't show the actual card in various cases as we make an estimation based on glxinfo output and some other things. This is because we can