summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/.gitignore
diff options
context:
space:
mode:
authorImre Deak <[email protected]>2012-09-10 08:46:13 +0300
committerOliver McFadden <[email protected]>2012-10-10 12:43:19 +0300
commit98f880e0c47229ae6b6063527276096259d60b5a (patch)
treea2503138203f90bb53c2f1a74d1538c2ed18022c /src/mesa/main/.gitignore
parent6678125eaee1bbf231d997971cde30f22ba4e013 (diff)
mesa: glGet: add script to generate hash tables in build time
This will be needed by the next patch, which will switch to using the parameter descriptor- and hash tables generated by the script. The hash algorithm remains the same, the output parameter descriptor table format changes slightly. There the TYPE_API_MASK entries are removed and an invalid NULL entry is inserted at the beginning. This is ok, as get.c:find_value() doesn't rely on TYPE_API_MASK any more to detect an invalid enum. Signed-off-by: Imre Deak <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Oliver McFadden <[email protected]>
Diffstat (limited to 'src/mesa/main/.gitignore')
-rw-r--r--src/mesa/main/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore
index b26be227f77..29ebf8df4c7 100644
--- a/src/mesa/main/.gitignore
+++ b/src/mesa/main/.gitignore
@@ -8,3 +8,5 @@ git_sha1.h.tmp
api_exec_es1_dispatch.h
api_exec_es1_remap_helper.h
remap_helper.h
+get_hash.h
+get_hash.h.tmp