<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - openGL glDeleteBuffers does not delete buffers created using glGenBuffers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=65426#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - openGL glDeleteBuffers does not delete buffers created using glGenBuffers"
href="https://bugs.freedesktop.org/show_bug.cgi?id=65426">bug 65426</a>
from <span class="vcard"><a class="email" href="mailto:brianp@vmware.com" title="Brian Paul <brianp@vmware.com>"> <span class="fn">Brian Paul</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=65426#c8">comment #8</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=65426#c5">comment #5</a>)
> > Is this really a problem? Mesa might not always reuse buffer names, but that
> > does not mean the buffer wasn't properly deleted. As far as I can see,
> > OpenGL does not require name reuse.
>
> If the buffer is being deleted I don't see this as a problem. My only
> question would concern context sharing. Does this implementation support
> context sharing, and if so, do the buffers retain the same name in the
> shared context?</span >
Yes, and yes. The name->object hash table for buffer objects is shared among
contexts.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>