Re: [Mesa-dev] [PATCH 4/4] anv/pipeline: Properly cache prog_data::param

2016-11-01 Thread Timothy Arceri
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 > --- >

[Mesa-dev] [PATCH 4/4] anv/pipeline: Properly cache prog_data::param

2016-11-01 Thread 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