diff options
author | Axel Davy <[email protected]> | 2015-05-07 00:03:21 +0200 |
---|---|---|
committer | Axel Davy <[email protected]> | 2015-08-21 22:21:46 +0200 |
commit | 4c126f0b5837227d93e481fb04e43c96b3316413 (patch) | |
tree | e7efd0e8a22456798a2e9fa5d137b469fbe1312e /src/gallium/state_trackers/nine/basetexture9.h | |
parent | 41f54040e20d40e5e2ecbf73c09dcb4a154c4577 (diff) |
st/nine: Track managed textures
Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/basetexture9.h')
-rw-r--r-- | src/gallium/state_trackers/nine/basetexture9.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/nine/basetexture9.h b/src/gallium/state_trackers/nine/basetexture9.h index 9d6fb0c002a..9489824299f 100644 --- a/src/gallium/state_trackers/nine/basetexture9.h +++ b/src/gallium/state_trackers/nine/basetexture9.h @@ -30,7 +30,8 @@ struct NineBaseTexture9 { struct NineResource9 base; - struct list_head list; + struct list_head list; /* for update_textures */ + struct list_head list2; /* for managed_textures */ /* g3d */ struct pipe_context *pipe; |