projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95f9b6
)
vk/device.c: Fix whitespace issues
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 10 Jul 2015 01:20:28 +0000
(18:20 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 10 Jul 2015 01:20:28 +0000
(18:20 -0700)
src/vulkan/device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/device.c
b/src/vulkan/device.c
index f542dc3bf074c916bb4af0aaddc0422a059e4cab..8aadf0344faa349e51ae04c69143556a80f07f48 100644
(file)
--- a/
src/vulkan/device.c
+++ b/
src/vulkan/device.c
@@
-1391,7
+1391,7
@@
VkResult anv_GetFenceStatus(
fence->ready = true;
return VK_SUCCESS;
}
-
+
return VK_NOT_READY;
}
@@
-1415,7
+1415,7
@@
VkResult anv_WaitForFences(
return VK_TIMEOUT;
else if (ret == -1)
return vk_error(VK_ERROR_UNKNOWN);
- }
+ }
return VK_SUCCESS;
}
@@
-1645,7
+1645,7
@@
VkResult anv_CreateSampler(
min_filter = vk_to_gen_tex_filter[pCreateInfo->minFilter];
max_anisotropy = RATIO21;
}
-
+
struct GEN8_SAMPLER_STATE sampler_state = {
.SamplerDisable = false,
.TextureBorderColorMode = DX10OGL,