Pārlūkot izejas kodu

Fix test

tags/7.8-rc1
Alan Hourihane pirms 15 gadiem
vecāks
revīzija
4a531fb46a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      src/gallium/auxiliary/tgsi/tgsi_scan.c

+ 2
- 2
src/gallium/auxiliary/tgsi/tgsi_scan.c Parādīt failu

@@ -229,8 +229,8 @@ tgsi_is_passthrough_shader(const struct tgsi_token *tokens)

/* Do a whole bunch of checks for a simple move */
if (fullinst->Instruction.Opcode != TGSI_OPCODE_MOV ||
src->Register.File != TGSI_FILE_INPUT ||
src->Register.File != TGSI_FILE_SYSTEM_VALUE ||
(src->Register.File != TGSI_FILE_INPUT &&
src->Register.File != TGSI_FILE_SYSTEM_VALUE) ||
dst->Register.File != TGSI_FILE_OUTPUT ||
src->Register.Index != dst->Register.Index ||


Notiek ielāde…
Atcelt
Saglabāt