On 11 October 2016 at 06:59, Dave Airlie <[email protected]> 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
