[PATCH] present: Execute right away if target_msc equals current_msc

2015-10-28 Thread Jammy Zhou
It is according to the protocol: "If 'options' contains PresentOptionAsync, and the 'target-msc' is less than or equal to the current msc for 'window', then the operation will be performed as soon as possible, not necessarily waiting for the next vertical blank interval." Signed-off

[PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-04 Thread Jammy Zhou
Signed-off-by: Kai Guo kai@amd.com Signed-off-by: Jammy Zhou jammy.z...@amd.com --- glamor/glamor_egl.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 113450c..b230e39 100644 --- a/glamor

Expected behaviour for xrandr --fb

2012-01-04 Thread Jammy Zhou
Hi All, For the --fb option of xrandr, there is some description below in the man page. Besides the screen size change, I'm wondering if the display mode should also be updated to the closest mode of widthxheight if we just run xrandr --fb widthxheight. Can anybody here give some ideas? Thanks