projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0dc5c1
)
anv: remove unused Linux-specific include
author
Greg V
<greg@unrelenting.technology>
Sun, 24 Dec 2017 16:46:30 +0000
(19:46 +0300)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 8 Aug 2019 20:44:33 +0000
(21:44 +0100)
Fixes: 4201cc2dd3a ("anv: Implement VK_KHX_external_semaphore_fd")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/intel/vulkan/anv_queue.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_queue.c
b/src/intel/vulkan/anv_queue.c
index f85a6909a377918fda000901a0200b6d82145ef7..67b402a265441894877c7fd248184c61a03dd01a 100644
(file)
--- a/
src/intel/vulkan/anv_queue.c
+++ b/
src/intel/vulkan/anv_queue.c
@@
-27,7
+27,6
@@
#include <fcntl.h>
#include <unistd.h>
-#include <sys/eventfd.h>
#include "anv_private.h"
#include "vk_util.h"