projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3834eb
)
radv: fix the wayland wsi busy bit
author
Dave Airlie
<airlied@redhat.com>
Thu, 13 Oct 2016 19:09:39 +0000
(
05:09
+1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 13 Oct 2016 19:10:02 +0000
(
05:10
+1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_wsi_wayland.c
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_wsi_wayland.c
b/src/amd/vulkan/radv_wsi_wayland.c
index 5ce2e9e7915bdbf87878f02e285535b4e04525b3..739e0e32580efb8ccbe424ba356b30312e647e5e 100644
(file)
--- a/
src/amd/vulkan/radv_wsi_wayland.c
+++ b/
src/amd/vulkan/radv_wsi_wayland.c
@@
-521,7
+521,7
@@
wsi_wl_swapchain_acquire_next_image(struct radv_swapchain *radv_chain,
if (!chain->images[i].busy) {
/* We found a non-busy image */
*image_index = i;
- chain->images[i
mage_index
].busy = true;
+ chain->images[i].busy = true;
return VK_SUCCESS;
}
}