diff options
author | Brian <[email protected]> | 2007-10-31 18:29:00 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 18:29:00 -0600 |
commit | 4c7be3faa353aace2237b1f565bd42612002b65a (patch) | |
tree | 508c62d062eb96a03a02222aa6b5bf280f21242e /src/mesa/pipe/xlib/xmesaP.h | |
parent | 1103e9c3d0c3ba636837250eea3d50956a3b1e02 (diff) |
Clean up xmesa winsys stuff
Plug xmesa_is_format_supported() into the softpipe_winsys object.
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index d0e8f324305..d42b2b3fb91 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); |