Module: Mesa Branch: master Commit: 49752e99f8f109a1b1adc6740c4e3e2a50d0e09b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49752e99f8f109a1b1adc6740c4e3e2a50d0e09b
Author: Pierre Moreau <pierre.mor...@free.fr> Date: Mon Oct 2 20:57:09 2017 +0200 nv50/ir: Store shared memory per block in nv50_ir_prog_info Signed-off-by: Pierre Moreau <pierre.mor...@free.fr> --- src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h b/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h index 76f08b1c3d..ffd53c9cd3 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h @@ -87,6 +87,7 @@ struct nv50_ir_prog_info int16_t maxGPR; /* may be -1 if none used */ int16_t maxOutput; uint32_t tlsSpace; /* required local memory per thread */ + uint32_t smemSize; /* required shared memory per block */ uint32_t *code; uint32_t codeSize; uint32_t instructions; _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit