gallium: Convert state trackers to drm driver interface
[mesa.git] / src / gallium / state_trackers / dri / drm / dri2.h
index 5b28850000b70bd23d2cea57c511e5f959dae4a3..07adfe4f6c55d59ad5cda810f0381c2204f4a49a 100644 (file)
 const __DRIconfig **
 dri2_init_screen(__DRIscreen * sPriv);
 
-void
-dri2_flush_frontbuffer(struct dri_drawable *drawable,
-                       enum st_attachment_type statt);
-
-void
-dri2_allocate_textures(struct dri_drawable *drawable,
-                       const enum st_attachment_type *statts,
-                       unsigned count);
-
-__DRIimage *
-dri2_lookup_egl_image(struct dri_context *ctx, void *handle);
-
 #endif /* DRI2_H */