OSDN Git Service

r600g: Add is_rat flag to r600_resource_texture
authorTom Stellard <thomas.stellard@amd.com>
Fri, 22 Jun 2012 17:02:33 +0000 (17:02 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 9 Jul 2012 13:41:18 +0000 (13:41 +0000)
src/gallium/drivers/r600/r600_resource.h

index 13fce00..d1f3a47 100644 (file)
@@ -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;