ac/gpu_info: add has_format_bc1_through_bc7

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2018-05-02 19:04:10 -04:00
parent 2bd2c173e8
commit 14c5a93bfa
4 changed files with 7 additions and 6 deletions

View File

@@ -103,6 +103,7 @@ struct radeon_info {
bool has_gpu_reset_status_query;
bool has_gpu_reset_counter_query;
bool has_eqaa_surface_allocator;
bool has_format_bc1_through_bc7;
/* Shader cores. */
uint32_t r600_max_quad_pipes; /* wave size / 16 */