[Mesa-dev] [PATCH 07/10] r600g: Add is_rat flag to r600_resource_texture

Tom Stellard tstellar at gmail.com
Wed Jun 27 08:37:31 PDT 2012


---
 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 13fce00..d1f3a47 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;
-- 
1.7.7.6



More information about the mesa-dev mailing list