summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2013-03-22 17:45:52 -0700
committerIan Romanick <[email protected]>2013-05-13 12:05:19 -0700
commit1e773626eee2076e791737f86ba78c410a60aa19 (patch)
treef9be9bfbf3c59279ea3c3910db62719ef3f2dd98 /src/mesa/main/extensions.c
parentc3bb07f875075b08a0b13f47be95e0c49edb6555 (diff)
glsl: Generate correct ir_binop_vector_extract code for out and inout parameters
Like with type conversions on out parameters, some extra copies need to occur to handle these cases. The fundamental problem is that ir_binop_vector_extract is not an lvalue, but out and inout parameters must be lvalues. A previous patch delt with a similar problem in the LHS of ir_assignment. 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 'src/mesa/main/extensions.c')
0 files changed, 0 insertions, 0 deletions