aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-05-17 09:56:47 +0200
committerSamuel Pitoiset <[email protected]>2018-05-17 13:48:21 +0200
commit1e86eaf7d83e73b0287722a868718eb18675ce08 (patch)
tree14937635d094ec84d1898faf80e1b755bcc0d25c /src/amd/vulkan/radv_private.h
parentf71714022b2cd26bb1892e6a7f3d7308515f210e (diff)
radv: remove radv_device::llvm_supports_spill
It's always true. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r--src/amd/vulkan/radv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index e3eed887fae..304ed17f01a 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -624,7 +624,6 @@ struct radv_device {
struct radeon_winsys_cs *empty_cs[RADV_MAX_QUEUE_FAMILIES];
bool always_use_syncobj;
- bool llvm_supports_spill;
bool has_distributed_tess;
bool pbb_allowed;
bool dfsm_allowed;