diff options
author | Tom Stellard <[email protected]> | 2012-06-22 17:02:33 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-07-09 13:41:18 +0000 |
commit | 9d3644137427893b1deb629410ebc68c89f26d74 (patch) | |
tree | b21ed9d2cda8721f59d47d50d4b8cf0ef792e969 /src/gallium/drivers/r600/r600_resource.h | |
parent | 3d3194e93cbfe0fc42dd96218e8e999f5ccfe726 (diff) |
r600g: Add is_rat flag to r600_resource_texture
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 13fce002df5..d1f3a4766ca 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -58,6 +58,7 @@ struct r600_resource_texture { unsigned size; unsigned tile_type; bool is_depth; + bool is_rat; unsigned dirty_db; struct r600_resource_texture *stencil; /* Stencil is in a separate buffer on Evergreen. */ struct r600_resource_texture *flushed_depth_texture; |