Reviewed-by: Ilia Mirkin <[email protected]>
On Tue, Jul 12, 2016 at 8:17 AM, Samuel Pitoiset <[email protected]> wrote: > Fixes: 2aa1197 ("nouveau: Add support for SV_WORK_DIM") > Signed-off-by: Samuel Pitoiset <[email protected]> > --- > src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > index 6469f71..ae0dd78 100644 > --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp > @@ -312,6 +312,7 @@ static const char *SemanticStr[SV_LAST + 1] = > "BASEVERTEX", > "BASEINSTANCE", > "DRAWID", > + "WORK_DIM", > "?", > "(INVALID)" > }; > -- > 2.9.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
