OSDN Git Service

st/nine: Add missing BASETEX_REGISTER_UPDATE calls
authorAxel Davy <axel.davy@ens.fr>
Sun, 3 May 2015 21:46:14 +0000 (23:46 +0200)
committerAxel Davy <axel.davy@ens.fr>
Fri, 21 Aug 2015 20:21:46 +0000 (22:21 +0200)
commit8a61894cdb0f97df48775f5a16ba60d33519e36a
tree994630fe249ee68ad601f658a93808e55c62f59f
parente4f69bc394e1b92e3d1dabf320258425c2876091
st/nine: Add missing BASETEX_REGISTER_UPDATE calls

If the texture is bound and dirty_mip is true,
BASETEX_REGISTER_UPDATE adds the texture to the list
of things to update before the next draw call.

Some calls to it were missing.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/cubetexture9.c
src/gallium/state_trackers/nine/texture9.c