<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 22, 2015 at 3:13 AM, Emil Velikov <span dir="ltr"><<a href="mailto:emil.l.velikov@gmail.com" target="_blank">emil.l.velikov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 19 October 2015 at 23:36, Nanley Chery <<a href="mailto:nanleychery@gmail.com">nanleychery@gmail.com</a>> wrote:<br>
> From: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com">nanley.g.chery@intel.com</a>><br>
><br>
> With this infrastructure set in place, we can now reuse the entries to<br>
> generate useful code.<br>
><br>
> Signed-off-by: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com">nanley.g.chery@intel.com</a>><br>
> ---<br>
>  src/mesa/main/extensions.c       | 321 +--------------------------------------<br>
>  src/mesa/main/extensions_table.h | 320 ++++++++++++++++++++++++++++++++++++++<br>
>  2 files changed, 321 insertions(+), 320 deletions(-)<br>
>  create mode 100644 src/mesa/main/extensions_table.h<br>
><br>
</span>As a general rule of thumb if you add any file new in mesa, it should<br>
be referenced in a Makefile.* somewhere. Please squash the following<br>
<br>
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources<br>
index ed9848c..f86590b 100644<br>
--- a/src/mesa/Makefile.sources<br>
+++ b/src/mesa/Makefile.sources<br>
@@ -77,6 +77,7 @@ MAIN_FILES = \<br>
       main/execmem.c \<br>
       main/extensions.c \<br>
       main/extensions.h \<br>
+       main/extensions_table.h \<br>
       main/fbobject.c \<br>
       main/fbobject.h \<br>
       main/feedback.c \<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Will do. Thanks for the tip.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
<br>
-Emil<br>
</font></span></blockquote></div><br></div></div>