diff options
author | Paul Berry <[email protected]> | 2012-10-23 13:24:17 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-01 11:26:30 -0700 |
commit | a8ab7e335df4cd7841bbbe572d5494796bb4e398 (patch) | |
tree | 40b64014369daff017681f309f65cb0d1f9fbdc8 /src/mesa/main/.gitignore | |
parent | 8386088e3dc6fbd223dca7cc966b86f9ab0652b5 (diff) |
dispatch: stop generating separate GLES1 API code.
This patch removes the generated files api_exec_es1.c,
api_exec_es1_dispatch.h, and api_exec_es1_remap_helper.h (and the
source files and build rules used to generate them), since they are no
longer used. GLES1 now uses the same dispatch table layout as all the
other APIs.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/.gitignore')
-rw-r--r-- | src/mesa/main/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index 29ebf8df4c7..4115a9b2b49 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -1,12 +1,9 @@ -api_exec_es1.c dispatch.h enums.c get_es1.c get_es2.c git_sha1.h 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 |