Re: D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread H. Verbeet
On 04/05/06, Raphael <[EMAIL PROTECTED]> wrote: Only one "technical thing", how you expect to determin if you need GLSL or if ARB_vertex/ARG_fragment is suffcient ? The functionality in GLSL is a superset of ARB programs. Simply use GLSL if it's available, otherwise hope ARB programs ae sufficie

What's in mmbranch

2006-05-04 Thread Mike McCormack
This is probably the last edition, as Alexandre should be back some time this weekend Hi, Here's the list of patches on top of Alexandre's "origin" in my public Wine tree. You can pull the branch more easily after

Re: D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread Jason Green
On 5/4/06, Raphael <[EMAIL PROTECTED]> wrote: Only one "technical thing", how you expect to determin if you need GLSL or if ARB_vertex/ARG_fragment is suffcient ? 1 - always use GLSL when available, else try ARB compat code ? 2 - try to use ARB when possible, else switch to GLSL ? 3 - choos

Re: D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread Phil Costin
Raphael wrote: > On Thursday 04 May 2006 20:26, Jason Green wrote: >> Quite a few of us in #winehackers have been discussing and working on >> pixel and vertex shaders for the last month or so. However, due to >> time zone differences, we don't always get to participate in the >> discussions, so

Re: D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread Raphael
On Thursday 04 May 2006 20:26, Jason Green wrote: > Quite a few of us in #winehackers have been discussing and working on > pixel and vertex shaders for the last month or so. However, due to > time zone differences, we don't always get to participate in the > discussions, so it's tough to keep tra

Re: D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread Coleman Kane
This gets me excited. I've been working on a Windows->Linux migration project that uses shader API in a mandatory library that we don't have source code for, and in a few months I'll most likely be helping to get this to work. -- Coleman Kane IntelliTree Solutions llc. Jason Green wrote: Qui

Re: another gphoto2 ui change

2006-05-04 Thread Marcus Meissner
On Thu, May 04, 2006 at 11:48:23PM +0200, Marcus Meissner wrote: > On Thu, May 04, 2006 at 03:17:40PM -0500, Aric Stewart wrote: > > Gphoto2 UI changes, > > rename the Import button to Import Selected > > disable or enable that button depending on if pictures are selected. > > I have applied both

Re: Tiny patch for dib.c

2006-05-04 Thread Francois Gouget
On Thu, 4 May 2006, [EMAIL PROTECTED] wrote: On Thu, May 04, 2006 at 12:16:10PM +0900, Mike McCormack wrote: Maybe you can investigate how we can get a DIB with bmBitsPixel <= 8 and (biClrUsed > 256 or bcBitCount>8) ? I'm not an expert on this, but I supposed the application called it with a

Re: Current Status of MIDI support under wine

2006-05-04 Thread Francois Gouget
On Thu, 4 May 2006, Kevin Walker wrote: Hi all, I would like to know if MIDI is supported under wine? Wine has some MIDI support. It has worked in the past at least with OSS and Alsa, and for some applications. However it is rarely used and tested so there is no garantee it still works. Th

Re: another gphoto2 ui change

2006-05-04 Thread Marcus Meissner
On Thu, May 04, 2006 at 03:17:40PM -0500, Aric Stewart wrote: > Gphoto2 UI changes, > rename the Import button to Import Selected > disable or enable that button depending on if pictures are selected. I have applied both to my local tree. I have also uploaded the current gphoto2.ds snapshot to ww

Re: will the real winedbg experts please stand up / please stand up

2006-05-04 Thread Molle Bestefich
Eric Pouech wrote: well, that's strange, the program you stop in the X11 error handler. I tried it here and it works fine. what happens if you try starting the pgm from the debugger ? It starts behaving differently compared to running it with plain wine. Still using the synchronous trace, it lo

Re: will the real winedbg experts please stand up / please stand up

