diff options
author | Ian Romanick <[email protected]> | 2013-03-22 17:49:27 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-05-13 12:05:19 -0700 |
commit | a61a0dbed29e284551ec7d033a0d2c8f2e1d6888 (patch) | |
tree | 109764c00eb859cec7c2d41c245a02fa095fb385 /include | |
parent | 1e773626eee2076e791737f86ba78c410a60aa19 (diff) |
glsl: Death to array dereferences of vectors!
Now that all the places that used to generate array derefeneces of
vectors have been changed to generate either ir_binop_vector_extract or
ir_triop_vector_insert (or both), remove all support for dealing with
this deprecated construct.
As an added safeguard, modify ir_validate to reject ir_dereference_array
of a vector.
v2: Convert tabs to spaces. Suggested by Eric.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions