[Mesa-dev] [PATCH v2] glsl: Add blob.c---a simple interface for serializing data

Matt Turner mattst88 at gmail.com
Fri Dec 12 14:46:22 PST 2014


On Fri, Dec 12, 2014 at 2:43 PM, Carl Worth <cworth at cworth.org> wrote:
> diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
> index 676fa0d..875e4bf 100644
> --- a/src/glsl/Makefile.sources
> +++ b/src/glsl/Makefile.sources
> @@ -105,7 +105,8 @@ LIBGLSL_FILES = \
>         $(GLSL_SRCDIR)/opt_swizzle_swizzle.cpp \
>         $(GLSL_SRCDIR)/opt_tree_grafting.cpp \
>         $(GLSL_SRCDIR)/opt_vectorize.cpp \
> -       $(GLSL_SRCDIR)/s_expression.cpp
> +       $(GLSL_SRCDIR)/s_expression.cpp \
> +       $(GLSL_SRCDIR)/blob.c
>
Please add blob.h to this list as well before committing.


More information about the mesa-dev mailing list