From 545471018e8325bd4c3283728c596f307071a685 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Wed, 16 Jan 2008 13:18:46 +1100 Subject: nouveau: gallium changes.. --- src/mesa/pipe/nv50/nv50_surface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/pipe/nv50') diff --git a/src/mesa/pipe/nv50/nv50_surface.c b/src/mesa/pipe/nv50/nv50_surface.c index 44e6728b26..d207994688 100644 --- a/src/mesa/pipe/nv50/nv50_surface.c +++ b/src/mesa/pipe/nv50/nv50_surface.c @@ -84,8 +84,6 @@ nv50_init_surface_functions(struct nv50_context *nv50) nv50->pipe.get_tex_surface = nv50_get_tex_surface; nv50->pipe.get_tile = pipe_get_tile_raw; nv50->pipe.put_tile = pipe_put_tile_raw; - nv50->pipe.get_tile_rgba = pipe_get_tile_rgba; - nv50->pipe.put_tile_rgba = pipe_put_tile_rgba; nv50->pipe.surface_data = nv50_surface_data; nv50->pipe.surface_copy = nv50_surface_copy; nv50->pipe.surface_fill = nv50_surface_fill; -- cgit v1.2.3