nv50/ir: Fix memory corruption in Function::orderInstructions().
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_peephole.cpp
2012-02-01 Brian Paulnv50: add assertions missed in earlier nv50 commit
2012-02-01 Brian Paulnv50: use larger arrays to silence warnings and fix...
2012-01-09 Christoph Bumillernv50/ir/opt: optimize u32 MOD by power of 2 into AND
2012-01-09 Christoph Bumillernv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code