diff options
author | Nicolai Hähnle <[email protected]> | 2016-09-27 18:59:56 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-10-05 15:42:13 +0200 |
commit | 616e36674a1079dcfa131b3c9155cc473441b3de (patch) | |
tree | 329382b2958e2fbb03e296906f6c7498082ae1a9 /src/gallium/drivers/r300/r300_screen.h | |
parent | e56e1f8119f28eebbe6fbe7040c80a6dd884f5fd (diff) |
r300: use the new parent/child pools for transfers (v2)
v2: slab_alloc_st -> slab_alloc
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index 5cd5a4005c3..4b783af959d 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -44,6 +44,8 @@ struct r300_screen { /** Combination of DBG_xxx flags */ unsigned debug; + struct slab_parent_pool pool_transfers; + /* The MSAA texture with CMASK access; */ struct pipe_resource *cmask_resource; pipe_mutex cmask_mutex; |