[Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file
Matt Turner
mattst88 at gmail.com
Thu Nov 12 10:44:33 PST 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 \
I can't tell, but I think this was indented with spaces -- it should be a tab.
More information about the mesa-dev
mailing list