commit | 2566315063715cc9153a48e44f26e8ba9eb955ac | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Aug 25 12:22:28 2016 -0700 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Thu Sep 01 11:39:47 2016 +0100 |
tree | c9fe7865376837ede0b6e058c50cb47fd4ddd646 | |
parent | b529a77d79a68d5ff89e188f9564b47b1ee8487a [diff] |
anv: Add pipeline_has_stage guards a few places All of these worked before because they were depending on prog_data to be null. Soon, we won't be able to depend on a nice prog_data pointer and it's nice to be more explicit anyway. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Cc: "12.0" <mesa-stable@lists.freedesktop.org> (cherry picked from commit 13c09fdd0cfb62f3f45c39ad01a1c8f4b37c9c19)