[Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file
Nanley Chery
nanleychery at gmail.com
Thu Oct 22 16:21:31 PDT 2015
On Thu, Oct 22, 2015 at 3:13 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> 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 \
>
>
Will do. Thanks for the tip.
>
> -Emil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151022/5c8d1e4e/attachment.html>
More information about the mesa-dev
mailing list