On Tue, 2016-11-01 at 20:09 -0700, Jason Ekstrand wrote:
> Before we were caching the prog data but we weren't doing anything
> with
> brw_stage_prog_data::param so anything with push constants wasn't
> getting
> cached properly. This commit fixes that.
>
> Signed-off-by: Jason Ekstrand
> ---
>
Before we were caching the prog data but we weren't doing anything with
brw_stage_prog_data::param so anything with push constants wasn't getting
cached properly. This commit fixes that.
Signed-off-by: Jason Ekstrand
---
src/intel/vulkan/anv_pipeline.c | 3 ++-
src/intel/vulkan/anv_pipel