summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/vc5_resource.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-12-15 14:40:24 -0800
committerEric Anholt <[email protected]>2017-12-19 13:40:30 -0800
commita13e9915c26c4cba7bcba871b41335a5a291a744 (patch)
treec68fb8670191b3d638c1703a1f41e69f1067e58e /src/gallium/drivers/vc5/vc5_resource.h
parent7a30517cce8f3acce4cc22e510068da7fc89b4a1 (diff)
broadcom/vc5: Use u_transfer_helper for MSAA mappings.
Diffstat (limited to 'src/gallium/drivers/vc5/vc5_resource.h')
-rw-r--r--src/gallium/drivers/vc5/vc5_resource.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/vc5/vc5_resource.h b/src/gallium/drivers/vc5/vc5_resource.h
index cb4b86ccdec..688f03d53f5 100644
--- a/src/gallium/drivers/vc5/vc5_resource.h
+++ b/src/gallium/drivers/vc5/vc5_resource.h
@@ -68,9 +68,6 @@ enum vc5_tiling_mode {
struct vc5_transfer {
struct pipe_transfer base;
void *map;
-
- struct pipe_resource *ss_resource;
- struct pipe_box ss_box;
};
struct vc5_resource_slice {