aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_resource.h
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2019-08-25 19:04:01 +0800
committerQiang Yu <[email protected]>2019-09-23 09:48:55 +0800
commit7f7ac21088603aa1ab70119bba3fd97317435276 (patch)
treef11043b502bb85b0d7278cd4b29600a7913e3525 /src/gallium/drivers/lima/lima_resource.h
parent4ed569eed771a1b70b485430c8b595d817232b1c (diff)
lima: move damage bound build to resource
Reviewed-and-Tested-by: Vasily Khoruzhick <[email protected]> Signed-off-by: Qiang Yu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/lima/lima_resource.h')
-rw-r--r--src/gallium/drivers/lima/lima_resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_resource.h b/src/gallium/drivers/lima/lima_resource.h
index 7e7a9628a86..3c2afd8aa4c 100644
--- a/src/gallium/drivers/lima/lima_resource.h
+++ b/src/gallium/drivers/lima/lima_resource.h
@@ -40,6 +40,7 @@ struct lima_resource_level {
struct lima_damage_region {
struct pipe_scissor_state *region;
+ struct pipe_scissor_state bound;
unsigned num_region;
bool aligned;
};