[GEM-dev] pbs with GEM on macpro quad

chris clepper cgclepper at gmail.com
Thu Apr 19 20:41:27 CEST 2007


On 4/19/07, cyrille henry <cyrille.henry at la-kitchen.fr> wrote:
>
>
> with RECT texturing mode and pix_movie, thing are lot's faster.
> multiphreading works better to. I can use about 25 DV clip at 25fps,
> using about 250% cpu.
> everything work now as expected....
>
> ok, macpro are not so bad after all :-)


25 is a more than I have gotten running so far - maybe PAL is more efficent
than NTSC.  The reason pix_movie is so much faster is that it uses the most
efficient texturing path by default.  The standard pix_texture code waits
for the texture upload to the GPU before continuing which stalls all of the
rendering.  You can send a 'client_storage 1' message to pix_texture to try
and get that object to use the more efficient code but it doesn't always
work - especially on the MacPro with ATI.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20070419/1be14e2e/attachment.htm>


More information about the GEM-dev mailing list