summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/basetexture9.h
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2015-05-07 00:03:21 +0200
committerAxel Davy <[email protected]>2015-08-21 22:21:46 +0200
commit4c126f0b5837227d93e481fb04e43c96b3316413 (patch)
treee7efd0e8a22456798a2e9fa5d137b469fbe1312e /src/gallium/state_trackers/nine/basetexture9.h
parent41f54040e20d40e5e2ecbf73c09dcb4a154c4577 (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.h3
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;