[Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file
Emil Velikov
emil.l.velikov at gmail.com
Thu Oct 22 03:13:35 PDT 2015
On 19 October 2015 at 23:36, Nanley Chery <nanleychery at gmail.com> wrote:
> From: Nanley Chery <nanley.g.chery at intel.com>
>
> With this infrastructure set in place, we can now reuse the entries to
> generate useful code.
>
> Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
> src/mesa/main/extensions.c | 321 +--------------------------------------
> src/mesa/main/extensions_table.h | 320 ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 321 insertions(+), 320 deletions(-)
> create mode 100644 src/mesa/main/extensions_table.h
>
As a general rule of thumb if you add any file new in mesa, it should
be referenced in a Makefile.* somewhere. Please squash the following
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index ed9848c..f86590b 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -77,6 +77,7 @@ MAIN_FILES = \
main/execmem.c \
main/extensions.c \
main/extensions.h \
+ main/extensions_table.h \
main/fbobject.c \
main/fbobject.h \
main/feedback.c \
-Emil
More information about the mesa-dev
mailing list