[PATCH v3 xserver] tests: Fix typo

2017-01-13 Thread Mihail Konev
Remove redundrant/incorrect automake assignment. Buglink: https://lists.x.org/archives/xorg-devel/2017-January/052320.html Reported-by: Michel Dänzer Signed-off-by: Mihail Konev --- v3: reword test/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH v2 xserver] tests: Fix DEPENDENCIES typo

2017-01-13 Thread Mihail Konev
704a867 preserves DEPENDENCIES = LIBADD, but it breaks user-supplied -l/-L. Remove the assignment, as automake already does this. Buglink: https://lists.x.org/archives/xorg-devel/2017-January/052320.html Reported-by: Michel Dänzer Signed-off-by: Mihail Konev ---

[PATCH xserver] tests: Fix LDADD

2017-01-13 Thread Mihail Konev
704a867 tries to preserve libxservertest_la_LIBADD violations, but it breaks some use cases. Follow the automake manual. Buglink: https://lists.x.org/archives/xorg-devel/2017-January/052320.html Reported-by: Michel Dänzer Signed-off-by: Mihail Konev ---

[PATCH xserver] tests: link against libos too

2017-01-13 Thread Giuseppe Bilotta
Without it, compiling tests fails due to the xsha1 functions defined in libos and referenced from HashGlyph in render. Signed-off-by: Giuseppe Bilotta --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am

Re: Performance drop when updating > 500k pixels

2017-01-13 Thread Pierre Ossman
On 12/01/17 13:53, Pierre Ossman wrote: > > For small updates I see performance growing logarithmically, measured in > pixels/second. At around 500k pixels it starts leveling off at ~1.5 > Gpixels/second. After that the performance starts dropping linearly as > the update grows. I'll answer

Re: [PATCH xserver 03/10] tests: Convert test/xi2/ to single binary

2017-01-13 Thread Emil Velikov
Hi Mihail, On 30 December 2016 at 08:30, Mihail Konev wrote: > Instead of multiple test binaries, use a single one which executes > a test depending on the command-line argument being passed. > > For testsuite, emulate multiple binaries with shell scripts > that pass an appropriate

Re: [PATCH libdrm v2 2/4] xf86drm: Add USB support

2017-01-13 Thread Mark Kettenis
> From: Thierry Reding > Date: Thu, 12 Jan 2017 23:04:27 +0100 > > Allow DRM/KMS devices hosted on USB to be detected by the drmDevice > infrastructure. > > v2: > - make sysfs_uevent_get() more flexible using a format string > > Signed-off-by: Thierry Reding