2006-05-04 Thread Eric Pouech
I had expected that winedbg start printing something after "breaking into debugger" but before "X11DRV_CritSection wait timed out". I'm going to spend a lot of time fiddling with it now, I'd just like to ask if anyone has a ready explanation (while my story is still short enough to be readable in

Current Status of MIDI support under wine

2006-05-04 Thread Kevin Walker
Hi all, I would like to know if MIDI is supported under wine?

D3D Pixel/Vertex shader discussion (for shader model 2.0+)

2006-05-04 Thread Jason Green
Quite a few of us in #winehackers have been discussing and working on pixel and vertex shaders for the last month or so. However, due to time zone differences, we don't always get to participate in the discussions, so it's tough to keep track of who's doing what and what the real game plan is. S

Re: advpack [2/17]: Install the OCX in RegisterOCX

2006-05-04 Thread Joris Huizer
James Hawkins wrote: Hi, Changelog: * Install the OCX in RegisterOCX. dlls/advpack/advpack.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) -- James Hawkin s it seems the attachment is em

Re: Tiny patch for dib.c

2006-05-04 Thread Dmitry Timoshkov
[EMAIL PROTECTED] wrote: On Thu, May 04, 2006 at 12:16:10PM +0900, Mike McCormack wrote: > Maybe you can investigate how we can get a DIB with bmBitsPixel <= 8 > and (biClrUsed > 256 or bcBitCount>8) ? I'm not an expert on this, but I supposed the application called it with an off-by-one value

Re: Status of out-of-process custom marshaling

2006-05-04 Thread Robert Shearman
Bill Medland wrote: trace:ole:_marshal_interface ...{b3b13603-a675-11d2-9b95-00104b71eb3f}... trace:ole:CoMarshalInterface (0x798f1940, {b3b13603-a675-11d2-9b95-00104b71eb3f}, 0x79e309ec, 0, (nil), MSHLFLAGS_NORMAL) trace:ole:IiFTMUnknown_fnQueryInterface trace:ole:FTMarshalImpl_AddRef fixme:

Re: Tiny patch for dib.c

2006-05-04 Thread leslie . polzer
On Thu, May 04, 2006 at 12:16:10PM +0900, Mike McCormack wrote: > Maybe you can investigate how we can get a DIB with bmBitsPixel <= 8 > and (biClrUsed > 256 or bcBitCount>8) ? I'm not an expert on this, but I supposed the application called it with an off-by-one value of 257? Do you think the p

Re: Status of out-of-process custom marshaling

2006-05-04 Thread Bill Medland
On May 4, 2006 07:19 am, Robert Shearman wrote: > Bill Medland wrote: > >trace:ole:CoUnmarshalInterface (0x7be8c7a8, > > {b3b13603-a675-11d2-9b95-00104b71eb3f}, 0x7be8c794) > > trace:ole:get_unmarshaler_from_stream Using custom > > unmarshaling trace:ole:CoCreateInstance > > (rclsid={62a1cafb-1940-

Re: Status of out-of-process custom marshaling

2006-05-04 Thread Robert Shearman
Bill Medland wrote: trace:ole:CoUnmarshalInterface (0x7be8c7a8, {b3b13603-a675-11d2-9b95-00104b71eb3f}, 0x7be8c794) trace:ole:get_unmarshaler_from_stream Using custom unmarshaling trace:ole:CoCreateInstance (rclsid={62a1cafb-1940-798f-6859-a5623c7ba562}, pUnkOuter=(nil), dwClsContext=0001,

ms excel macros in wine

2006-05-04 Thread sailaja
I am working on MSExcel Macros in wine. Previously, they were not working. But, In my system, it works. When I try for a new installation in my system it works like charm. But its not the case with Other systems. I dont know how my system became compatible to running Macros. I want to make it run

Re: Status of out-of-process custom marshaling

2006-05-04 Thread Bill Medland
On May 4, 2006 04:14 am, Robert Shearman wrote: > Bill Medland wrote: > >So, my next problem > > > >What's the status of custom marshaling, especially > >out-of-process? Is it supposed to be quite well developed > > (in which case I am trying to find out why our case is > > different) or is it sti

Re: Status of out-of-process custom marshaling

2006-05-04 Thread Robert Shearman
Bill Medland wrote: So, my next problem What's the status of custom marshaling, especially out-of-process? Is it supposed to be quite well developed (in which case I am trying to find out why our case is different) or is it still only just started? Yes, custom marshaling should work. Ou

re: Summer of Code reminder

2006-05-04 Thread Dan Kegel
Mike wrote: If you have something to submit, I'd encourage you to submit it early and get some feedback. Yes, please! Mail me privately with any questions ... I'm willing to advise students on their proposals, too. - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv