diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_resource_texture.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_resource_texture.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_texture.h b/src/gallium/drivers/svga/svga_resource_texture.h index eb85c698c98..57ed0f5a93d 100644 --- a/src/gallium/drivers/svga/svga_resource_texture.h +++ b/src/gallium/drivers/svga/svga_resource_texture.h @@ -126,15 +126,5 @@ svga_texture_from_handle(struct pipe_screen * screen, -enum SVGA3dSurfaceFormat -svga_translate_format(struct svga_screen *ss, - enum pipe_format format, - unsigned bind); - -enum SVGA3dSurfaceFormat -svga_translate_format_render(struct svga_screen *ss, - enum pipe_format format, - unsigned bind); - #endif /* SVGA_TEXTURE_H */ |