diff options
author | Axel Davy <[email protected]> | 2016-10-16 15:29:46 +0200 |
---|---|---|
committer | Axel Davy <[email protected]> | 2016-12-20 23:44:21 +0100 |
commit | c1871e829aa220a7040ca6e423d404f072256db9 (patch) | |
tree | 598357eb89e1b9ce12d35a6f3c7f8841ce31ebda /src/gallium/state_trackers/nine/stateblock9.c | |
parent | 64e232bd60336591e55e6c95112bac334cb38970 (diff) |
st/nine: Track changed.texture only for stateblocks
Part of the refactor to move all gallium calls to
nine_state.c, and have all internal states required
for those calls in nine_context.
Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/stateblock9.c')
-rw-r--r-- | src/gallium/state_trackers/nine/stateblock9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/nine/stateblock9.c b/src/gallium/state_trackers/nine/stateblock9.c index 0a5641f831a..d04ac8f7bfe 100644 --- a/src/gallium/state_trackers/nine/stateblock9.c +++ b/src/gallium/state_trackers/nine/stateblock9.c @@ -581,7 +581,6 @@ NineStateBlock9_Apply( struct NineStateBlock9 *This ) /* Textures */ if (src->changed.texture) { uint32_t m = src->changed.texture; - dst->changed.texture |= m; dst->samplers_shadow &= ~m; |