diff options
author | Kenneth Graunke <[email protected]> | 2013-07-03 14:26:01 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-07-09 14:09:10 -0700 |
commit | ec995de6fbafe8d6018b91ca130abac760112475 (patch) | |
tree | b2f6bdd022d6ba1bc58b7d33c0811d94edbeff9e /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 329779a0b45b63be17627f026533c80b2c8f7991 (diff) |
i965: Move intel_context::stats_wm to brw_context.
Signed-off-by: Kenneth Graunke <[email protected]>
Acked-by: Chris Forbes <[email protected]>
Acked-by: Paul Berry <[email protected]>
Acked-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index fc3208ba026..6ca4b2eb314 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -833,6 +833,8 @@ struct brw_context */ bool is_front_buffer_reading; + GLuint stats_wm; + /** * drirc options: * @{ |