commit | 1207482a0340bfe92e2ff764e55d619c8036a47d | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Sun Feb 21 15:47:45 2010 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Sun Feb 21 15:50:33 2010 +0800 |
tree | 23d6ec5d4bcb00962233a80ff3e2f55f808a960e | |
parent | f96e8a033b212b54a80622839579c99dff2378fc [diff] |
st/egl: Disable SHM in ximage backend. With pipe_screen::update_buffer being called in st_validate_state, it is likely that softpipe will flush tile caches to a detached SHM segment. Disable SHM for now until a better solution is found.