diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-03-13 16:38:02 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-03-13 16:38:02 +0000 |
commit | ee6b3bc730fcdaf8da3646d62f04578ec06d36a1 (patch) | |
tree | dfe2215194d09925ef085d114298078703628e4d /src/gallium/drivers/i965/brw_screen_surface.c | |
parent | 1830880212445189fe267d615075239ed17c7cc0 (diff) |
wip2
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen_surface.c')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_screen_surface.c b/src/gallium/drivers/i965/brw_screen_surface.c index 904df813dd..9cd2421245 100644 --- a/src/gallium/drivers/i965/brw_screen_surface.c +++ b/src/gallium/drivers/i965/brw_screen_surface.c @@ -198,7 +198,7 @@ static struct brw_surface *create_in_place_view( struct brw_screen *brw_screen, /* Get a surface which is view into a texture */ static struct pipe_surface *brw_get_tex_surface(struct pipe_screen *screen, - struct pipe_texture *pt, + struct pipe_resource *pt, unsigned face, unsigned level, unsigned zslice, unsigned usage ) |