nv50/ir: Check for valid insn instead of def size
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_ra.cpp
2016-03-31 Pierre Moreaunv50/ir: Check for valid insn instead of def size
2016-02-16 Ben Skeggsnvc0: initial support for GM20x GPUs
2016-01-26 Karol Herbstnv50/ir: fix memory corruption when spilling and redoing RA
2015-12-12 Ilia Mirkinnv50/ir: add short imad support
2015-12-09 Ilia Mirkinnv50/ir: prefer to color mad def and src2 with the...
2015-12-09 Ilia Mirkinnv50/ir: reduce degree limit on ops that can't encode...
2015-12-09 Ilia Mirkinnv50/ir: only unspill once ahead of a group of instructions
2015-12-03 Ilia Mirkinnv50/ir: fix moves to/from flags
2015-12-02 Samuel Pitoisetnv50/ir: do not call textureMask() for surface ops
2015-11-23 Ilia Mirkinnv50/ir: fix (un)spilling of 3-wide results
2015-10-15 Chih-Wei Huangnv50/ir: use C++11 standard std::unordered_map if possible
2015-09-10 Ilia Mirkinnv50/ir: make edge splitting fix up phi node sources
2015-08-20 Chih-Wei Huangnv50/ir: support different unordered_set implementations
2015-07-23 Ilia Mirkinnvc0/ir: add hazard for 2nd dim of vfetch/load indirect...
2014-09-26 Ilia Mirkingm107/ir: fix texture argument order
2014-09-26 Ilia Mirkinnv50/ir: avoid deleting pseudo instructions too early
2014-09-06 Christoph Bumillernv50/ir/util: fix BitSet issues
2014-07-24 Ilia Mirkinnv50/ir: fix phi/union sources when their def has been...
2014-07-24 Ilia Mirkinnv50/ir: fix hard-coded TYPE_U32 sized register
2014-07-08 Tobias Klausmannnv50/ir: use unordered_set instead of list to keep...
2014-05-18 Ilia Mirkinnv50/ir: make sure that texprep/texquerylod's args...
2014-05-14 Ben Skeggsnvc0: add maxwell (sm50) compiler backend
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-02-22 Christoph Bumillernv50/ir/ra: fix SpillCodeInserter::offsetSlot usage
2014-02-08 Christoph Bumillernv50/ir/ra: some register spilling fixes
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.