summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-06-30 18:29:17 +0200
committerMarek Olšák <[email protected]>2013-07-08 20:25:18 +0200
commit1faa37557373aa29169aa4e3b95c6dcf5aced025 (patch)
treec8ea228ad17e5423a44c4f8e5f646ef3b8ec3759 /src/gallium/drivers/r600/r600_pipe.h
parent287b2fa115f95f675f7b7915777ed29d8e9d6f44 (diff)
r600g: improve the mechanism for recognizing an empty CS
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index d5f54c4482e..3fad311da2e 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -533,6 +533,7 @@ struct r600_context {
struct u_suballocator *allocator_so_filled_size;
struct u_suballocator *allocator_fetch_shader;
struct util_slab_mempool pool_transfers;
+ unsigned initial_gfx_cs_size;
/* Hardware info. */
enum radeon_family family;