tgsi/scan: add uses_fbfetch
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_scan.c
index 4cb1a3152c3b8faeb9d784a8d3bba647e4d80b00..37a223a0f68ee0d7e533b47b80df4b885c8dcf22 100644 (file)
@@ -411,6 +411,9 @@ scan_instruction(struct tgsi_shader_info *info,
             info->uses_bindless_image_store = true;
       }
       break;
+   case TGSI_OPCODE_FBFETCH:
+      info->uses_fbfetch = true;
+      break;
    default:
       break;
    }