glsl: Rename variable_entry2 back to variable_entry in struct splitting.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Sep 2012 20:27:57 +0000 (13:27 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 29 Sep 2012 07:36:01 +0000 (00:36 -0700)
commit5cadb3ef7e6c1a67c45b0fdb2b0c2c1a369a97d8
treedb61f91b26713eac6965abd5308f0defade915c4
parentea0d08872724b5e31e9e32db2338e15fdfdcc4de
glsl: Rename variable_entry2 back to variable_entry in struct splitting.

The anonymous namespace should keep these private classes to file scope,
preventing clashes with other symbols of the same name elsewhere.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/opt_structure_splitting.cpp