[Mesa-dev] [PATCH 03/36] st/nine: Remove useless call to nine_update_state

Axel Davy axel.davy at ens.fr
Wed Dec 7 22:30:26 UTC 2016


The call was not needed.

Signed-off-by: Axel Davy <axel.davy at ens.fr>
---
 src/gallium/state_trackers/nine/device9.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/state_trackers/nine/device9.c b/src/gallium/state_trackers/nine/device9.c
index 055e71d..7bdf19f 100644
--- a/src/gallium/state_trackers/nine/device9.c
+++ b/src/gallium/state_trackers/nine/device9.c
@@ -467,7 +467,6 @@ NineDevice9_ctor( struct NineDevice9 *This,
     }
 
     This->update = &This->state;
-    nine_update_state(This);
 
     nine_state_init_sw(This);
 
-- 
2.10.2



More information about the mesa-dev mailing list