diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2014-04-05 09:22:15 -0500 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2014-06-18 10:45:50 -0700 |
commit | 549a53f18638438aba183dfdd1e0b6650985c3eb (patch) | |
tree | 14011b1578b2eba7077857844df1b2a604eacb15 /.gitignore | |
parent | 26714b4718ec877418c9a8faa111d8b9def7b0a1 (diff) |
Add a simple client for testing compositor damage handling
This allows for easily testing a compositor's damage tracking in all
currently available configurations including wl_surface.buffer_transform,
wl_surface.buffer_scale, and wl_viewport. It also includes a
--rotating-damage that flag instructs the client to change the
wl_surface.buffer_transform on every commit. This tests the compositor for
proper handling of texture uploads even when the transform has changed but
the buffer size hasn't.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ weston-scaler weston-simple-egl weston-simple-shm weston-simple-touch +weston-simple-damage weston-smoke weston-stacking weston-subsurfaces |