[Mesa-dev] Fwd: [PATCH] fix missing files in mesa tarballs (HEAD)

Kenneth Graunke kenneth at whitecape.org
Fri Jan 28 12:34:48 PST 2011


On Friday, January 28, 2011 12:22:37 pm Marek Olšák wrote:
> Hi,
> 
> I have received the patch below privately and I don't know the GLSL
> compiler so well to be able to ack it. GLSL people, please review/apply.
> 
> Marek

Thanks, I've applied this.  Now that builtin_function.cpp is generated at 
build-time rather than living in the repo, we do need to ship 
src/glsl/builtins.

--Kenneth

> ---------- Forwarded message ----------
> From: Thierry Vignaud <thierry.vignaud at gmail.com>
> Date: Fri, Jan 28, 2011 at 2:07 AM
> Subject: [PATCH] fix missing files in mesa tarballs (HEAD)
> To: Marek Olšák <maraeo at gmail.com>
> 
> 
> The following patch fix missing files in mesa tarballs (HEAD):
> 
> diff --git a/Makefile b/Makefile
> index 1bab521..d22e384 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -232,6 +232,7 @@ MAIN_FILES = \
>        $(DIRECTORY)/src/glsl/README                                    \
>        $(DIRECTORY)/src/glsl/glcpp/*.[chly]                            \
>        $(DIRECTORY)/src/glsl/glcpp/README                              \
> +       $(DIRECTORY)/src/glsl/builtins                          \
>        $(DIRECTORY)/src/Makefile                                       \
>        $(DIRECTORY)/src/mesa/Makefile*                                 \
>        $(DIRECTORY)/src/mesa/sources.mak                               \


More information about the mesa-dev mailing list