glsl: Modify uniform_field_visitor::recursion to take a row_major parameter
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 22 Jan 2013 03:32:07 +0000 (22:32 -0500)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 25 Jan 2013 14:07:34 +0000 (09:07 -0500)
commit6a0c1bc16334b72de25e57d0c7e0a72dcd7c5ecf
treec4bba8900777cc79d2082042b180e83de8bdfd68
parent23b7ce3a824013c8b4d7340294cb59b0b4cb8f87
glsl: Modify uniform_field_visitor::recursion to take a row_major parameter

Not used yet, but the UBO layout visitor will use this.

v2: Add some commentary as to why row_major is always set to false in
process.  Suggesed by Paul Berry.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Carl Worth <cworth@cworth.org>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/link_uniforms.cpp
src/glsl/linker.h