projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494ace4
)
st/nine: Remove useless call to nine_update_state
author
Axel Davy
<axel.davy@ens.fr>
Sun, 16 Oct 2016 08:54:41 +0000
(10:54 +0200)
committer
Axel Davy
<axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:20 +0000
(23:44 +0100)
The call was not needed.
Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/device9.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/nine/device9.c
b/src/gallium/state_trackers/nine/device9.c
index 055e71dcfcabfc288da005f58badb2609255462c..7bdf19fdc9765713f49c34ce4cfc6390a20f74db 100644
(file)
--- 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);