diff options
author | Axel Davy <[email protected]> | 2016-10-16 16:09:51 +0200 |
---|---|---|
committer | Axel Davy <[email protected]> | 2016-12-20 23:44:21 +0100 |
commit | eed47b748f26363c0de063f51b0c67959e7e5b06 (patch) | |
tree | e515f5f9128eb717a3a86026970d8f70cc163b7f /src/gallium/state_trackers/nine/stateblock9.c | |
parent | 6bbb7b9fc5bc978ac3236064a1de50376177c735 (diff) |
st/nine: Back textures into nine_context
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/nine/stateblock9.c b/src/gallium/state_trackers/nine/stateblock9.c index 4f5e9d7b8d3..d0063ed774a 100644 --- a/src/gallium/state_trackers/nine/stateblock9.c +++ b/src/gallium/state_trackers/nine/stateblock9.c @@ -73,7 +73,7 @@ NineStateBlock9_dtor( struct NineStateBlock9 *This ) struct nine_range *r; struct nine_range_pool *pool = &This->base.device->range_pool; - nine_state_clear(state, FALSE); + nine_state_clear(state, false); FREE(state->vs_const_f); FREE(state->ps_const_f); |