diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 18:38:48 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 18:38:48 +0100 |
commit | 639061edb3ac35a24e4d6633c9b6384434dcac64 (patch) | |
tree | 56ae81e7eec85622c3bd09b444aee08478083660 /src/radeon.h | |
parent | 85711a0a6a553232b603dbbb2b2d234c35391578 (diff) |
radeon: move more functions into texture video
make more thing static.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 76af6416..c80aae93 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -494,7 +494,6 @@ typedef struct { struct radeon_surface_manager *surf_man; struct radeon_surface front_surface; - /* Xv bicubic filtering */ struct radeon_bo *bicubic_bo; |