aboutsummaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2020-04-23 17:58:48 -0700
committerMarge Bot <[email protected]>2020-06-03 23:12:22 +0000
commite81c07de41c7f6f585a2c6aa0c67b1082b609b8f (patch)
tree6b0fc595e0e7858afcaff98f138313c1de72ee21 /scons
parent8cbe9535482f3efd27fbcbb90a329e6567e8c961 (diff)
iris: Bracket batch operations which access memory within sync regions.
This delimits all batch operations which access memory between iris_batch_sync_region_start() and iris_batch_sync_region_end() calls. This makes sure that any buffer objects accessed within the region are considered in use through the same caching domain until the end of the region. Adding any buffer to the batch validation list outside of a sync region will lead to an assertion failure in a future commit, unless the caller explicitly opted out of the cache tracking mechanism. Reviewed-by: Kenneth Graunke <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3875>
Diffstat (limited to 'scons')
0 files changed, 0 insertions, 0 deletions