Browse Source

vc4: Remove dead fields from vc4_surface.

tags/10.6-branchpoint
Eric Anholt 10 years ago
parent
commit
39b6f7e76c
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/gallium/drivers/vc4/vc4_resource.h

+ 0
- 3
src/gallium/drivers/vc4/vc4_resource.h View File

@@ -46,9 +46,6 @@ struct vc4_surface {
struct pipe_surface base;
uint32_t offset;
uint32_t stride;
uint32_t width;
uint16_t height;
uint16_t depth;
uint8_t tiling;
};


Loading…
Cancel
Save