Re: [Mesa-dev] [PATCH 07/88] i965: add new field for storing program size

2016-09-25 Thread Kenneth Graunke
On Saturday, September 24, 2016 3:24:48 PM PDT Timothy Arceri wrote: > From: Carl Worth > > This will be used by the on disk shader cache. > > Signed-off-by: Timothy Arceri > --- > src/mesa/drivers/dri/i965/brw_compiler.h | 4 > src/mesa/drivers/dri/i965/brw_vs.c | 2 ++ > src/mesa/

[Mesa-dev] [PATCH 07/88] i965: add new field for storing program size

2016-09-23 Thread Timothy Arceri
From: Carl Worth This will be used by the on disk shader cache. Signed-off-by: Timothy Arceri --- src/mesa/drivers/dri/i965/brw_compiler.h | 4 src/mesa/drivers/dri/i965/brw_vs.c | 2 ++ src/mesa/drivers/dri/i965/brw_wm.c | 2 ++ 3 files changed, 8 insertions(+) diff --git a/