summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib/xm_api.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 18:29:00 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 18:29:00 -0600
commit4c7be3faa353aace2237b1f565bd42612002b65a (patch)
tree508c62d062eb96a03a02222aa6b5bf280f21242e /src/mesa/pipe/xlib/xm_api.c
parent1103e9c3d0c3ba636837250eea3d50956a3b1e02 (diff)
Clean up xmesa winsys stuff
Plug xmesa_is_format_supported() into the softpipe_winsys object.
Diffstat (limited to 'src/mesa/pipe/xlib/xm_api.c')
-rw-r--r--src/mesa/pipe/xlib/xm_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/xlib/xm_api.c b/src/mesa/pipe/xlib/xm_api.c
index 1693530fbf..a05ff358c0 100644
--- a/src/mesa/pipe/xlib/xm_api.c
+++ b/src/mesa/pipe/xlib/xm_api.c
@@ -1489,8 +1489,8 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
*/
#if 0
mesaCtx->st->pipe->surface_alloc = xmesa_surface_alloc;
-#endif
mesaCtx->st->pipe->is_format_supported = xmesa_is_format_supported;
+#endif
mesaCtx->st->pipe->get_tile_rgba = xmesa_get_tile_rgba;
mesaCtx->st->pipe->put_tile_rgba = xmesa_put_tile_rgba;