summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/.gitignore
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2014-06-20 15:52:10 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2014-08-05 10:56:15 -0700
commit12610ffcf79b20996f16fec4cbed1c1e2ef67f5e (patch)
tree47cb4bdf5f923588fd1cdcff007b0bfa5ae0581f /src/mesa/main/.gitignore
parent342056531053bf929cb9f0e24e2121ffa52c80b2 (diff)
downloadexternal_mesa3d-12610ffcf79b20996f16fec4cbed1c1e2ef67f5e.zip
external_mesa3d-12610ffcf79b20996f16fec4cbed1c1e2ef67f5e.tar.gz
external_mesa3d-12610ffcf79b20996f16fec4cbed1c1e2ef67f5e.tar.bz2
mesa/formats: Autogenerate the format_info structure from a CSV file
Instead of a having all of the format metadata in a gigantic hard-to-edit array of type struct format_info, we now have a human-readable CSV file. The CSV file also contains more format information than the format_info struct contained so we can potentially make format_info more detailed later. The python to generate the format information was added the previous commit. This commit turns it on in both automake and scons builds. v2: Split into two commits and stuff to generate format_info.c from scons Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/.gitignore')
-rw-r--r--src/mesa/main/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore
index 837f490..fec0629 100644
--- a/src/mesa/main/.gitignore
+++ b/src/mesa/main/.gitignore
@@ -8,3 +8,4 @@ git_sha1.h.tmp
remap_helper.h
get_hash.h
get_hash.h.tmp
+format_info.c