OpenGL32: fix some gl type bugs

Roderick Colenbrander thunderbird2k at gmx.net
Fri Aug 17 12:32:19 CDT 2007


Hi,

This patch fixes some bugs in the types used for some of the GL extensions. 

Opengl32 is autogenerated from the files gl.spec / gl.tm which are hosted at 
opengl.org. At some stage opengl.org only provided gl.spec and I had to use 
an outdated gl.tm from SGI. This required some type conversion in 
make_opengl. These days opengl.org provides a modern gl.tm which makes my 
conversions unneeded. Some of the conversions were wrong (in some cases GLint 
got used for GLenum which is in fact GLuint) and things like that. This patch 
fixes such issues.

Regards,
Roderick Colenbrander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-some-gl-type-bugs.patch
Type: text/x-diff
Size: 8239 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070817/35e63539/0001-Fix-some-gl-type-bugs.bin


More information about the wine-patches mailing list