Re: [Mesa-dev] [PATCH 01/40] st/mesa/i965: create link status enum

2017-02-08 Thread Anuj Phogat
On Mon, Feb 6, 2017 at 7:42 PM, Timothy Arceri wrote: > For the on-disk shader cache we want to be able to differentiate > between a program that was linked and one that was loaded from cache. > --- > src/compiler/glsl/linker.cpp | 6 +++--- >

[Mesa-dev] [PATCH 01/40] st/mesa/i965: create link status enum

2017-02-06 Thread Timothy Arceri
For the on-disk shader cache we want to be able to differentiate between a program that was linked and one that was loaded from cache. --- src/compiler/glsl/linker.cpp | 6 +++--- src/compiler/glsl/standalone.cpp | 2 +- src/mesa/drivers/dri/i965/brw_cs.c | 4