<br><br><div><span class="gmail_quote">On 8/18/06, <b class="gmail_sendername">Erich Berger</b> &lt;<a href="mailto:eb@randomseed.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">eb@randomseed.org
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br><br>the work around also does not work for me (even with nvidia). as soon as<br>one starts to work with higher resolutions and non square gemwins it<br>becomes slow and tricky.</blockquote><div><br>pix_snap2tex should not impose much of a performance hit unless the window resolution is really huge (2048x1536 or larger).&nbsp; If it does then it has probably fallen back to software to do a pixel format conversion or there is some other hardware incompatibility.&nbsp; 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>he implemented a clearmask message to gemwin but i have no idea<br>how to use it:
<br><a href="http://lists.puredata.info/pipermail/gem-dev/2003-09/000138.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.puredata.info/pipermail/gem-dev/2003-09/000138.html</a></blockquote>
<div><br>You need to get the GL_COLOR_BUFFER_BIT and related constants and make a mask.&nbsp; A better interface could be made for the message.&nbsp; 
<br><br>All it really does is enable or disable a buffer for clearing by glClear().&nbsp; I recall that someone posted a patch not long ago that used the GEMgl calls to disable clearing the depth buffer, which does the same thing.
<br><br>cgc<br><br><br></div><br></div><br>