From 98f880e0c47229ae6b6063527276096259d60b5a Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Mon, 10 Sep 2012 08:46:13 +0300 Subject: 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 Reviewed-by: Brian Paul Reviewed-by: Oliver McFadden --- src/mesa/main/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/.gitignore') 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 -- cgit v1.2.3