From 4c7be3faa353aace2237b1f565bd42612002b65a Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 18:29:00 -0600 Subject: Clean up xmesa winsys stuff Plug xmesa_is_format_supported() into the softpipe_winsys object. --- src/mesa/pipe/xlib/xmesaP.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/pipe/xlib/xmesaP.h') diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index d0e8f32430..d42b2b3fb9 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -548,9 +548,6 @@ xmesa_surface_alloc(struct pipe_context *pipe, GLuint format); extern struct pipe_surface * xmesa_new_color_surface(struct pipe_context *pipe, GLuint format); -extern boolean -xmesa_is_format_supported(struct pipe_context *pipe, uint format); - extern void xmesa_get_tile_rgba(struct pipe_context *pipe, struct pipe_surface *ps, uint x, uint y, uint w, uint h, float *p); -- cgit v1.2.3