projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d4776
)
vk/pipeline: Default to a SamplerCount of 1 for PS
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 14 May 2015 05:17:38 +0000
(22:17 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 14 May 2015 05:23:30 +0000
(22:23 -0700)
src/vulkan/pipeline.c
patch
|
blob
|
history
diff --git
a/src/vulkan/pipeline.c
b/src/vulkan/pipeline.c
index 1c4eec5a7768de2af5cd2cd136e38526b4ed37e4..30185dd0b79b71171941f56cd05fd9b5badb66e8 100644
(file)
--- a/
src/vulkan/pipeline.c
+++ b/
src/vulkan/pipeline.c
@@
-457,7
+457,7
@@
anv_pipeline_create(
.SingleProgramFlow = false,
.VectorMaskEnable = true,
- .SamplerCount =
0
,
+ .SamplerCount =
1
,
.ScratchSpaceBasePointer = 0,
.PerThreadScratchSpace = 0,