Re: [PATCH synaptics] conf: ship a quirk for Cypress touchpads

2014-03-21 Thread Hans de Goede
Hi, On 03/20/2014 11:18 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- conf/11-x11-synaptics.fdi | 9 + conf/50-synaptics.conf| 12 2 files changed, 21 insertions(+) diff --git a/conf/11-x11-synaptics.fdi

Re: [PATCH synaptics] conf: ship a quirk for Cypress touchpads

2014-03-21 Thread Hans de Goede
Hi, On 03/21/2014 10:31 AM, Hans de Goede wrote: Hi, On 03/20/2014 11:18 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- conf/11-x11-synaptics.fdi | 9 + conf/50-synaptics.conf| 12 2 files changed, 21 insertions(+) diff

Re: [PATCH v2 synaptics] Disable GrabEventDevice by default

2014-03-21 Thread Hans de Goede
Hi, On 03/21/2014 04:08 AM, Peter Hutterer wrote: This was required when we started supporting hotplugging to avoid duplicate events. These days the drawback of not being able to record events in the case of a bug is significant, possibly more so than whatever static configurations are still

Re: [PATCH 07/20] glamor: Add simple upload/download functions in glamor_transfer

2014-03-21 Thread Daniel Stone
Hi, On 20 March 2014 20:27, Eric Anholt e...@anholt.net wrote: Daniel Stone dan...@fooishbar.org writes: This isn't natively supported on GLES; it requires GL_EXT_unpack_subimage, which isn't available on the vast majority of shipping GLES GPUs. (Yes, I know it's lame: it's seriously my #1

Re: [PATCH synaptics] conf: ship a quirk for Cypress touchpads

2014-03-21 Thread Hans de Goede
Hi, On 03/21/2014 03:57 PM, Adam Williamson wrote: On Fri, 2014-03-21 at 10:31 +0100, Hans de Goede wrote: Hi, On 03/20/2014 11:18 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- conf/11-x11-synaptics.fdi | 9 + conf/50-synaptics.conf| 12

[PATCH] xrandr: document how to disconnect RandR 1.4 providers

2014-03-21 Thread Aaron Plattner
Commit a6217be2d5a93a4c7b48f4081a4a8e14c3c97014 restored the ability to disconnect RandR 1.4 providers from each other, but it's not clear from the documentation how to actually do that. Try to clarify by mentioning it in the man page. Cc: Dave Airlie airl...@gmail.com Signed-off-by: Aaron

Re: [PATCH 00/10] First Glamor core acceleration attempt

2014-03-21 Thread Markus Wick
Am 2014-03-21 00:46, schrieb Keith Packard: Patches 7-9 are really nice, but there should be a glsl130+instancing fallback with another vertex format + shaders. I'd like to know which hardware is going to need this particular fallback? eg ironlake. But I more think about new GPU where the

Re: [PATCH 10/10] glamor: Add glamor_program based poly_text and image_text

2014-03-21 Thread Markus Wick
Am 2014-03-21 00:43, schrieb Keith Packard: more important to only get one mipmap level: max_level = 0 I copied this code from elsewhere; do you have a substitute suggestion? glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAX_LEVEL, 0); The other parameters are sampler parameters, max_level is a

Re: [PATCH 10/20] glamor: Add glamor_program based fill/set/get spans

2014-03-21 Thread Markus Wick
Am 2014-03-20 22:55, schrieb Keith Packard: tbh, without an PBO, this is wrose than the fb fallback as it's one stall per span. Yes, it's completely miserable. However, it will never be called as the only paths to get here are short-circuited above this in the driver. The only way to even

Re: [PATCH xts] Drop use of perl's given/when construct

2014-03-21 Thread Peter Harris
On 2014-03-19 04:47, Peter Hutterer wrote: On Tue, Mar 18, 2014 at 11:08:42AM -0400, Peter Harris wrote: The perl mongers have retroactively marked this construct experimental, five and a half years after it was marked stable.

Problems while compiling xorg on Ubuntu

2014-03-21 Thread pplive
Dear all, I try to compile xorg according to the following instruction: http://www.x.org/wiki/Building_the_X_Window_System/ When I tried to execute ./util/modular/build.sh --clone $HOME/build, I have received the following error information: sis_driver.c: In function 'SiS_GetSetBIOSScratch':

[PATCH] Revert glx: Make sure we get an FBConfig the root window's visual.

2014-03-21 Thread Eric Anholt
This reverts commit b5a61239e2fef167c229154d7919ff862503e3f3. Not only did I screw up and introduce a warning, it turns out glXChooseFBConfig() explicitly ignores this attribute. Thanks, GLX. Signed-off-by: Eric Anholt e...@anholt.net --- hw/kdrive/ephyr/ephyr_glamor_glx.c | 1 - 1 file

Re: [PATCH 06/10] glamor: Select VBO path by ARB_mbr extension.

2014-03-21 Thread Eric Anholt
Markus Wick mar...@selfnet.de writes: The mbr path was hard coded enabled for desktop gl and disabled for gles. But there are both, desktop without mbr and mobiles with mbr. I've pulled patches 1-9 for my next pull request, but I think in this patch we should also apply this: diff --git

Re: [PATCH xserver] xfree86: glamor_egl subdir must be distributed - breaks distcheck

2014-03-21 Thread Eric Anholt
Gaetan Nadon mems...@videotron.ca writes: Signed-off-by: Gaetan Nadon mems...@videotron.ca I've reviewed these two patches of yours and they'll be in my next pull request. Thanks! pgp9fgS47vd1t.pgp Description: PGP signature ___

Re: [PATCH] xrandr: document how to disconnect RandR 1.4 providers

2014-03-21 Thread Dave Airlie
On Sat, Mar 22, 2014 at 3:38 AM, Aaron Plattner aplatt...@nvidia.com wrote: Commit a6217be2d5a93a4c7b48f4081a4a8e14c3c97014 restored the ability to disconnect RandR 1.4 providers from each other, but it's not clear from the documentation how to actually do that. Try to clarify by mentioning it

[PATCH:xf86-video-ast 2/3] Use proper type.

2014-03-21 Thread Thomas Klausner
Two other places in this file already use uint32_t when passing it to PCI_READ_LONG. Signed-off-by: Thomas Klausner w...@netbsd.org --- src/ast_vgatool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index 73d379c..5181eb0 100644 ---

[PATCH:xf86-video-ast 3/3] Fix ASTPutImage function to match interface.

2014-03-21 Thread Thomas Klausner
Signed-off-by: Thomas Klausner w...@netbsd.org --- src/ast_driver.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ast_driver.c b/src/ast_driver.c index 5f7fa8e..8bf55ba 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -129,7 +129,8 @@ static Bool

[PATCH:xf86-video-ast 1/3] Move an extern declaration into the scope it is used.

2014-03-21 Thread Thomas Klausner
Signed-off-by: Thomas Klausner w...@netbsd.org --- src/ast_accel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ast_accel.c b/src/ast_accel.c index 71eeb79..52e19e3 100644 --- a/src/ast_accel.c +++ b/src/ast_accel.c @@ -54,6 +54,8 @@ /* Driver specific headers */