glsl2: Add module to analyze variables used in loops
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 26 Aug 2010 22:58:33 +0000 (15:58 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 3 Sep 2010 18:55:21 +0000 (11:55 -0700)
commit9434a0749f26c640305f68ef85d17a31063a5705
tree7b80754d50f94a56ad4ece84c4045b14aea9834f
parent0f4f8c73644a9cc436500d605413207c44cfb4ee
glsl2: Add module to analyze variables used in loops

This is the first step eventually leading to loop unrolling.
src/glsl/Makefile
src/glsl/Makefile.am
src/glsl/loop_analysis.cpp [new file with mode: 0644]
src/glsl/loop_analysis.h [new file with mode: 0644]