On Thu, Jan 22, 2004 at 10:50:29PM -0800, Ian Romanick wrote: >David Dawes wrote: > >> What is the correct typedef for PFNGLXGETUSTPROC? glxclient.h has: >> >> typedef int (* PFNGLXGETUSTPROC) ( int64_t * ust ); >> >> and it is used as a signed quantity in glxcmds.c. >> >> But most drivers use uint64_t, and src/glx/mini/dri_util.h in the Mesa >> trunk uses unsigned: >> >> typedef int (* PFNGLXGETUSTPROC) ( uint64_t * ust ); > >That was my bad. It should be int64_t everywhere. It makes more sense >for it to be unsigned, but the GLX_OML_sync_control spec has it as signed. > >http://oss.sgi.com/projects/ogl-sample/registry/OML/glx_sync_control.txt
Thanks for the clarification. I committed the relevant changes earlier today. David -- David Dawes X-Oz Technologies www.XFree86.org/~dawes www.x-oz.com _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
