diff options
author | Nicolai Hähnle <[email protected]> | 2016-09-08 10:05:55 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-09-27 16:45:20 +0200 |
commit | a3832590c60e3016a94bbba79072b2913585a672 (patch) | |
tree | 13111b78854238057290147af2c29597c6997b76 /src/gallium/drivers | |
parent | a987e4377a0a11cf05ffe57c7f8596b82409a5d9 (diff) |
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_winsys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h index cce79282031..55f0395bfba 100644 --- a/src/gallium/drivers/radeon/radeon_winsys.h +++ b/src/gallium/drivers/radeon/radeon_winsys.h @@ -641,6 +641,9 @@ struct radeon_winsys { /** * Return the buffer list. * + * This is the buffer list as passed to the kernel, i.e. it only contains + * the parent buffers of sub-allocated buffers. + * * \param cs Command stream * \param list Returned buffer list. Set to NULL to query the count only. * \return The buffer count. |