aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-11-07 13:03:13 -0800
committerTimothy Arceri <[email protected]>2017-03-16 14:14:18 +1100
commit05dd4a1104ea815e4627bab0fbd35d9abe49f024 (patch)
tree60ba154ffd5b79821eb7c21373dd2a16d4bc6d96 /src/mesa/main
parentf05524ffaa98488c3faecebe952f1676fbb6a09c (diff)
glapi: Generate GL API marshalling code from the XML.
This is not yet used in the build, just generated. v2: Add missing build dependencies. v3: Avoid mixing declarations and code, remove logic for avoiding emitting code that the compiler's optimizer can deal with anyway. v4: (Timothy Arceri) move safe_mul() genereation here from a later patch. Acked-by: Timothy Arceri <[email protected]> Acked-by: Marek Olšák <[email protected]> Tested-by: Dieter Nützel <[email protected]> Tested-by: Mike Lothian <[email protected]>
Diffstat (limited to 'src/mesa/main')
-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 a4da567c94e..836d8f104a8 100644
--- a/src/mesa/main/.gitignore
+++ b/src/mesa/main/.gitignore
@@ -8,3 +8,5 @@ format_info.h
format_info.c
format_pack.c
format_unpack.c
+marshal_generated.c
+marshal_generated.h