diff options
Diffstat (limited to 'src/gallium/state_trackers/dri/common/dri_drawable.h')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_drawable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_drawable.h b/src/gallium/state_trackers/dri/common/dri_drawable.h index 50e5cc4..c514218 100644 --- a/src/gallium/state_trackers/dri/common/dri_drawable.h +++ b/src/gallium/state_trackers/dri/common/dri_drawable.h @@ -71,7 +71,8 @@ struct dri_drawable struct pipe_surface *drisw_surface; /* hooks filled in by dri2 & drisw */ - void (*allocate_textures)(struct dri_drawable *drawable, + void (*allocate_textures)(struct dri_context *ctx, + struct dri_drawable *drawable, const enum st_attachment_type *statts, unsigned count); |