[Mesa-dev] [PATCH 18/30] intel/isl: Add basic modifier introspection
Chad Versace
chadversary at chromium.org
Tue Jun 27 19:56:52 UTC 2017
On Fri 16 Jun 2017, Jason Ekstrand wrote:
> ---
> src/intel/Makefile.am | 1 +
> src/intel/Makefile.sources | 1 +
> src/intel/isl/isl.h | 22 +++++++++++++++++
> src/intel/isl/isl_drm.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 83 insertions(+)
> create mode 100644 src/intel/isl/isl_drm.c
> +const struct isl_drm_modifier_info * ATTRIBUTE_CONST
> +isl_drm_modifier_get_info(uint64_t modofier);
Typo in 'modoifier'.
Other than that, this patch is
Reviewed-by: Chad Versace <chadversary at chromium.org>
More information about the mesa-dev
mailing list