diff options
author | Dave Airlie <[email protected]> | 2016-10-11 15:57:58 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-12 08:56:41 +1000 |
commit | 014ec78fb26305b0d6ed1a9ae5e74915860df934 (patch) | |
tree | 399ee72a4b55d1e1af7108ecefe4d5626ba3f09e /src/amd/vulkan/radv_private.h | |
parent | 12301c54186d3c515ca3ee72c70091fc40f0145e (diff) |
radv: drop entrypoint split out.
radv really doesn't need different dispatch per gen yet,
there really isn't that many differences yet.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 4587e060f44..4fd4848c9e8 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -45,7 +45,6 @@ #endif #include <amdgpu.h> -#include "radv_device_info.h" #include "compiler/shader_enums.h" #include "util/macros.h" #include "util/list.h" |