diff options
author | Marek Olšák <[email protected]> | 2011-09-17 13:56:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-09-30 23:19:52 +0200 |
commit | 518557d74abd4ce035dae079ff6eb1b08cc639d0 (patch) | |
tree | d080bff97deb7653a9f22dff8c8c9d711452ba23 /src/gallium/drivers/r600/r600.h | |
parent | 6101b6d442b06a347c001fe85848d636ab7df260 (diff) |
r600g: move family and chip_class from struct radeon to r600_screen
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 7a16e758cda..d7b979b1b66 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -83,9 +83,6 @@ struct r600_tiling_info { unsigned group_bytes; }; -enum radeon_family r600_get_family(struct radeon *rw); -enum chip_class r600_get_family_class(struct radeon *radeon); - struct r600_resource { struct u_vbuf_resource b; |