diff options
author | Paul Berry <[email protected]> | 2012-10-31 10:42:08 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-06 12:57:45 -0800 |
commit | 98874ec30b3db83454cc55bbdda910a0ec16ff53 (patch) | |
tree | 525fce8c86652c2c729a13680b7f5bf728d778d3 /src/mesa/main/.gitignore | |
parent | 38a1039a427d73ad959cc978d44fcf8c21388868 (diff) |
dispatch: Code generate api_exec.c.
This patch adjusts makefiles to cause src/mesa/main/api_exec.c to be
generated using src/mapi/glapi/gen/gl_genexec.py. There should be no
functional change.
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Matt Turner <[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 4115a9b2b49..837f49036d3 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -1,3 +1,4 @@ +api_exec.c dispatch.h enums.c get_es1.c |