diff options
author | Vincent Lejeune <[email protected]> | 2012-09-23 16:52:30 +0200 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2012-10-09 23:19:09 +0200 |
commit | 80663cb1859c3398804d720022eebcf9a0df1716 (patch) | |
tree | 11f62749060b8d8247fafac65c0a9f0ef8fae804 /src/gallium/drivers/r600/r600_shader.h | |
parent | 900cc7cf80d8ee0e454935904861cf0955c33072 (diff) |
r600g: frontcolor tracks its associated backcolor
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h index d68dd0762eb..2b8412aa80f 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -34,6 +34,7 @@ struct r600_shader_io { unsigned interpolate; boolean centroid; unsigned lds_pos; /* for evergreen */ + unsigned potential_back_facing_reg; unsigned write_mask; }; |