Re: [Mesa-dev] [PATCH 12/12] glsl: Death to array dereferences of vectors!

2013-05-08 Thread Kenneth Graunke
On 05/03/2013 04:07 PM, Ian Romanick wrote: From: Ian Romanick 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 constru

[Mesa-dev] [PATCH 12/12] glsl: Death to array dereferences of vectors!

2013-05-03 Thread Ian Romanick
From: Ian Romanick 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

[Mesa-dev] [PATCH 12/12] glsl: Death to array dereferences of vectors!

2013-04-08 Thread Ian Romanick
From: Ian Romanick 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