OSDN Git Service

nvc0/ir: can't have a join on a load with an indirect source
[android-x86/external-mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_peephole.cpp
2015-06-18 Ilia Mirkinnvc0/ir: can't have a join on a load with an indirect...
2015-06-03 Ilia Mirkinnv50/ir: avoid messing up arg1 of PFETCH
2015-05-20 Ilia Mirkinnv50/ir: only propagate saturate up if some actual...
2015-04-08 Ilia Mirkinnv50/ir: take postFactor into account when doing peepho...
2015-01-02 Ilia Mirkinnv50/ir: fold MAD when one of the multiplicands is...
2014-09-01 Ilia Mirkinnv50/ir: avoid creating instructions that can't be...
2014-07-08 Tobias Klausmannnv50/ir: use unordered_set instead of list to keep...
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_POPCNT when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_BFIND when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle reverse subop for OP_EXTBF when folding...
2014-06-06 Tobias Klausmannnv50/ir: clear subop when folding constant expressions
2014-05-23 Christoph Bumillernv50/ir/opt: fix constant folding with saturate modifier
2014-05-21 Ilia Mirkinnv50/ir: fix constant folding for OP_MUL subop HIGH
2014-05-14 Ben Skeggsnvc0: maxwell isa has no per-instruction join modifier
2014-05-11 Ilia Mirkinnv50/ir: make sure to reverse cond codes on all the...
2014-04-28 Ilia Mirkinnvc0/ir: do constant folding of extbf/insbf
2013-09-15 Dave Airlienouveau: fix regression since float comparison instruct...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.