diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-01-16 13:18:46 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-01-16 13:18:46 +1100 |
commit | 545471018e8325bd4c3283728c596f307071a685 (patch) | |
tree | 88bc68e82378be016a7c447d7c3b22efc171bbf1 /src/mesa/pipe | |
parent | 3119e9a14b66fcfb08fcc3563602273dd2e1893c (diff) |
nouveau: gallium changes..
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_surface.c | 2 | ||||
-rw-r--r-- | src/mesa/pipe/nv50/nv50_surface.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/nv40/nv40_surface.c b/src/mesa/pipe/nv40/nv40_surface.c index ed144c636c..91ac9e3694 100644 --- a/src/mesa/pipe/nv40/nv40_surface.c +++ b/src/mesa/pipe/nv40/nv40_surface.c @@ -146,8 +146,6 @@ nv40_init_surface_functions(struct nv40_context *nv40) nv40->pipe.get_tex_surface = nv40_get_tex_surface; nv40->pipe.get_tile = pipe_get_tile_raw; nv40->pipe.put_tile = pipe_put_tile_raw; - nv40->pipe.get_tile_rgba = pipe_get_tile_rgba; - nv40->pipe.put_tile_rgba = pipe_put_tile_rgba; nv40->pipe.surface_data = nv40_surface_data; nv40->pipe.surface_copy = nv40_surface_copy; nv40->pipe.surface_fill = nv40_surface_fill; 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; |