diff options
author | Marek Olšák <[email protected]> | 2013-08-05 14:40:43 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-08-15 02:03:03 +0200 |
commit | 046917115997cf434869f38925a66e966ba1ee1b (patch) | |
tree | 2b263470d20b269450f780a9ce69d56ba9e55d85 /src/gallium/drivers/radeonsi/r600_resource.h | |
parent | 363b2805f7af8e9f20700eceddb107f0e1cdfa6c (diff) |
radeonsi: rename r600_texture::dirty_db_mask to dirty_level_mask
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/r600_resource.h b/src/gallium/drivers/radeonsi/r600_resource.h index 19cc1d99459..24db2a90dae 100644 --- a/src/gallium/drivers/radeonsi/r600_resource.h +++ b/src/gallium/drivers/radeonsi/r600_resource.h @@ -49,7 +49,7 @@ struct r600_texture { unsigned pitch_override; unsigned is_depth; - unsigned dirty_db_mask; /* each bit says if that miplevel is dirty */ + unsigned dirty_level_mask; /* each bit says if that miplevel is dirty */ struct r600_texture *flushed_depth_texture; boolean is_flushing_texture; struct radeon_surface surface; |