diff options
author | Rob Clark <[email protected]> | 2013-08-31 09:14:27 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2013-09-14 13:31:58 -0400 |
commit | cb9e07aa84ff2dd8492fd8a7064ff2539d7d40f9 (patch) | |
tree | 5990926b76d9b849c70111e4a2c50090b6f3b3f7 /src/gallium/drivers/freedreno/a3xx/fd3_texture.h | |
parent | 71ffac691b8423d823a4637a0542ccb4005cc996 (diff) |
freedreno: multi-slice resources (cubemap, mipmap, etc)
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_texture.h')
-rw-r--r-- | src/gallium/drivers/freedreno/a3xx/fd3_texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_texture.h b/src/gallium/drivers/freedreno/a3xx/fd3_texture.h index a83f527366b..f7e5f0e650f 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_texture.h +++ b/src/gallium/drivers/freedreno/a3xx/fd3_texture.h @@ -51,6 +51,7 @@ fd3_sampler_stateobj(struct pipe_sampler_state *samp) struct fd3_pipe_sampler_view { struct pipe_sampler_view base; struct fd_resource *tex_resource; + uint32_t mipaddrs; uint32_t texconst0, texconst1, texconst2, texconst3; }; |