summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_context.h
diff options
context:
space:
mode:
authorMaarten Lankhorst <[email protected]>2013-09-02 17:08:48 +0200
committerMaarten Lankhorst <[email protected]>2013-09-02 17:09:21 +0200
commitad4dc7723199b3052231f5b4aed1bd1ba1505025 (patch)
tree7745387dcdcba6015b865e47767d04376f0e0cce /src/gallium/drivers/nvc0/nvc0_context.h
parent3e81b8eedd48bb80900522bceebf6f81c6a00312 (diff)
nvc0: restore viewport after blit
Based on calim's original fix in the nine branch. Signed-off-by: Maarten Lankhorst <[email protected]> Cc: "9.2 and 9.1" <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_context.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_context.h b/src/gallium/drivers/nvc0/nvc0_context.h
index a175f0acc9a..0baf811f3d7 100644
--- a/src/gallium/drivers/nvc0/nvc0_context.h
+++ b/src/gallium/drivers/nvc0/nvc0_context.h
@@ -198,6 +198,7 @@ struct nvc0_context {
struct pipe_surface *surfaces[2][NVC0_MAX_SURFACE_SLOTS];
uint16_t surfaces_dirty[2];
uint16_t surfaces_valid[2];
+ uint32_t vport_int[2];
struct util_dynarray global_residents;