diff options
author | Marek Olšák <[email protected]> | 2019-11-29 21:01:19 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-01-24 20:29:29 -0500 |
commit | 4bb919b0b8b4ed6f6a7049c3f8d294b74b50e198 (patch) | |
tree | 56eb48c4d540b15eb0221b66daba5936ca077797 /src/gallium/auxiliary/Makefile.sources | |
parent | f36f85d958e876b59057f65d092f5e6c3f0d83ee (diff) |
gallium/util: add a cache of live shaders for shader CSO deduplication
Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2929>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index d31f71aaf99..2cba524f2bc 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -262,6 +262,8 @@ C_SOURCES := \ util/u_inlines.h \ util/u_linear.c \ util/u_linear.h \ + util/u_live_shader_cache.c \ + util/u_live_shader_cache.h \ util/u_log.c \ util/u_log.h \ util/u_network.c \ |