diff options
author | Marek Olšák <[email protected]> | 2012-08-13 19:52:57 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-08-27 04:31:00 +0200 |
commit | 48edfe0505ee79d35f770f53b9c9b7ca3c69fd2b (patch) | |
tree | 2c44b3a9fcad64a48df83e7d8faf9e998a76cb1a /src/gallium/drivers/r600/r600_resource.h | |
parent | 3ac54ac2c85d3ed035a9f1cbcc7de7010c609cfb (diff) |
r600g: cleanup names around depth decompression
for consistency with the upcoming color decompression naming
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 3497ca96636..7beab0fa110 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -51,7 +51,7 @@ struct r600_texture { unsigned tile_type; bool is_depth; bool is_rat; - unsigned dirty_db_mask; /* each bit says if that miplevel is dirty */ + unsigned dirty_level_mask; /* each bit says if that mipmap is compressed */ struct r600_texture *flushed_depth_texture; boolean is_flushing_texture; struct radeon_surface surface; |