--- Raphael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Changelog:
> - add a new settings for vbo support
> - use a struct to handle wined3d settings
> - prepare VBO using some abstraction APIs
>
Just a couple of queries..
Why are you passing the offset to GetMemory? I can't see there ever bei
On Sat, 2005-07-23 at 17:40, Phil Krylov wrote:
> Hello,
>
> http://cvs.winehq.org/cvsweb/wine/dlls/version/info.c.diff?r1=1.47&r2=1.48&f=h
>
> This recent change in dlls/version/info.c breaks IBM Translation Manager on
> startup:
>
> > wine: Unhandled exception (thread 0009), starting debugger.
--- Raphael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Changelog:
> - add a new settings for vbo support
> - use a struct to handle wined3d settings
> - prepare VBO using some abstraction APIs
I should have added, this patch is good to go in though
>
> Regards,
> Raphael
> > ? wined3d.s
--- Raphael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Changelog:
> - add a new settings for vbo support
> - use a struct to handle wined3d settings
> - prepare VBO using some abstraction APIs
>
Hi, I've got debugged and tested VBO support with full support for vertex
shaders to go in soon,
Le sam 23/07/2005 à 12:06, Stefan Huehner a écrit :
[snip]
2 small nits:
> --- /dev/null 2005-03-29 14:09:30.0 +0200
> +++ dlls/glu32/glu_local.h2005-07-23 16:55:03.0 +0200
> @@ -0,0 +1,104 @@
> +/*
A line indicating what this file is for, along with a copyright
assignment, w
Hello,
http://cvs.winehq.org/cvsweb/wine/dlls/version/info.c.diff?r1=1.47&r2=1.48&f=h
This recent change in dlls/version/info.c breaks IBM Translation Manager on
startup:
> wine: Unhandled exception (thread 0009), starting debugger...
> WineDbg starting on pid 0x8
> Unhandled exception: page fau
On Fri, 22 Jul 2005, Vincent Béron wrote:
Similar to previous one, only this time it's a whole file. I don't know
if current PSDK still carry it, in which case maybe we want to keep it
where it is?
It's still present in the main directory of the XP-SP2 PSDK. So I think
it should remain where
On Friday 15 July 2005 02:44, Eric Pouech wrote:
> Robert Lunnon a écrit :
> > Well we are getting somewhere
> >
> > When my test application segfaults the debugger attaches and runs through
> > a number of debug events eventually ariving at a segfault
> >
> > strace:winedbg:dbg_handle_debug_event
Glenn Wurster <[EMAIL PROTECTED]> writes:
> GDI is a very good example of the problem of throwing an exception
> where the application never intended one to be thrown. If ESP is bad
> we clobber something. GDI, however, is not the only example. If we
> fix it so that GDI does not throw exceptio