浏览代码

nouveau: gallium changes..

tags/mesa_20090313
Ben Skeggs 17 年前
父节点
当前提交
545471018e
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0
    2
      src/mesa/pipe/nv40/nv40_surface.c
  2. 0
    2
      src/mesa/pipe/nv50/nv50_surface.c

+ 0
- 2
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;

+ 0
- 2
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;

正在加载...
取消
保存