projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3194e
)
r600g: Add is_rat flag to r600_resource_texture
author
Tom Stellard
<thomas.stellard@amd.com>
Fri, 22 Jun 2012 17:02:33 +0000
(17:02 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 9 Jul 2012 13:41:18 +0000
(13:41 +0000)
src/gallium/drivers/r600/r600_resource.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_resource.h
b/src/gallium/drivers/r600/r600_resource.h
index 13fce002df50e2af8ce3f81d64b69cba63d61c0c..d1f3a4766cafa4af2dc71ee6a4a06b3112707cfc 100644
(file)
--- 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;