diff options
author | José Fonseca <[email protected]> | 2011-02-11 21:55:29 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-02-14 10:53:54 +0000 |
commit | 9305e93114542632384eb38da08018b4b9d1ab96 (patch) | |
tree | fc1383030e56c5bb4faaa957916cf3c0b52ab0a4 /src/gallium/drivers/svga/svga_surface.h | |
parent | a0c293ec117c8a6f471061076ba87e245759e0f6 (diff) |
svga: Set the appropriate flags when creating sampler/surface views.
Diffstat (limited to 'src/gallium/drivers/svga/svga_surface.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_surface.h b/src/gallium/drivers/svga/svga_surface.h index afb8326e1f3..755121945de 100644 --- a/src/gallium/drivers/svga/svga_surface.h +++ b/src/gallium/drivers/svga/svga_surface.h @@ -64,6 +64,7 @@ svga_surface_needs_propagation(struct pipe_surface *surf); struct svga_winsys_surface * svga_texture_view_surface(struct pipe_context *pipe, struct svga_texture *tex, + SVGA3dSurfaceFlags flags, SVGA3dSurfaceFormat format, unsigned start_mip, unsigned num_mip, |