glsl: create type name for arrays of arrays
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 23 Jan 2014 12:21:02 +0000 (23:21 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 23 Jan 2014 12:37:36 +0000 (23:37 +1100)
commit61a584609936940f69207dd520b5b4208810a9e7
tree788814508be195f11b2e1c08cd1cadd4b24e2b86
parent3d492f19f6e1a50a645cfa3b04d64808d44af5e3
glsl: create type name for arrays of arrays

We need to insert outermost dimensions in the correct spot otherwise
 the dimension order will be backwards

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/glsl_types.cpp