Re: [Mesa-dev] [PATCH 5/8] nv50/ir: Add nv50_ir_prog_info serialize

2020-02-17 Thread Karol Herbst
On Mon, Feb 17, 2020 at 6:41 PM Mark Menzynski wrote: > > Adds a function for serializing a nv50_ir_prog_info structure, which is > needed for shader caching. > > Signed-off-by: Mark Menzynski > --- > .../drivers/nouveau/codegen/nv50_ir_driver.h | 4 + > .../nouveau/codegen/nv50_ir_serialize.c

[Mesa-dev] [PATCH 5/8] nv50/ir: Add nv50_ir_prog_info serialize

2020-02-17 Thread Mark Menzynski
Adds a function for serializing a nv50_ir_prog_info structure, which is needed for shader caching. Signed-off-by: Mark Menzynski --- .../drivers/nouveau/codegen/nv50_ir_driver.h | 4 + .../nouveau/codegen/nv50_ir_serialize.cpp | 81 +++ 2 files changed, 85 insertions(+) di