Re: [PyCUDA] OpenGL and new functions

2010-11-28 Thread Andreas Kloeckner
On Sat, 27 Nov 2010 23:20:40 +0100, Tomasz Rybak bogom...@post.pl wrote: I do not know how to force Boost::Python to allow for accepting optional argument for map(stream) function, so I changed documentation to say that stream is mandatory argument. I made the change to make that argument

Re: [PyCUDA] OpenGL and new functions

2010-11-27 Thread Tomasz Rybak
Dnia 2010-11-26, piÄ… o godzinie 14:52 -0500, Andreas Kloeckner pisze: Hi Tomasz, I've committed your patch, with a few changes. git diff 69a355d0 master will show you what I changed. Some comments below. I'd appreciate your feedback on my changes. Thanks for your contribution,

Re: [PyCUDA] OpenGL and new functions

2010-11-26 Thread Andreas Kloeckner
Hi Tomasz, I've committed your patch, with a few changes. git diff 69a355d0 master will show you what I changed. Some comments below. I'd appreciate your feedback on my changes. Thanks for your contribution, Andreas On Wed, 24 Nov 2010 23:58:01 +0100, Tomasz Rybak bogom...@post.pl wrote:

Re: [PyCUDA] OpenGL and new functions

2010-10-31 Thread Andreas Kloeckner
Hi Tomasz, first of all, thanks for sending this patch! Much appreciated. Comments below. On Fri, 29 Oct 2010 19:20:17 +0200, Tomasz Rybak bogom...@post.pl wrote: The biggest problem is that IMO (I might be wrong - do not know PyCUDA to such intimate details) it introduces

[PyCUDA] OpenGL and new functions

2010-10-29 Thread Tomasz Rybak
Hello everyone. Some time ago (2010-09-11) I volunteered for fixing PyCUDA to use non-deprecated OpenGL interoperability functions. Here is THE patch. The biggest problem is that IMO (I might be wrong - do not know PyCUDA to such intimate details) it introduces non-backward-compatible change. I