nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_emit_gk110.cpp
2014-03-18 Ilia Mirkinnv50/ir/gk110: use shl/shr instead of lshf/rshf so...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add 64/128-bit fetch/export support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix handling of OP_SUB for floating...
2014-03-18 Ilia Mirkinnv50/ir/gk110: presin/preex2 take their source at bit 23
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement quadop
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill in mov from predicate
2014-03-18 Ilia Mirkinnv50/ir/gk110: handle derivAll flag, fix useOffsets...
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix setting texture for txd/txf/txq
2014-03-18 Ilia Mirkinnv50/ir/gk110: add texcsaa implementation
2014-03-18 Ilia Mirkinnv50/ir/gk110: add pfetch support
2014-03-18 Ilia Mirkinnv50/ir/gk110: add emit/restart implementations
2014-03-18 Ilia Mirkinnv50/ir/gk110: add missing break in sched emit
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement partial txq support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill out texture instruction support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix control flow opcode emission, add...
2014-01-27 Ilia Mirkinnouveau/codegen: set dType to S32 for OP_NEG U32
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.