matrices matrices matrices

This commit is contained in:
Connor Abbott
2015-06-18 18:52:44 -07:00
parent d0fc04aacf
commit 841aab6f50
2 changed files with 268 additions and 28 deletions

View File

@@ -71,6 +71,11 @@ struct vtn_ssa_value {
struct vtn_ssa_value **elems;
};
/* For matrices, a transposed version of the value, or NULL if it hasn't
* been computed
*/
struct vtn_ssa_value *transposed;
const struct glsl_type *type;
};