[PATCH s3virge] Do not use deprecated xf86PciInfo.h

2012-01-08 Thread Tormod Volden
From: Tormod Volden debian.tor...@gmail.com Signed-off-by: Tormod Volden debian.tor...@gmail.com --- src/s3v.h|3 --- src/s3v_accel.c |1 + src/s3v_dga.c|1 - src/s3v_driver.c |5 +++-- src/s3v_hwcurs.c |1 + src/s3v_i2c.c|1 - src/s3v_pciids.h | 18

[Resend] Patch: fix regression introduced in intel driver version 2.16.0

2012-01-08 Thread Chris Clayton
Hi, I sent this message on 29 December, but I guess all the intel driver developers were busy with (well-earned) Yuletide relaxing. Here it is again with the graphics-related output from lspci added... I recently upgraded from version 2.15.0 of the intel driver to 2.17.0 but found that with

Re: [PATCH s3virge] Do not use deprecated xf86PciInfo.h

2012-01-08 Thread Cyril Brulebois
Tormod Volden lists.tor...@gmail.com (08/01/2012): From: Tormod Volden debian.tor...@gmail.com Looks reasonable. Reviewed-by: Cyril Brulebois k...@debian.org Mraw, KiBi. signature.asc Description: Digital signature ___ xorg-devel@lists.x.org: X.Org

Re: [Resend] Patch: fix regression introduced in intel driver version 2.16.0

2012-01-08 Thread Daniel Stone
Hi, On 6 January 2012 14:53, Chris Clayton chris2...@googlemail.com wrote: I sent this message on 29 December, but I guess all the intel driver developers were busy with (well-earned) Yuletide relaxing. Here it is again with the graphics-related output from lspci added... The Intel guys

Re: [Resend] Patch: fix regression introduced in intel driver version 2.16.0

2012-01-08 Thread Chris Wilson
On Fri, 6 Jan 2012 14:53:29 +, Chris Clayton chris2...@googlemail.com wrote: Hi, I sent this message on 29 December, but I guess all the intel driver developers were busy with (well-earned) Yuletide relaxing. Here it is again with the graphics-related output from lspci added...

Re: [PATCH:intel-gpu-tools 0/6] Port to Solaris

2012-01-08 Thread Eric Anholt
On Fri, 6 Jan 2012 14:37:15 -0800, Alan Coopersmith alan.coopersm...@oracle.com wrote: This allows the tools to build on Solaris 11, using either gcc 4.5.2 or Solaris Studio 12.3. The tools that require the Linux debugfs don't run, but others, such as intel_gpu_top and intel_reg_dumper do

[PULL updated] input fixes

2012-01-08 Thread Peter Hutterer
Updated pull request with more bugfixes The following changes since commit 98cde254acb9b98337ddecf64c138d38c14ec2bf: Bump version to 1.11.99.901 (1.12 RC1) (2011-12-27 14:02:39 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver for-keith Andreas

[PULL] Multitouch fixes

2012-01-08 Thread Peter Hutterer
Addition of a new event flag and two fixes for grabbing clients. The following changes since commit 98cde254acb9b98337ddecf64c138d38c14ec2bf: Bump version to 1.11.99.901 (1.12 RC1) (2011-12-27 14:02:39 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver

[PATCH] render: don't bother with animated cursors on floating slaves (#39989)

2012-01-08 Thread Peter Hutterer
In the case of floating slave devices that is reattached to a master with an animated cursor, that cursor may jump outside it's window confines. Since floating slaves never display a cursor anyway, we might as well short-cut this and exit early. X.Org Bug 39989

[PATCH] dix: Update pointer limits for floating devices too (#43635)

2012-01-08 Thread Peter Hutterer
When the screen is restructured, the pointer limits need to be reset for floating slave devices as well, not just for master pointers. Only skip devices that don't have a cursor (attached slaves and keyboard) Bug reproducer: float an absolute slave device, rotate the screen - the device is now

Re: [PATCH:intel-gpu-tools 0/6] Port to Solaris

2012-01-08 Thread Daniel Vetter
On Fri, Jan 06, 2012 at 02:37:15PM -0800, Alan Coopersmith wrote: This allows the tools to build on Solaris 11, using either gcc 4.5.2 or Solaris Studio 12.3. The tools that require the Linux debugfs don't run, but others, such as intel_gpu_top and intel_reg_dumper do work. I've tried not

Re: [Resend] Patch: fix regression introduced in intel driver version 2.16.0

2012-01-08 Thread Chris Clayton
On Sunday 08 January 2012 18:07:01 Chris Wilson wrote: On Fri, 6 Jan 2012 14:53:29 +, Chris Clayton chris2...@googlemail.com wrote: Hi, I sent this message on 29 December, but I guess all the intel driver developers were busy with (well-earned) Yuletide relaxing. Here it is again