[Mesa-dev] [PATCH 1/2] util: Add helpers for iterating over Vulkan extension structs
Jason Ekstrand
jason at jlekstrand.net
Wed Feb 15 17:15:46 UTC 2017
On Wed, Feb 15, 2017 at 2:14 AM, Grazvydas Ignotas <notasas at gmail.com>
wrote:
> On Wed, Feb 15, 2017 at 2:03 AM, Jason Ekstrand <jason at jlekstrand.net>
> wrote:
> > ---
> > src/util/Makefile.sources | 3 ++-
> > src/util/vk_util.h | 43 ++++++++++++++++++++++++++++++
> +++++++++++++
> > 2 files changed, 45 insertions(+), 1 deletion(-)
> > create mode 100644 src/util/vk_util.h
> >
> > diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
> > index a68a5fe..eec0311 100644
> > --- a/src/util/Makefile.sources
> > +++ b/src/util/Makefile.sources
> > @@ -44,7 +44,8 @@ MESA_UTIL_FILES := \
> > u_endian.h \
> > u_vector.c \
> > u_vector.h \
> > - vk_alloc.h
> > + vk_alloc.h \
> > + vk_utils.h
>
> did you mean vk_util.h ?
>
Oops
> >
> > MESA_UTIL_GENERATED_FILES = \
> > format_srgb.c
> > diff --git a/src/util/vk_util.h b/src/util/vk_util.h
> > new file mode 100644
> > index 0000000..e0b5d0b
> > --- /dev/null
> > +++ b/src/util/vk_util.h
>
> GraÅžvydas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170215/03c3bec5/attachment.html>
More information about the mesa-dev
mailing list