diff options
author | Andres Rodriguez <[email protected]> | 2017-07-12 18:45:06 -0400 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-08-06 12:42:06 +1000 |
commit | 322ee1b3636a38c22bc65009f13667a9d5f438cf (patch) | |
tree | 5924dfb4dc6979c96f9a138093bffede3dda61b8 /src/mesa/Makefile.sources | |
parent | 293b3e0a3f73ef85b446259dc9422932e0b8ff49 (diff) |
mapi: add EXT_external_objects and EXT_external_objects_fd
Includes implementation stubs.
Signed-off-by: Andres Rodriguez <[email protected]>
Acked-by: Timothy Arceri <[email protected]>
Acked-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 97c8287acbc..f116d170037 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -85,6 +85,8 @@ MAIN_FILES = \ main/extensions.h \ main/extensions_table.c \ main/extensions_table.h \ + main/externalobjects.c \ + main/externalobjects.h \ main/fbobject.c \ main/fbobject.h \ main/feedback.c \ |