diff options
author | Keith Whitwell <[email protected]> | 2010-03-04 13:22:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-04 13:22:21 +0000 |
commit | 4b61fd22a87342bafc3da2264b68537c6eb80375 (patch) | |
tree | ae4b4b35d4ef61ae298c91cc9caf12f62a5bdb1c /src/gallium/drivers/r300/r300_texture.h | |
parent | d160eed005e75d8933562f4880dfc84033011ac5 (diff) |
r300g: remove dead r300_get_texture_buffer function
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 46a5fb6188b..138b62784e6 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -60,13 +60,11 @@ r300_video_surface(struct pipe_video_surface *pvs) return (struct r300_video_surface *)pvs; } -#ifndef R300_WINSYS_H - +/* Used internally for texture_is_referenced() + */ boolean r300_get_texture_buffer(struct pipe_screen* screen, struct pipe_texture* texture, struct pipe_buffer** buffer, unsigned* stride); -#endif /* R300_WINSYS_H */ - #endif /* R300_TEXTURE_H */ |