summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-03 17:04:26 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-04 08:36:50 +0200
commit552df56ad031d50c02087e7bad257f63e98b1613 (patch)
treee96d8bb7641f1b23dea033e66eaa2e3f2498bb2b
parenta2354d9e496dd2f1d233a12df665948b3570d919 (diff)
driver: no need to track RS state in gpu3d
-rw-r--r--native/driver/etna_internal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/native/driver/etna_internal.h b/native/driver/etna_internal.h
index d9eaaaf..e791992 100644
--- a/native/driver/etna_internal.h
+++ b/native/driver/etna_internal.h
@@ -369,16 +369,6 @@ struct etna_3d_state
uint32_t /*01460*/ PE_PIPE_COLOR_ADDR[VIVS_PE_PIPE__LEN];
uint32_t /*01480*/ PE_PIPE_DEPTH_ADDR[VIVS_PE_PIPE__LEN];
- uint32_t /*01604*/ RS_CONFIG;
- uint32_t /*01608*/ RS_SOURCE_ADDR;
- uint32_t /*0160C*/ RS_SOURCE_STRIDE;
- uint32_t /*01610*/ RS_DEST_ADDR;
- uint32_t /*01614*/ RS_DEST_STRIDE;
- uint32_t /*01620*/ RS_WINDOW_SIZE;
- uint32_t /*01630*/ RS_DITHER[2];
- uint32_t /*0163C*/ RS_CLEAR_CONTROL;
- uint32_t /*01640*/ RS_FILL_VALUE[4];
-
uint32_t /*01654*/ TS_MEM_CONFIG;
uint32_t /*01658*/ TS_COLOR_STATUS_BASE;
uint32_t /*0165C*/ TS_COLOR_SURFACE_BASE;
@@ -387,8 +377,6 @@ struct etna_3d_state
uint32_t /*01668*/ TS_DEPTH_SURFACE_BASE;
uint32_t /*0166C*/ TS_DEPTH_CLEAR_VALUE;
- uint32_t /*016A0*/ RS_EXTRA_CONFIG;
-
uint32_t /*02000*/ TE_SAMPLER_CONFIG0[VIVS_TE_SAMPLER__LEN];
uint32_t /*02040*/ TE_SAMPLER_SIZE[VIVS_TE_SAMPLER__LEN];
uint32_t /*02080*/ TE_SAMPLER_LOG_SIZE[VIVS_TE_SAMPLER__LEN];