nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_graph.cpp
2012-05-29 Christoph Bumillernvc0/ir: fix texture barrier insertion to prevent WAW...
2012-04-29 Christoph Bumillernvc0/ir: implement better placement of texture barriers
2012-04-14 Francisco Jereznv50/ir: Deal with graph iterators using RAII.
2012-04-14 Francisco Jereznv50/ir: Allow attaching two nodes when either one...
2012-04-14 Francisco Jereznv50/ir: Allow inserting isolated nodes to a graph.
2011-10-21 Christoph Bumillernv50/ir: fix leak in removal of graph root
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code