commit | 94c88c151cecae48ce1f4f01acddfaaad4b437f3 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Oct 09 14:30:56 2008 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu Oct 09 18:25:58 2008 -0700 |
tree | eff25f07c323167af6e216e7304f56735c291619 | |
parent | 3169d9639bd002b43e4064cea32e0d262076c1e0 [diff] |
Manage fences in user-mode bufmgr_fake to clean buffers When using bufmgr_fake without DRM, the X server idles the ring whenever it wants to wait for something to complete (brutal, but effective). In this case, bufmgr_fake must treat the pending fence as having passed. However, it wasn't recording the fences as it emitted them, nor cleaning buffers as they passed. Signed-off-by: Keith Packard <keithp@keithp.com>