wined3d: Add one more FBO error status code

Vitaliy Margolen wine-devel at kievinfo.com
Sat Oct 18 13:35:51 CDT 2008


Henri Verbeet wrote:
> 2008/10/18 Vitaliy Margolen <wine-patches at kievinfo.com>:
>> 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) (GLint count);
>>  #define GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT                0x8CDA
>>  #define GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT            0x8CDB
>>  #define GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT            0x8CDC
>> +#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT            0x8D56
>>  #define GL_FRAMEBUFFER_UNSUPPORTED_EXT                       0x8CDD
>>  #define GL_FRAMEBUFFER_BINDING_EXT             0x8CA6
>>  #define GL_RENDERBUFFER_BINDING_EXT            0x8CA7
> 
> That constant is part of EXT_framebuffer_multisample, not
> EXT_framebuffer_object.
> 
> 
Meaning? You don't like the place where I put it into wined3d_gl.h? I can
change that to numerical order:

 #define GL_RENDERBUFFER_STENCIL_SIZE_EXT       0x8D55
+#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT            0x8D56
 #define GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT            0x8CD0


Vitaliy



More information about the wine-devel mailing list