diff options
author | Eric Anholt <[email protected]> | 2018-02-20 17:07:09 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-07-13 13:29:29 -0700 |
commit | d009463a654953a5113be648bc8d35f654afba3e (patch) | |
tree | ff116681b93676b5189631c77e9b9fc939167a7e /src/gallium/drivers/vc4/vc4_resource.h | |
parent | afcc714c981d421f246da60a515f86c73a58c7b0 (diff) |
vc4: Switch to using u_transfer_helper for MSAA maps.
No requirement, just reduces code duplication.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_resource.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_resource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/vc4/vc4_resource.h b/src/gallium/drivers/vc4/vc4_resource.h index d4c491e50b8..8c0aadbccb7 100644 --- a/src/gallium/drivers/vc4/vc4_resource.h +++ b/src/gallium/drivers/vc4/vc4_resource.h @@ -32,9 +32,6 @@ struct vc4_transfer { struct pipe_transfer base; void *map; - - struct pipe_resource *ss_resource; - struct pipe_box ss_box; }; struct vc4_resource_slice { |