OSDN Git Service

glsl: fix variable ordering in the output_read_remover
authorVadim Girlin <vadimgirlin@gmail.com>
Thu, 5 Apr 2012 01:07:03 +0000 (05:07 +0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Apr 2012 22:04:00 +0000 (18:04 -0400)
commit4b06280ea34ce0e2ef9ec36df792c28c3828eabd
treedd7aaaf411d28dac1dd67947351a2893249ca83a
parenta07cf3397e332388d3599c83e50ac45511972890
glsl: fix variable ordering in the output_read_remover

Use the hash of the variable name instead of the pointer value.

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/lower_output_reads.cpp