nv50,nvc0: replace resInfoCBSlot by auxCBSlot
[mesa.git] / src / gallium / drivers / nouveau / nouveau_compiler.c
index cd44aa1e1d9e4da24a96109ff36f4d059c400577..ca73fd17a43d221a4676d1d25a20a11295e9414f 100644 (file)
@@ -114,8 +114,6 @@ nouveau_codegen(int chipset, int type, struct tgsi_token tokens[],
 
    info.io.auxCBSlot = 15;
    info.io.ucpBase = NV50_CB_AUX_UCP_OFFSET;
-
-   info.io.resInfoCBSlot = 15;
    info.io.suInfoBase = NV50_CB_AUX_TEX_MS_OFFSET;
    info.io.msInfoCBSlot = 15;
    info.io.msInfoBase = NV50_CB_AUX_MS_OFFSET;