X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fnouveau%2Fnouveau_compiler.c;h=3151a6f420ceb63186c56083b09f5092ae7e290f;hb=50e913b9c5d311334281da89b4e9969d48fd62b6;hp=d8009f5bfe4352d2cad11d480dc428e869ccd8f4;hpb=110ef733dcd3fd306c513a2546b6e0a7d3179263;p=mesa.git diff --git a/src/gallium/drivers/nouveau/nouveau_compiler.c b/src/gallium/drivers/nouveau/nouveau_compiler.c index d8009f5bfe4..3151a6f420c 100644 --- a/src/gallium/drivers/nouveau/nouveau_compiler.c +++ b/src/gallium/drivers/nouveau/nouveau_compiler.c @@ -109,7 +109,7 @@ nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], info.type = type; info.target = chipset; - info.bin.sourceRep = NV50_PROGRAM_IR_TGSI; + info.bin.sourceRep = PIPE_SHADER_IR_TGSI; info.bin.source = tokens; info.io.auxCBSlot = 15;