diff options
author | Daniel Stone <daniels@collabora.com> | 2017-01-17 15:00:42 +0000 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2017-01-30 18:56:50 +0000 |
commit | 4938f93f578c0d73d63068e4a777250fce7db430 (patch) | |
tree | f358fd96555d229514a1a10b602a75caa6d5a4e1 /protocol | |
parent | ffff92d592e1635a7ee4511ad3e080f7576553bd (diff) |
tests: Remove buffer-count
buffer-count was introduced in line with a Mesa change which forced
an earlier block on frame events to try to enforce double-buffering
where available.
The Mesa change has since been reverted (Mesa commit 9ca6711faa), as
this had unpleasant interactions with buffer_age in particular, so this
test is no longer valid.
Additionally, it only worked on backends which initialised EGL (not
headless-backend, where tests generally run), which can be flaky due to
initialisation races. Not only that, but on the DRM backend, we can
legitimately enter triple-buffering due to promoting the surface to a
hardware plane, skipping GPU composition.
In light of all this, just remove the test.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/weston-test.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocol/weston-test.xml b/protocol/weston-test.xml index 587f0cf7..74a15214 100644 --- a/protocol/weston-test.xml +++ b/protocol/weston-test.xml @@ -64,13 +64,6 @@ <arg name="x" type="fixed"/> <arg name="y" type="fixed"/> </event> - <request name="get_n_egl_buffers"> - <!-- causes a n_egl_buffers event to be sent which reports how many - buffer objects are live for the client --> - </request> - <event name="n_egl_buffers"> - <arg name="n" type="uint"/> - </event> <request name="capture_screenshot"> <description summary="records current screen image"> Records an image of what is currently displayed on a given |