<div dir="ltr"><div>The naming is verbose and somewhat inconsistent.  We have:</div><div><br></div><div>dri2_init_surface</div><div>dri2_fini_surface</div><div>dri2_egl_surface_alloc_local_b<wbr>uffer</div><div>dri2_egl_surface_free_local_bu<wbr>ffers</div><div><br></div><div>I suggest you implement the following convention:</div><div><br></div><div>dri2_surface_init</div><div>dri2_surface_fini</div><div>dri2_surface_alloc_attachment (instead of 'local_buffers')</div><div>dri2_surface_free_attachments  (instead of 'local_buffers')</div><div><br></div><div>and instead of dri2_egl_surface_free_<wbr>outdated_buffers_and_update_<wbr>size, we can just have:</div><div><br></div><div>dri2_surface_update</div><div><br></div><div>And can you wrap these functions around the:</div><div><br></div><div>#if defined(HAVE_WAYLAND_PLATFORM) || defined(HAVE_DRM_PLATFORM) || defined(HAVE_ANDROID_<wbr>PLATFORM)</div><div><br></div><div>pre-processors checks just to make clear what platforms use the attachment (aka 'local_buffers') functionality.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 17, 2017 at 6:28 AM, Emil Velikov <span dir="ltr"><<a href="mailto:emil.l.velikov@gmail.com" target="_blank">emil.l.velikov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gwan-gyeong,<br>
<span class=""><br>
On 6 October 2017 at 22:38, Gwan-gyeong Mun <<a href="mailto:elongbug@gmail.com">elongbug@gmail.com</a>> wrote:<br>
> To share common free outdated buffers and update size code.<br>
> This compares width and height arguments with current egl surface dimension,<br>
> if the compared surface dimension is differ, then it free local buffers and<br>
> updates dimension.<br>
><br>
> In preparation to adding of new platform which uses this helper.<br>
><br>
> v2: Fixes from Eric's review:<br>
>    a) Split out series of refactor for helpers to a separate series.<br>
>    b) Add the new helper function and use them to replace the old code in the<br>
>       same patch.<br>
><br>
> Signed-off-by: Mun Gwan-gyeong <<a href="mailto:elongbug@gmail.com">elongbug@gmail.com</a>><br>
<br>
</span>The name dri2_egl_surface_free_<wbr>outdated_buffers_and_update_<wbr>size might<br>
be a bit long/too verbose, but I'm out of ideas for alternative.<br>
For the patch<br>
Reviewed-by: Emil Velikov <<a href="mailto:emil.velikov@collabora.com">emil.velikov@collabora.com</a>><br>
<br>
Side note:<br>
We should be able to reuse this for platform_wayland, in the future.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Emil<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div>