diff options
author | Jakob Bornecrantz <[email protected]> | 2011-04-07 18:46:09 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-23 07:58:45 -0600 |
commit | 4e0ae3e34f50d1f66a04337b563da22250c8b8d2 (patch) | |
tree | 7e74cfb2cedd929246bf6bbbf5c95992c73edac7 /src/gallium/drivers/svga/svga_resource_texture.h | |
parent | fd69fc87444af8ead30b4af64598a98df7969397 (diff) |
svga: Expose the new depth formats
Diffstat (limited to 'src/gallium/drivers/svga/svga_resource_texture.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_resource_texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_texture.h b/src/gallium/drivers/svga/svga_resource_texture.h index 9a2911c2a95..fac6a375495 100644 --- a/src/gallium/drivers/svga/svga_resource_texture.h +++ b/src/gallium/drivers/svga/svga_resource_texture.h @@ -127,10 +127,10 @@ svga_texture_from_handle(struct pipe_screen * screen, enum SVGA3dSurfaceFormat -svga_translate_format(enum pipe_format format); +svga_translate_format(struct svga_screen *ss, enum pipe_format format); enum SVGA3dSurfaceFormat -svga_translate_format_render(enum pipe_format format); +svga_translate_format_render(struct svga_screen *ss, enum pipe_format format); #endif /* SVGA_TEXTURE_H */ |