summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-08-22 09:49:09 -0700
committerIago Toral Quiroga <[email protected]>2015-01-12 11:20:28 +0100
commite1fdcddafe95ca8a62fc86c8219de459fcbd219e (patch)
treee8aab8e1c024c7b65bd5cdaa6d6a09122a79051f /src/mesa/Makefile.sources
parente0439f750557bc6880a8a4eccb38256fafd63fae (diff)
mesa: Autogenerate format_unpack.c
Signed-off-by: Jason Ekstrand <[email protected]> v2 by Samuel Iglesias <[email protected]>: - Add usage of INDENT_FLAGS in Makefile.am v3 by Samuel Iglesias <[email protected]>: - Modify unpack_float_*() and unpack_ubyte_*() function generation to use c.datatype() and f.datatype() - Fix out-of-tree build v4 by Samuel Iglesias <[email protected]>: - format_unpack.c.mako is now format_unpack.py, with the template code inlined. It now auto-generates format_unpack.c - Add format_unpack.c to gitignore. - Simplify Makefile.am change - Modify SConscript to build format_unpack.c with scons v5 by Samuel Iglesias <[email protected]>: - Don't allow float to non-normalized integer format conversions. Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index e4d3ba18018..2e321f3433c 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -95,12 +95,12 @@ MAIN_FILES = \
$(SRCDIR)main/fog.h \
$(SRCDIR)main/format_pack.h \
$(BUILDDIR)main/format_pack.c \
+ $(SRCDIR)main/format_unpack.h \
+ $(BUILDDIR)main/format_unpack.c \
$(SRCDIR)main/formatquery.c \
$(SRCDIR)main/formatquery.h \
$(SRCDIR)main/formats.c \
$(SRCDIR)main/formats.h \
- $(SRCDIR)main/format_unpack.c \
- $(SRCDIR)main/format_unpack.h \
$(SRCDIR)main/format_utils.c \
$(SRCDIR)main/format_utils.h \
$(SRCDIR)main/framebuffer.c \