Re: [cl-opengl-devel] Re: Two patches...

2008-07-06 Thread Luís Oliveira
On Sun, May 4, 2008 at 11:38 PM, Charlie McMackin <[EMAIL PROTECTED]> wrote: > Here's an initial patch for the int64EXT handling. Applied. Thanks! -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/ ___ cl-opengl-devel mailing list cl-opengl-devel@comm

Re: [cl-opengl-devel] Re: Two patches...

2008-05-04 Thread Charlie McMackin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's an initial patch for the int64EXT handling. There was already some hard coding for the GLint64 in (load-type-maps). That seems to be gone in the new gl.tm; replaced with GLint64EXT. I'm not sure if you wanted to go as far as adding :int64-ext :u

Re: [cl-opengl-devel] Re: Two patches...

2008-05-04 Thread Luís Oliveira
On Sun, May 4, 2008 at 10:20 AM, Charlie McMackin <[EMAIL PROTECTED]> > hunk ./gl/funcs.lisp 8365 > - (params (:pointer int64))) > + (params (:pointer int64EXT))) int64EXT isn't defined anywhere is it? We might want to add those two new types to LOAD-TYPE-MAP in tools/generate-funcs.lisp even