diff options
author | Keith Whitwell <[email protected]> | 2008-05-02 17:55:22 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-02 17:55:22 +0100 |
commit | 7849ccb2a7dba3b9d751acaac9dd9aec3abe3b59 (patch) | |
tree | 1b42c5335fc12e36c905d03fc5bce957e1b64a6c /src/gallium/drivers/i965simple | |
parent | 5cb29dae06a4d97dc40ac7573e7ae7211e329b3c (diff) |
brw: remove dead code
Diffstat (limited to 'src/gallium/drivers/i965simple')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_tex_layout.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/i965simple/brw_tex_layout.c b/src/gallium/drivers/i965simple/brw_tex_layout.c index ba4c4a7bcf5..78ae0b1223e 100644 --- a/src/gallium/drivers/i965simple/brw_tex_layout.c +++ b/src/gallium/drivers/i965simple/brw_tex_layout.c @@ -357,14 +357,6 @@ brw_texture_release_screen(struct pipe_screen *screen, } -static void -brw_texture_update(struct pipe_context *pipe, struct pipe_texture *texture, - uint face, uint levelsMask) -{ - /* no-op? */ -} - - static struct pipe_surface * brw_get_tex_surface_screen(struct pipe_screen *screen, struct pipe_texture *pt, |