i965: track if image is created by a dmabuf
[mesa.git] / src / mesa / drivers / dri / i965 / intel_image.h
index 4ab8a49b8bbff4d40a2ffe483aa4133e93d6e34e..961b2712360520549219252963d1ce1379e36b65 100644 (file)
@@ -89,6 +89,7 @@ struct __DRIimageRec {
    GLuint tile_x;
    GLuint tile_y;
    bool has_depthstencil;
+   bool imported_dmabuf;
 
    /** Offset of the auxiliary compression surface in the bo. */
    uint32_t aux_offset;