Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Henri Verbeet
2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: > Oh, Alexandre working overtime? > > These messages are from STALKER Clear Sky. But I suspect there is more to > it. Like more driver bugs. I'm seeing major graphics corruptions, black > screen and eventual system crash. > It probably tries to use

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Vitaliy Margolen
Henri Verbeet wrote: > 2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: >> Without that I'm getting messages like this: >> >> fixme:d3d:context_check_fbo_status FBO status Unrecognied FBO status >> 0x8d56 >> fixme:d3d:context_check_fbo_status Color attachment 0: (0x5e44590) >> WINED3DFMT_

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Vitaliy Margolen
Henri Verbeet wrote: > 2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: >> Meaning? You don't like the place where I put it into wined3d_gl.h? I can >> change that to numerical order: >> > You should add support for GL_EXT_framebuffer_multisample if you want > to use that constant. It shouldn't be

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Henri Verbeet
2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: > > Without that I'm getting messages like this: > > fixme:d3d:context_check_fbo_status FBO status Unrecognied FBO status > 0x8d56 > fixme:d3d:context_check_fbo_status Color attachment 0: (0x5e44590) > WINED3DFMT_X8R8G8B8 1024x768 > fixme:d

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Henri Verbeet
2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: > Meaning? You don't like the place where I put it into wined3d_gl.h? I can > change that to numerical order: > You should add support for GL_EXT_framebuffer_multisample if you want to use that constant. It shouldn't be much work, the extension only

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Vitaliy Margolen
Henri Verbeet wrote: > 2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: >> diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h >> index 5e55a0d..b26ab78 100644 >> --- a/include/wine/wined3d_gl.h >> +++ b/include/wine/wined3d_gl.h >> @@ -1819,6 +1819,7 @@ typedef void (WINE_GLAPI * PG

Re: wined3d: Add one more FBO error status code

2008-10-18 Thread Henri Verbeet
2008/10/18 Vitaliy Margolen <[EMAIL PROTECTED]>: > diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h > index 5e55a0d..b26ab78 100644 > --- a/include/wine/wined3d_gl.h > +++ b/include/wine/wined3d_gl.h > @@ -1819,6 +1819,7 @@ typedef void (WINE_GLAPI * PGLFNGLVERTEXBLENDARB) > (GLi