diff options
author | Marek Olšák <[email protected]> | 2011-10-08 01:06:36 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-10-08 02:21:24 +0200 |
commit | 20788a908b23362ca2804010f6ac8504894ed32c (patch) | |
tree | 4d73b8d3f3d68a94826a336f1e49712813fc19eb /src/gallium/drivers/r300/r300_texture.h | |
parent | 93c26d8baf5294b77e019b90d9995b5da565ea3c (diff) |
r300g: remove unused r300_resource::tex_offset
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 158a387478f..0da07235a69 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -48,7 +48,6 @@ uint32_t r500_tx_format_msb_bit(enum pipe_format format); boolean r300_resource_set_properties(struct pipe_screen *screen, struct pipe_resource *tex, - unsigned offset, const struct pipe_resource *new_properties); boolean r300_is_colorbuffer_format_supported(enum pipe_format format); |