v3d: Add renderonly support.
[mesa.git] / src / gallium / drivers / v3d / v3d_resource.h
index 95ee0eb7d9cdda1b1b091c7273f58cbfe0ebc29f..80b1d6eb9adac9f8534eb38b85aa66a7dc2ccf8d 100644 (file)
@@ -122,6 +122,7 @@ struct v3d_surface {
 struct v3d_resource {
         struct pipe_resource base;
         struct v3d_bo *bo;
+        struct renderonly_scanout *scanout;
         struct v3d_resource_slice slices[VC5_MAX_MIP_LEVELS];
         uint32_t cube_map_stride;
         uint32_t size;