choppy anim

2007-08-18 Thread Skrzynka
Hi, I'm trying to get some game (Settlers 3) to work on Wine (updated sources recently from git). If possible, I'd like to ask for some clues for a start: 1) the issue is choppy animation - the frame rate is abt 1/sec while the cpu load is low. However there are random periods when there seem

Re: Direct3D 10 design considerations

2007-08-18 Thread Stefan Dösinger
Am Samstag, 18. August 2007 19:59 schrieb Ivan Gyurdiev: > The shader stuff uses two different backends and an intermediate > interface (SHADER_OPCODE_ARG) to isolate the asm parser. Other parts of > wined3d could do the same thing - you are interface constrained from the > top (d3d) and from the b

Re: #winehq admin abuse

2007-08-18 Thread Jan Zerebecki
On Thu, Aug 16, 2007 at 08:06:01PM -0700, Jonathan Challinger wrote: > I'm not going to continue this. This is my last message concerning this > argument. > I'm done with > wine, and now I'm done discussing its community's serious flaws. This is sad, after all a community is as good as the partic

Re: Greek resource file for comctl final

2007-08-18 Thread Maarten Lankhorst
Dj Apal [GR] schreef: > > OK changed the copyright and added the diff file for the rsrc.rc file > so as to be included. > > Thnx for noticing that! > > I think that we are OK now. Sorry for all this mess but it was my > first time posting a patch! Just curious, are files supposed to have dos line t

Re: Direct3D 10 design considerations

2007-08-18 Thread Ivan Gyurdiev
H. Verbeet wrote: On 18/08/07, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: From what I have seen GL3 is very different. It would be like maintaining a GTK and a QT backend in one library. They use very different calls (glBegin/glEnable and so are gone), need different WGL contexts and so

re: [patch] Garbage code in text string display

2007-08-18 Thread Dan Kegel
Xin Guan wrote: > This patch solves the problem that many MBCS programs display garbage code > for text strings. Because most windows programmers do not handle charsets > properly, we have to force DEFAULT_CHARSET in here. Can you give a simple example of such a program (preferably downloadable)?

Re: Direct3D 10 design considerations

2007-08-18 Thread Stefan Dösinger
Am Samstag, 18. August 2007 14:34 schrieb H. Verbeet: > > My suggestion would be to create a new wined3d with the same interface as > > the current wined3d. If needed ddraw/d3d8/d3d9 can use this wined3d too. > > Personally I would add d3d9ex.dll like on Vista which can use > > wined3d-gl3. > > I c

Re: Greek resource patch for comctl [third attempt, last I hope!!]

2007-08-18 Thread Paul Vriens
Dj Apal [GR] wrote: Hope this is what u want us to send! ;) used --> diff -up /dev/null ... etc etc Hi, Just a few remarks. The copyright says 'Eric Kohl' is that correct? You also need to add this resource file to

Re: Direct3D 10 design considerations

2007-08-18 Thread H. Verbeet
On 18/08/07, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > From what I have seen GL3 is very different. It would be like maintaining a > GTK and a QT backend in one library. They use very different calls > (glBegin/glEnable and so are gone), need different WGL contexts and so on. > > Sure in c

Re: Direct3D 10 design considerations

2007-08-18 Thread Roderick Colenbrander
On Saturday 18 August 2007 13:59, H. Verbeet wrote: > What it comes down to is that there are two things we have to make a > decision about: > - Do we want to support GL3 in the existing wined3d? > - Do we want to support D3D10 on top of the existing wined3d? > > I've got a slight preference to

Re: Direct3D 10 design considerations

2007-08-18 Thread H. Verbeet
What it comes down to is that there are two things we have to make a decision about: - Do we want to support GL3 in the existing wined3d? - Do we want to support D3D10 on top of the existing wined3d? I've got a slight preference towards at least trying to support both with the same wined3d, mo

Re: Direct3D 10 design considerations

2007-08-18 Thread Roderick Colenbrander
The decision on what to do for a big part depends on what OpenGL 3.0 actually is. From carefully reading the latest OpenGL 3.0 announcements and their forums I come to the conclusion which I'll explain below. There are basically two new OpenGL versions named respectively: Longs Peak, and Mt. E

Re: Direct3D 10 design considerations

2007-08-18 Thread H. Verbeet
For the most part that nicely sums up the problem :-). One consideration that I think should be added to that list is that we probably want to be able to run at least d3d8 and d3d9, and possibly ddraw, on top of GL 3.

Direct3D 10 design considerations

2007-08-18 Thread Stefan Dösinger
Hi, In the past days there was a bit of discussion about the implementation design of our future d3d10 implementation. The major question was wether we should make a clean start over with opengl 3.0, or extend wined3d for d3d10. A few facts: *) D3D10 is a clean restart without any backwards comp