add isl_stride_info_get_ctx
commit17657c83bc806bed10a79b68c25b019c376b77fe
authorOleksandr Zinenko <git@ozinenko.com>
Wed, 30 May 2018 16:13:41 +0000 (30 18:13 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 30 May 2018 21:39:20 +0000 (30 23:39 +0200)
tree40175d6e1022b01044b92291ae15d9d5b7d8dae8
parent9ca5fc86a100303f29953d1b63f3de3490ebfec2
add isl_stride_info_get_ctx

This function returns an isl_ctx to which the given stride_info belongs.
Beside being consistent with other isl data types, this function is
necessary if isl_stride_info gets exported.

Signed-off-by: Oleksandr Zinenko <git@ozinenko.com>
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/stride_info.h
isl_stride.c