OSDN Git Service

anv/meta: Fix sample mask in clear pipelines
authorChad Versace <chad.versace@intel.com>
Tue, 26 Jan 2016 19:01:24 +0000 (11:01 -0800)
committerChad Versace <chad.versace@intel.com>
Tue, 26 Jan 2016 19:04:44 +0000 (11:04 -0800)
commitdf5f6d824bb566ba19854af7a1134c2fb95edf17
tree73519bab024441c04c7f59561cfef596276233ca
parent725fb3623fc3b377f726101e0116a0d35f9090d4
anv/meta: Fix sample mask in clear pipelines

Once we begin emitting the correct sample mask,
genX_3DSTATE_SAMPLE_MASK_pack will hit an assertion if the mask contains
too many bits.
src/vulkan/anv_meta_clear.c