diff options
author | Sagar Ghuge <[email protected]> | 2019-01-15 14:15:07 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:11 -0800 |
commit | c24a574e6c78db038d7aa6c4605bf6a8a892f7ab (patch) | |
tree | 17f9f852fdba7f52103e86db7f63c7a427961387 /src/glx/apple/apple_glx_context.h | |
parent | a1ebac3750e3eb1e8caab85eeddf4d98c7d29167 (diff) |
iris: Don't allocate a BO per query object
Instead of allocating 4K BO per query object, we can create a large blob
of memory and split it into pieces as required.
Having one BO for multiple query objects, we don't want to wait on all
of them, instead when we write last snapshot, we create a sync point, and
check syncpoints while waiting on particular object.
Signed-off-by: Sagar Ghuge <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx_context.h')
0 files changed, 0 insertions, 0 deletions