4 #include "pipe/p_compiler.h"
10 * This callback struct is intended for the winsys to call the loader.
12 struct drisw_loader_funcs
14 void (*put_image
) (struct dri_drawable
*dri_drawable
,
15 void *data
, unsigned width
, unsigned height
);
19 * Implemented by the drisw target.
21 struct pipe_screen
* drisw_create_screen(struct drisw_loader_funcs
*lf
);