st/mesa: better handling of indirect addressing of temp/const register files
[mesa.git] / src / gallium / state_trackers / dri / sw / drisw.h
index c0c874f7326a7229a902e8eb240253d3b0f60fa1..6c6c891f356c9f03dcb40f43d93dfd58cf66ce3f 100644 (file)
 const __DRIconfig **
 drisw_init_screen(__DRIscreen * sPriv);
 
-void
-drisw_update_drawable_info(struct dri_drawable *drawable);
-
-void
-drisw_flush_frontbuffer(struct dri_drawable *drawable,
-                        enum st_attachment_type statt);
-
-void
-drisw_allocate_textures(struct dri_drawable *drawable,
-                        unsigned mask);
-
 void drisw_swap_buffers(__DRIdrawable * dPriv);
 
 #endif /* DRISW_H */