From: Ian Romanick
The new opcode is used to generate a new vector with a single field from
the source vector replaced. This will eventually replace
ir_dereference_array of vectors in the LHS of assignments.
v2: Convert tabs to spaces. Suggested by Eric.
v3: Add constant expression handling f
From: Ian Romanick
The new opcode is used to generate a new vector with a single field from
the source vector replaced. This will eventually replace
ir_dereference_array of vectors in the LHS of assignments.
Signed-off-by: Ian Romanick
---
src/glsl/ir.cpp | 1 +
src/glsl/ir.h