nvc0: do not set tiled mode on gart bo when fence debugging is used
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_bb.cpp
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-03-12 Francisco Jereznv50/ir: Clean up references to function values before...
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Francisco Jereznv50/ir: Clean up before calculating instruction orderi...
2012-04-14 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Francisco Jereznv50/ir: Add support for removing functions from a...
2012-04-14 Francisco Jereznv50/ir: Scan program functions in DFS-postorder.
2012-04-14 Francisco Jereznv50/ir: Deal with graph iterators using RAII.
2012-04-14 Francisco Jereznv50/ir: Add convenience method for calculating the...
2012-04-14 Francisco Jereznv50/ir: Add support code for calculating the clobber...
2012-04-14 Francisco Jereznv50/ir: Add support for cloning FlowInsns, ImmediateVa...
2012-04-14 Francisco Jereznv50/ir: Make sure that several IR objects are destroye...
2012-04-14 Christoph Bumillernv50/ir: add function for splitting a BasicBlock
2012-04-14 Francisco Jereznv50/ir: Fix memory corruption in Function::orderInstru...
2012-04-14 Francisco Jereznv50/ir: Fix up insertion of PHI instructions using...
2012-04-14 Christoph Bumillernv50/ir: fix insertHead and remove for BBs with PHI...
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code