commit | a727c804a2c17db306c68e259ae845aa6382d3b1 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Tue Sep 05 09:58:08 2017 +0200 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Sep 07 12:43:29 2017 +0200 |
tree | 57b09c44646aa67ae9e121fc4f05365ec371aec5 | |
parent | e4018fdd85d8b58250c2cff8cdf4edd6b2b3c70b [diff] |
loader/dri3: Process event after each fence wait This tries to mimic dri2 behaviour where events are typically processed while waiting for X replies. Since, during steady-state dri3 rendering, we seldom wait for xcb replies, and haven't enabled any automatic event processing, instead check for events after a fence wait. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>