diff options
author | Jason Ekstrand <[email protected]> | 2016-05-25 18:20:40 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-26 14:13:38 -0700 |
commit | 9f0bc0f2b311f719090701a345428bd42bf79488 (patch) | |
tree | 6b36021b60eb3eb26e3c50618ec1fb491311464f /src/intel/vulkan/TODO | |
parent | 057259655e79f6adfa79b71b0ee181dcae5454de (diff) |
anv: Stop linking against libmesa.la and libdri_test_stubs.la
This brings the final size of an optimized non-debug build of the Vulkan
driver down to 2.9 MB as opposed to 8.7 MB for the dri driver.
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/intel/vulkan/TODO')
-rw-r--r-- | src/intel/vulkan/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 197bf0c8efc..8fac3704106 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -30,5 +30,4 @@ Performance: - Use soft-pin to avoid relocations Cleanups: - - Drop libmesa.la - Deduplicate gen7 and gen8 |