[Mesa-dev] [PATCH 3/3] radv: Don't use a virtual function for getting the buffer virtual address.

Dave Airlie airlied at gmail.com
Sun Sep 17 19:59:07 UTC 2017


On 17 September 2017 at 20:59, Bas Nieuwenhuizen
<bas at basnieuwenhuizen.nl> wrote:
> We are really not going to use a winsys which does not need to store
> the va, so might as well store it in a standard field.
>
> Not sure this helps perf much though, as most of the cost is in the
> cache miss accessing the bo anyway, which we stil need to do.

I think I considered doing this in the past to no major effect but
with the inline renamed to radv_buffer_get_va,

All 3 are:

Reviewed-by: Dave Airlie <airlied at redhat.com>

Dave.


More information about the mesa-dev mailing list