Re: [Mesa-dev] [PATCH] nvc0/ir: make sure that thread count immediate for BAR fit

2016-03-07 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Mar 7, 2016 at 12:29 PM, Samuel Pitoiset wrote: > The limit of the thread count immediate value is 12 bits. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --g

[Mesa-dev] [PATCH] nvc0/ir: make sure that thread count immediate for BAR fit

2016-03-07 Thread Samuel Pitoiset
The limit of the thread count immediate value is 12 bits. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp b/src/gallium/drivers/nouveau/code