diff options
author | Dave Airlie <[email protected]> | 2010-08-17 13:40:15 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-08-17 14:19:09 +1000 |
commit | 3e58007892cb2e89cb979ab172b7160adc84a44d (patch) | |
tree | 105329196e5b32c339b62760e1315b13f390e084 /src/gallium/drivers/r600/r600_context.h | |
parent | 00ce188eb8d6f5c3f345ad674f1aa49ee5940db5 (diff) |
r600g: add user clip plane support.
Apart from the fact that the radeon.h/r600_states.h editing is a nightmare, this
wasn't so bad.
passes piglit user-clip test now also trivial tests.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h index 76d5de86532..2ce29720d9c 100644 --- a/src/gallium/drivers/r600/r600_context.h +++ b/src/gallium/drivers/r600/r600_context.h @@ -98,6 +98,7 @@ struct r600_context_hw_states { struct radeon_state *config; struct radeon_state *cb_cntl; struct radeon_state *db; + struct radeon_state *ucp[6]; unsigned ps_nresource; unsigned ps_nsampler; struct radeon_state *ps_resource[160]; |