[Mesa-dev] [PATCH 2/2] radv: drop entrypoint split out.

Emil Velikov emil.l.velikov at gmail.com
Tue Oct 11 11:29:13 UTC 2016


On 11 October 2016 at 06:59, Dave Airlie <airlied at gmail.com> wrote:

>  void * __attribute__ ((noinline))
>  radv_resolve_entrypoint(uint32_t index)
>  {
>     if (enable_validate && validate_layer.entrypoints[index])
>        return validate_layer.entrypoints[index];
>
You might want to drop the unused validate layer as well.
See commit b0d56f2f4f1f4f7ecdf96f0a0246d0db5392e075 for the anv equivalent.

Emil


More information about the mesa-dev mailing list