Re: GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-29 Thread John Klehm
> > Is it just me or did this message get sent three times? :P > 3 times for me too.

Re: GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-29 Thread Ben Klein
2009/4/28 ace102 : > > Hi, > >  I noticed GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with > GL_FENCE_STATUS_NV. > > GL_FENCE_STATUS_NV > http://www.opengl.org/registry/specs/NV/fence.txt > Currently 0x84F3 > > GL_APPLE_FENCE > http://www.openg

Re: GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-27 Thread Henri Verbeet
2009/4/27 ace102 : >  Is this by design or just something that slipped through the cracks? > Thought I should alert someone just in case.:) > That's broken, but fortunately we don't use it. I'll write a patch, thanks for mentioning this.

GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-27 Thread ace102
Hi, I noticed GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV. GL_FENCE_STATUS_NV http://www.opengl.org/registry/specs/NV/fence.txt Currently 0x84F3 GL_APPLE_FENCE http://www.opengl.org/registry/specs/APPLE/fence.txt Currently 0x84F3 Should be 0x8A0B from