-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Keith Whitwell wrote: > Are there any Mesa platforms (that we care about) that don't provide a > GLuint64EXT? It would be helpful to me to have a 64bit integer type > available, though of course I can manage without. > > It seems that every platform has a gcc target at least, which would > imply 'long long' support.
Since we already use inttypes.h / stdint.h in numerous places, why not just use uint64_t? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFP8V6X1gOwKyEAw8RApLdAJ4+zilmZ2KBIgjYWaBAF4ETfZe4PQCaAuhk y/PVDbt1fXBhk0xnFlMz4h8= =mraU -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
