Re: [Mesa-dev] [PATCH] nv50/ir: fix envyas variants when building the code lib

2016-04-02 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin 

On Sat, Apr 2, 2016 at 1:57 PM, Samuel Pitoiset
 wrote:
> nvc0 and nve4 have been respectively replaced by gf100 and gk104.
>
> Signed-off-by: Samuel Pitoiset 
> ---
>  src/gallium/drivers/nouveau/codegen/lib/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/gallium/drivers/nouveau/codegen/lib/Makefile 
> b/src/gallium/drivers/nouveau/codegen/lib/Makefile
> index 06d1979..115f6d0 100644
> --- a/src/gallium/drivers/nouveau/codegen/lib/Makefile
> +++ b/src/gallium/drivers/nouveau/codegen/lib/Makefile
> @@ -3,9 +3,9 @@ ENVYAS ?= envyas
>  all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
>
>  gf100.asm.h: %.asm.h: %.asm
> -   $(ENVYAS) -a -W -mnvc0 -Vnvc0 $< -o $@
> +   $(ENVYAS) -a -W -mgf100 -Vgf100 $< -o $@
>  gk104.asm.h: %.asm.h: %.asm
> -   $(ENVYAS) -a -W -mnvc0 -Vnve4 $< -o $@
> +   $(ENVYAS) -a -W -mgf100 -Vgk104 $< -o $@
>  gk110.asm.h: %.asm.h: %.asm
> $(ENVYAS) -a -W -mgk110 $< -o $@
>  gm107.asm.h: %.asm.h: %.asm
> --
> 2.7.4
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] nv50/ir: fix envyas variants when building the code lib

2016-04-02 Thread Samuel Pitoiset
nvc0 and nve4 have been respectively replaced by gf100 and gk104.

Signed-off-by: Samuel Pitoiset 
---
 src/gallium/drivers/nouveau/codegen/lib/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/nouveau/codegen/lib/Makefile 
b/src/gallium/drivers/nouveau/codegen/lib/Makefile
index 06d1979..115f6d0 100644
--- a/src/gallium/drivers/nouveau/codegen/lib/Makefile
+++ b/src/gallium/drivers/nouveau/codegen/lib/Makefile
@@ -3,9 +3,9 @@ ENVYAS ?= envyas
 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h
 
 gf100.asm.h: %.asm.h: %.asm
-   $(ENVYAS) -a -W -mnvc0 -Vnvc0 $< -o $@
+   $(ENVYAS) -a -W -mgf100 -Vgf100 $< -o $@
 gk104.asm.h: %.asm.h: %.asm
-   $(ENVYAS) -a -W -mnvc0 -Vnve4 $< -o $@
+   $(ENVYAS) -a -W -mgf100 -Vgk104 $< -o $@
 gk110.asm.h: %.asm.h: %.asm
$(ENVYAS) -a -W -mgk110 $< -o $@
 gm107.asm.h: %.asm.h: %.asm
-- 
2.7.4

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev