diff options
author | Paul Berry <[email protected]> | 2012-11-14 10:40:22 -0800 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-16 14:14:18 +1100 |
commit | 154a4f267959f6975647720237a28bae1ae86c8d (patch) | |
tree | 8c6d542e16a956d530aa1d8475e0bdd3985e61a6 /src/mesa/Makefile.sources | |
parent | efd63e234a805edc8b1c9962610d70d3a62f7c18 (diff) |
mesa: Custom thread marshalling for ShaderSource.
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/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 134d5e94f52..aa355407f73 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -132,6 +132,7 @@ MAIN_FILES = \ main/lines.c \ main/lines.h \ main/macros.h \ + main/marshal.c \ main/marshal_generated.c \ main/marshal_generated.h \ main/matrix.c \ |