diff options
author | Emil Velikov <[email protected]> | 2018-02-05 19:04:56 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-02-05 19:04:56 +0000 |
commit | 133aa8c9f7d2cf9323e3fc9e826ace67ed2e1b37 (patch) | |
tree | 3018733da04568a4267f14c7a7f4ecf753cd7f89 | |
parent | a307f0696987a4a4f5b0a42ac1613e1a7877927d (diff) |
cherry-ignore: radv: Don't expose VK_KHX_multiview on android.
stable: The KHX extension is disabled all together in the stable
branches.
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | bin/.cherry-ignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 39dbc6a13fd..261ecbcb9ea 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -1,3 +1,6 @@ # fixes: The following commits were applied without the "cherry-picked from" tag 50265cd9ee4caffee853700bdcd75b92eedc0e7b automake: anv: ship anv_extensions_gen.py in the tarball ac4437b20b87c7285b89466f05b51518ae616873 automake: small cleanup after the meson.build inclusion + +# stable: The KHX extension is disabled all together in the stable branches. +bee9270853c34aa8e4b3d19a125608ee67c87b86 radv: Don't expose VK_KHX_multiview on android. |