OSDN Git Service

ir_to_mesa: Handle loops with loop controls set
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 26 Aug 2010 22:49:33 +0000 (15:49 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 3 Sep 2010 18:55:21 +0000 (11:55 -0700)
commit0f4f8c73644a9cc436500d605413207c44cfb4ee
tree73cf01cc929bb23102931f55045401a3909444f1
parent53acbd87d712555f9e7a1c304843be7b39641413
ir_to_mesa: Handle loops with loop controls set

The downside of our talloc usage is that we can't really make static
(i.e., not created with new) instances of our IR types.  This leads to
a lot of unnecessary dynamic allocation in this patch.
src/mesa/program/ir_to_mesa.cpp