Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
brkho
/
mesa
Segui
1
Vota
0
Forka
0
Codice
Rilasci
562
Wiki
Attività
Sfoglia il codice sorgente
i965: Fold constants into the second arg of BRW_SEL as well.
This hits a common case with min/max operations.
tags/android-x86-2.2
Eric Anholt
15 anni fa
parent
f9b420d3bd
commit
602ae2441a
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/mesa/drivers/dri/i965/brw_fs.cpp
+ 1
- 0
src/mesa/drivers/dri/i965/brw_fs.cpp
Vedi File
@@ -2781,6 +2781,7 @@ fs_visitor::propagate_constants()
}
break;
case BRW_OPCODE_CMP:
case BRW_OPCODE_SEL:
if (i == 1) {
scan_inst->src[i] = inst->src[0];
progress = true;
Write
Preview
Loading…
Annulla
Salva