<div dir="ltr">On 19 December 2012 20:17, Matt Turner <span dir="ltr"><<a href="mailto:mattst88@gmail.com" target="_blank">mattst88@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Dec 17, 2012 at 2:24 PM, Carl Worth <<a href="mailto:cworth@cworth.org">cworth@cworth.org</a>> wrote:<br>
</div><div class="im">> +   GLboolean IsQuery;  /**< query object is an actual query (see spec.) */<br>
<br>
</div>I don't mean to bikeshed this, but I'm doing this patch for the other<br>
Is* functions and I'm thinking that Is* is a really bad name for this<br>
field. Vertex array objects already have a _Used field, since ARB vs<br>
Apple semantics are determined by which bind call is used. Can we come<br>
up with a better naming convention? Maybe _Used/Used/EverBound or<br>
something?<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">I'd like to put in a vote for EverBound--it makes it immediately clear (a) what action causes it to become true, and (b) that it thereafter remains true for the lifetime of the object.  (Neither of those two things are quite so obvious with Used or IsQuery).<br>
</div></div>