diff options
author | Jordan Justen <[email protected]> | 2017-10-27 01:04:53 -0700 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-12-08 16:44:35 +1100 |
commit | ebd9e789c40190862b28bbde8852c0b8b09df5ba (patch) | |
tree | 40dc82c3c711639037b4a3503a7cbdfe5834a8e1 /src/compiler/Makefile.sources | |
parent | 219628c1180069cd92e4d01a3e527d2df9f4851c (diff) |
glsl: Split out shader program serialization
This will allow us to use the program serialization to implement
ARB_get_program_binary.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index c5094b7f198..588f96e7eff 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -140,6 +140,8 @@ LIBGLSL_FILES = \ glsl/propagate_invariance.cpp \ glsl/s_expression.cpp \ glsl/s_expression.h \ + glsl/serialize.cpp \ + glsl/serialize.h \ glsl/string_to_uint_map.cpp \ glsl/string_to_uint_map.h |