diff options
author | Jason Ekstrand <[email protected]> | 2014-08-22 09:49:09 -0700 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-01-12 11:20:28 +0100 |
commit | e1fdcddafe95ca8a62fc86c8219de459fcbd219e (patch) | |
tree | e8aab8e1c024c7b65bd5cdaa6d6a09122a79051f /src/mesa/main/.gitignore | |
parent | e0439f750557bc6880a8a4eccb38256fafd63fae (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/main/.gitignore')
-rw-r--r-- | src/mesa/main/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 964a86760d9..e65472d631f 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -10,3 +10,4 @@ get_hash.h get_hash.h.tmp format_info.c format_pack.c +format_unpack.c |