diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 20:23:48 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-21 21:17:20 -0700 |
commit | 4211d2d4618ace01c70b86f69d8d0d297f83d74d (patch) | |
tree | 180f209a6315209e8f38584276da89de8367d9cc /src/mesa/pipe/softpipe/sp_surface.h | |
parent | c14773b06be1229ada36be8c1a2b3a2dad846285 (diff) |
gallium: move softpipe_get_tex_surface() prototype
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_surface.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_surface.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h index b652e7598e..f06a325dae 100644 --- a/src/mesa/pipe/softpipe/sp_surface.h +++ b/src/mesa/pipe/softpipe/sp_surface.h @@ -36,13 +36,6 @@ struct pipe_context; struct softpipe_context; -struct softpipe_tile_cache; - - -extern struct pipe_surface * -softpipe_get_tex_surface(struct pipe_context *pipe, - struct pipe_texture *pt, - unsigned face, unsigned level, unsigned zslice); extern void |