<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<font class="Apple-style-span" face="Tahoma" size="2">I am using Mesa 7.10, DRI driver for R600. I believe I see a memory leak of 1 page per frame with the code</font><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">drawme()</div><div style="font-family: Tahoma; font-size: 10pt; ">{</div><div style="font-family: Tahoma; font-size: 10pt; "><div>&nbsp; &nbsp; glClearColor(0.0, 1.0, 0.0, 0.0);</div><div>&nbsp; &nbsp; glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);</div><div>&nbsp; &nbsp; glClearColor(0.0, 1.0, 1.0, 1.0);</div><div>&nbsp; &nbsp; glClear(GL_COLOR_BUFFER_BIT);</div></div><div style="font-family: Tahoma; font-size: 10pt; ">&nbsp; &nbsp;&nbsp;eglSwapBuffers(dpy, surface);</div><div style="font-family: Tahoma; font-size: 10pt; ">}</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">If I take out the&nbsp;glClearColor, the leak goes away.</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">I am using a HD4600 series radeon graphics card.</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div><font class="Apple-style-span" face="Tahoma" size="2">Is this a known defect? Is it&nbsp;</font><font class="Apple-style-span" face="Tahoma"><span class="Apple-style-span" style="font-size: 14px;">reproducible</span></font><font class="Apple-style-span" face="Tahoma" size="2">&nbsp;on other systems, or could I have just screwed something up when I built the software?</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Jeff Collins</font></div>                                               </div></body>
</html>