vk/pipeline: Default to a SamplerCount of 1 for PS
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:17:38 +0000 (22:17 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 May 2015 05:23:30 +0000 (22:23 -0700)
src/vulkan/pipeline.c

index 1c4eec5a7768de2af5cd2cd136e38526b4ed37e4..30185dd0b79b71171941f56cd05fd9b5badb66e8 100644 (file)
@@ -457,7 +457,7 @@ anv_pipeline_create(
    
                   .SingleProgramFlow = false,
                   .VectorMaskEnable = true,
-                  .SamplerCount = 0,
+                  .SamplerCount = 1,
 
                   .ScratchSpaceBasePointer = 0,
                   .PerThreadScratchSpace = 0,