Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-10-07 Thread Matt Turner
On Wed, Oct 7, 2015 at 7:46 AM, Aurelien Jarno <aurel...@aurel32.net> wrote: > On 2015-09-30 15:16, Matt Turner wrote: >> On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno <aurel...@aurel32.net> wrote: >> > From: Stefan Dirsch <sndir...@suse.de> >> >

Re: [PATCH] Stop accessing the attribute array using the attribute name enum.

2015-10-06 Thread Matt Turner
On Tue, Oct 6, 2015 at 3:43 AM, Thomas Klausner wrote: > The whole SMI_VideoAttributes array looks quite strange to me. > > static XF86AttributeRec SMI_VideoAttributes[2] = { > {XvSettable | XvGettable,0, 255, XV_BRIGHTNESS_NAME}, > {XvSettable |

Re: [PATCH] Stop accessing the attribute array using the attribute name enum.

2015-10-01 Thread Matt Turner
On Tue, Sep 29, 2015 at 9:02 PM, Robert Ancell wrote: > The array has only two elements but the clamping code was assuming it > contained > all the elements in order. This means no clamping is now done but at least it > wont read off the end of the array. > >

Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-09-30 Thread Matt Turner
On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno wrote: > From: Stefan Dirsch > > Fixes build with GCC 5. Patch by Richard Biener > --- > man/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > sessreg doesn't build

[ANNOUNCE] xf86-video-chips 1.2.6

2015-09-26 Thread Matt Turner
pasting support Matt Turner (1): xf86-video-chips 1.2.6 git tag: xf86-video-chips-1.2.6 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.6.tar.bz2 MD5: 7c3ac8a7338367b05d9315d65ef91226 xf86-video-chips-1.2.6.tar.bz2 SHA1: b8312cd084ba6d5604a59c1f1469cf8fd612018a xf86

[ANNOUNCE] xf86-video-s3virge 1.10.7

2015-09-26 Thread Matt Turner
Adam Jackson (3): Use own thunk function instead of vgaHW*Weak Fix build against xserver 1.17 Remove call to miInitializeBackingStore Matt Turner (1): xf86-video-s3virge 0.10.7 git tag: xf86-video-s3virge-1.10.7 http://xorg.freedesktop.org/archive/individual/driver/xf86

[ANNOUNCE] xf86-video-chips 1.2.6

2015-09-26 Thread Matt Turner
pasting support Matt Turner (1): xf86-video-chips 1.2.6 git tag: xf86-video-chips-1.2.6 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-chips-1.2.6.tar.bz2 MD5: 7c3ac8a7338367b05d9315d65ef91226 xf86-video-chips-1.2.6.tar.bz2 SHA1: b8312cd084ba6d5604a59c1f1469cf8fd612018a xf86

[ANNOUNCE] xf86-video-s3virge 1.10.7

2015-09-26 Thread Matt Turner
Adam Jackson (3): Use own thunk function instead of vgaHW*Weak Fix build against xserver 1.17 Remove call to miInitializeBackingStore Matt Turner (1): xf86-video-s3virge 0.10.7 git tag: xf86-video-s3virge-1.10.7 http://xorg.freedesktop.org/archive/individual/driver/xf86

Re: [PATCH libXfont] Eliminate calls back to X server or font server functions by name

2015-09-02 Thread Matt Turner
On Wed, Sep 2, 2015 at 12:15 AM, Keith Packard wrote: > This eliminates the weak symbol adventures and makes all of the calls > back to the X server or Font server go through a table of functions > instead, clarifying the required API. > > As this is a rather major change to

Re: [PATCH libXfont] Eliminate calls back to X server or font server functions by name (v2)

2015-09-02 Thread Matt Turner
On Wed, Sep 2, 2015 at 2:30 PM, Keith Packard wrote: > This eliminates the weak symbol adventures and makes all of the calls > back to the X server or Font server go through a table of functions > instead, clarifying the required API. > > As this is a rather major change to the

[ANNOUNCE] xf86-video-sis 0.10.8

2015-08-29 Thread Matt Turner
server. sis: force build, who uses this crazy code anyways Jan Lindemann (1): Replace xf86UnMapVidMem with pci_device_unmap_range Matt Turner (1): xf86-video-sis: bump to version 0.10.8. Peter Hutterer (1): Fix format-security warnings git tag: xf86-video-sis-0.10.8 http

Re: [PATCH] intel-gpu-tools: Fixes-compiler-warnings-about-wrong-function-type

2015-08-22 Thread Matt Turner
On Fri, Aug 21, 2015 at 5:20 AM, Stefan Dirsch sndir...@suse.de wrote: Hi Find another simple buildfix against current intel-gpu-tools git sources attached. I think intel-gpu-tools patches are supposed to go to intel-...@lists.freedesktop.org as inline patches.

Re: [PATCH] os: make sure the clientsWritable fd_set is initialized before use

2015-08-22 Thread Matt Turner
On Mon, Aug 3, 2015 at 8:35 AM, Keith Packard kei...@keithp.com wrote: Alan Coopersmith alan.coopersm...@oracle.com writes: For the xserver itself, you mail the patch to Keith with all the reviewed-by tags added to push it to the master branch (now that he's back from vacation). Nearly

Re: [PATCH 1/4] modesetting: Implement 32-24 bpp conversion in shadow update

2015-07-26 Thread Matt Turner
On Wed, Jul 22, 2015 at 9:14 AM, Adam Jackson a...@redhat.com wrote: From: Dave Airlie airl...@redhat.com 24bpp front buffers tend to be the least well tested path for client rendering. On the qemu cirrus emulation, and on some Matrox G200 server chips, the hardware can't do 32bpp at all.

Re: [PATCH xf86-video-amdgpu 13/13] Add DRI3 support

2015-06-03 Thread Matt Turner
On Wed, Jun 3, 2015 at 11:35 AM, Reverend Homer mk.43.e...@gmail.com wrote: On 02.06.2015 12:21, Michel Dänzer wrote: + xf86DrvMsg(pScrn-scrnIndex, from, DRI3 %sabled\n, value ? en : dis); Hmmm, wouldn't be more human-readable to write it as xf86DrvMsg(pScrn-scrnIndex, from, DRI3 %s\n,

Re: [PATCH 5/7] glamor: compute GLSL version from GL_SHADING_LANGUAGE_VERSION

2015-05-12 Thread Matt Turner
On Tue, May 12, 2015 at 7:56 AM, Keith Packard kei...@keithp.com wrote: Kenneth Graunke kenn...@whitecape.org writes: If you care about making that work, I recommend swiping Piglit's piglit_get_glsl_version() function, available here:

Re: [5/5] Xephyr: Fix broken image when endianess of client machine and host-Xserver differ

2015-05-05 Thread Matt Turner
On Tue, May 5, 2015 at 11:07 AM, Ian Scott ian.sc...@arteris.com wrote: On 03/31/2015 12:14 AM, Egbert Eich wrote: The image is created in the native byte order of the machine Xephyr is rendered on however drawn in the image byte order of the Xephyr server. Correct byte order in the

Re: [PATCH] backtrace.c: Fix word cast to a pointer

2015-04-01 Thread Matt Turner
On Wed, Apr 1, 2015 at 2:13 AM, Vicente Olivert Riera vincent.ri...@imgtec.com wrote: Hello, On 01/08/2015 10:36 PM, Keith Packard wrote: Vicente Olivert Riera vincent.ri...@imgtec.com writes: Making the cast to a pointer-sized integer, and then to a pointer fixes the problem. -if

Re: [PATCH 06/17] Add no-fail equivalents of allocarray reallocarray

2015-03-31 Thread Matt Turner
On Tue, Mar 31, 2015 at 5:50 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- include/os.h |9 + os/utils.c | 10 ++ 2 files changed, 19 insertions(+) diff --git a/include/os.h b/include/os.h

Re: [PATCH 08/17] Convert dix/* to new *allocarray functions

2015-03-31 Thread Matt Turner
On Tue, Mar 31, 2015 at 5:50 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- dix/atom.c |4 +-- dix/colormap.c | 71 +++--- dix/devices.c|4 +--

Re: [PATCH 00/17] Improved overflow checking for memory allocations

2015-03-31 Thread Matt Turner
, and thus optimize out any overflow checks that may have been in the wrong order previously. Nice. All but 04/17 are Reviewed-by: Matt Turner matts...@gmail.com And 04/17 is Acked-by: Matt Turner matts...@gmail.com I suspect you did most of this with Coccinelle, but I definitely noticed

Re: [PATCH 07/17] Convert os/* to new *allocarray functions

2015-03-31 Thread Matt Turner
On Tue, Mar 31, 2015 at 5:50 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- os/connection.c | 13 +++-- os/utils.c |2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git

Re: [PATCH 12/17] Convert mi miext to new *allocarray functions

2015-03-31 Thread Matt Turner
On Tue, Mar 31, 2015 at 5:50 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- mi/miarc.c | 25 +++ mi/mibitblt.c | 16 +++ mi/micmap.c

[ANNOUNCE] xf86-video-trident 1.3.7

2015-03-30 Thread Matt Turner
Adam Jackson (4): Remove mibstore.h Use own thunk functions instead of vgaHW*Weak shadow: shadowInit - shadowAdd/Remove Stop using deprecated xf86PciInfo.h Matt Turner (1): xf86-video-trident 1.3.7 Timo Aaltonen (1): Fix loading the driver without XAA git tag

[ANNOUNCE] xf86-video-trident 1.3.7

2015-03-30 Thread Matt Turner
Adam Jackson (4): Remove mibstore.h Use own thunk functions instead of vgaHW*Weak shadow: shadowInit - shadowAdd/Remove Stop using deprecated xf86PciInfo.h Matt Turner (1): xf86-video-trident 1.3.7 Timo Aaltonen (1): Fix loading the driver without XAA git tag

Re: [PATCH] Byte-swapping and size-checking generator all-in-one

2015-03-25 Thread Matt Turner
On Mon, Mar 23, 2015 at 11:16 PM, Asal Mirzaieva asalle@gmail.com wrote: On 17.03.15 09:25, Peter Hutterer wrote: whoah, that is a lot of tabs... I assumed tab = 4 spaces, as it is defined in http://www.x.org/wiki/CodingStyle/. As python strictly requires tabs and not space-indents, I

Re: [PATCH xserver] config: Support multiple 'Files' sections

2015-03-09 Thread Matt Turner
On Thu, Feb 26, 2015 at 1:55 PM, Michał Górny mgo...@gentoo.org wrote: Support reading multiple 'Files' sections in configuration, concatenating the resulting paths. This makes it possible to add ModulePaths and FontPaths within xorg.conf.d/ files without interfering with user-provided

Re: [PATCH xserver] config: Support multiple 'Files' sections

2015-03-09 Thread Matt Turner
On Mon, Mar 9, 2015 at 12:10 PM, Michał Górny mgo...@gentoo.org wrote: Dnia 2015-03-09, o godz. 12:04:31 Matt Turner matts...@gmail.com napisał(a): On Thu, Feb 26, 2015 at 1:55 PM, Michał Górny mgo...@gentoo.org wrote: Support reading multiple 'Files' sections in configuration

[PATCH] glamor: Perform texture2D() separately from swizzle.

2015-03-04 Thread Matt Turner
The texture2D() happens in each branch, so we may as well do it as early as possible and hide some of its latency in the branching instructions. Moving it outside the (uniform) control flow reduces the number of instructions in the fs_source shader from 64 to 46 and in the set_alpha_source shader

Re: close-on-exec

2015-02-28 Thread Matt Turner
On Fri, Feb 27, 2015 at 5:04 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 02/26/15 01:34 AM, Thomas Klausner wrote: On Wed, Feb 25, 2015 at 02:27:30PM -0800, Alan Coopersmith wrote: Solaris has the ancient support for setting the FD_CLOEXEC flag via fcntl() in all versions, and

Re: [PATCH:xf86-video-mga] Fix pointer cast warning.

2015-02-23 Thread Matt Turner
On Mon, Feb 23, 2015 at 2:39 AM, Thomas Klausner w...@netbsd.org wrote: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] Signed-off-by: Thomas Klausner w...@netbsd.org --- src/mga_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH:xf86-video-mga 2/2] Use correct type in function call.

2015-02-23 Thread Matt Turner
On Mon, Feb 23, 2015 at 4:28 AM, Thomas Klausner w...@netbsd.org wrote: Fixes passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type pciaccess.h:153:5: note: expected '__uint32_t *' but argument is of type 'CARD32 *' Signed-off-by: Thomas Klausner w...@netbsd.org

[ANNOUNCE] xf86-video-tdfx 1.4.6

2015-02-22 Thread Matt Turner
of deprecated ones Remove unreachable breaks after return statements Use the PCI ID macros instead of hardcoded values Unmap MMIO ranges for all chips Add more PCI IDs for supported chips Matt Turner (1): xf86-video-tdfx 1.4.6 git tag: xf86-video-tdfx-1.4.6 http

[ANNOUNCE] xf86-video-i740 1.3.5

2015-02-22 Thread Matt Turner
Adam Jackson (1): Remove mibstore.h Matt Turner (1): xf86-video-i740 1.3.5 Matthieu Herrb (1): Fix loading the driver without XAA git tag: xf86-video-i740-1.3.5 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-i740-1.3.5.tar.bz2 MD5

[ANNOUNCE] xf86-video-tdfx 1.4.6

2015-02-22 Thread Matt Turner
of deprecated ones Remove unreachable breaks after return statements Use the PCI ID macros instead of hardcoded values Unmap MMIO ranges for all chips Add more PCI IDs for supported chips Matt Turner (1): xf86-video-tdfx 1.4.6 git tag: xf86-video-tdfx-1.4.6 http

[ANNOUNCE] xedit 1.2.2

2015-02-22 Thread Matt Turner
-platform #ifdefs Use automake subdir-objects option Gaetan Nadon (1): Remove obsolete Imake SIGNALRETURNSINT Matt Turner (1): xedit 1.2.2 Stéphane Aulery (1): Drop CRAY support Ted Tanberry (1): Include AM_PROG_AR to detect 'ar' instead of hard-coding it git tag

[ANNOUNCE] libXp 1.0.3

2015-02-22 Thread Matt Turner
Alan Coopersmith (3): Remove fallback for _XEatDataWords, require libX11 1.6 for it configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Matt Turner (1): libXp 1.0.3 git tag: libXp-1.0.3 http://xorg.freedesktop.org/archive/individual/lib/libXp-1.0.3.tar.bz2

[ANNOUNCE] xedit 1.2.2

2015-02-21 Thread Matt Turner
-platform #ifdefs Use automake subdir-objects option Gaetan Nadon (1): Remove obsolete Imake SIGNALRETURNSINT Matt Turner (1): xedit 1.2.2 Stéphane Aulery (1): Drop CRAY support Ted Tanberry (1): Include AM_PROG_AR to detect 'ar' instead of hard-coding it git tag

[ANNOUNCE] xf86-video-i740 1.3.5

2015-02-21 Thread Matt Turner
Adam Jackson (1): Remove mibstore.h Matt Turner (1): xf86-video-i740 1.3.5 Matthieu Herrb (1): Fix loading the driver without XAA git tag: xf86-video-i740-1.3.5 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-i740-1.3.5.tar.bz2 MD5

[ANNOUNCE] xf86-video-mga 1.6.4

2015-02-20 Thread Matt Turner
Adam Jackson (3): man: Don't mention the HAL dri: Stop (uselessly) initializing the ValidateTree hooks undef DISABLE_VGA_IO Matt Turner (1): xf86-video-mga 1.6.4 Mikulas Patocka (3): xf86-video-mga: set the pan_ctl register xf86-video-mga: fix a lockup

Re: [w...@netbsd.org: [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P]

2015-02-19 Thread Matt Turner
On Thu, Feb 19, 2015 at 3:07 PM, Thomas Klausner w...@netbsd.org wrote: On Thu, Feb 19, 2015 at 10:08:09AM -0800, Matt Turner wrote: No, that patch looks like a hack. It's attempting to do the same as Alan's patch, but Alan's patch, minus the incorrect comment, is better believable

Re: [w...@netbsd.org: [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P]

2015-02-19 Thread Matt Turner
On Thu, Feb 19, 2015 at 6:28 AM, Thomas Klausner w...@netbsd.org wrote: On Wed, Feb 18, 2015 at 10:49:35PM -0800, Matt Turner wrote: On Fri, Jul 12, 2013 at 3:30 AM, Thomas Klausner w...@netbsd.org wrote: Hi Alan! Thanks for the patch. I can't test myself, but have forwarded your patch

Re: [w...@netbsd.org: [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P]

2015-02-18 Thread Matt Turner
On Fri, Jul 12, 2013 at 3:30 AM, Thomas Klausner w...@netbsd.org wrote: Hi Alan! Thanks for the patch. I can't test myself, but have forwarded your patch to Michael Lorenz, who came up with the original patch. I hope he'll find time to test it soon. Thomas On Thu, Jul 11, 2013 at

Re: [PATCH] glamor: * 1/size is faster than / size in VS

2015-01-16 Thread Matt Turner
...@keithp.com Makes sense to me. Reviewed-by: Matt Turner matts...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH 1/7] glamor: only use (un)pack_subimage when available

2015-01-12 Thread Matt Turner
On Mon, Jan 12, 2015 at 6:29 AM, Maarten Lankhorst maarten.lankho...@ubuntu.com wrote: Signed-off-by: Maarten Lankhorst maarten.lankho...@ubuntu.com --- glamor/glamor.c | 7 ++ glamor/glamor_priv.h | 2 ++ glamor/glamor_transfer.c | 55

Re: [PATCH] backtrace.c: Fix word cast to a pointer

2015-01-07 Thread Matt Turner
On Mon, Jan 5, 2015 at 8:22 AM, Vicente Olivert Riera vincent.ri...@imgtec.com wrote: backtrace.c uses a word size provided by libunwind. In some architectures like MIPS, libunwind makes that word size 64-bit for all variants of the architecture. In the lines #90 and #98, backtrace.c tries to

Re: [PATCH libX11] xcb_io: Fix Xlib 32-bit request number issues

2014-09-26 Thread Matt Turner
On Fri, Sep 26, 2014 at 3:40 AM, Jan Smout smout@gmail.com wrote: Keith Packard doesn't seem very responsive (as in 'completely ignoring the subject') Perhaps you should try Ccing him? (now Cc'd) ___ xorg-devel@lists.x.org: X.Org development

Re: Where are libgl.so sources?

2014-08-23 Thread Matt Turner
On Sat, Aug 23, 2014 at 1:35 PM, Diego Salomon sdra...@gmail.com wrote: Hello we are searching libgl.so sources for the university. We havent been able to find them so far. Could you help us please? Thanks and regards Depends on which libGL.so, but http://cgit.freedesktop.org/mesa/mesa/

Re: [PATCH][V3][xserver] configure.ac: add option for xshmfence

2014-08-15 Thread Matt Turner
On Fri, Aug 15, 2014 at 8:16 AM, Keith Packard kei...@keithp.com wrote: Ross Burton ross.bur...@intel.com writes: xshmfence is usable outside of DRI3, and is currently autodetected which isn't good for distributions where deterministic builds are desired. Signed-off-by: Ross Burton

Re: [PATCH:libXaw] Fix abs() usage.

2014-07-16 Thread Matt Turner
On Wed, Jul 16, 2014 at 9:44 AM, Thomas Klausner w...@netbsd.org wrote: Review please! Thanks, Thomas Reviewed-by: Matt Turner matts...@gmail.com Please apply to libXaw3d as well. ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [PATCH][V4][xserver] configure.ac: add option for xshmfence

2014-07-09 Thread Matt Turner
Reviewed-by: Matt Turner matts...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH][V2][xserver] configure.ac: add option for xshmfence

2014-07-08 Thread Matt Turner
([--disable-xshmfence], [Disable xshmfence (default: auto)]), [WANT_XSHMFENCE=$enableval], [WANT_XSHMFENCE=auto]) None of the other variables are prefixed with WANT_. I'd drop that. With those two changes, Reviewed-by: Matt Turner matts...@gmail.com

Re: [PATCH][V2][xserver] configure.ac: add option for xshmfence

2014-07-08 Thread Matt Turner
On Tue, Jul 8, 2014 at 2:23 PM, Burton, Ross ross.bur...@intel.com wrote: On 8 July 2014 22:14, Matt Turner matts...@gmail.com wrote: On Tue, Jul 8, 2014 at 2:07 PM, Ross Burton ross.bur...@intel.com wrote: xshmfence is usable outside of DRI3, and is currently autodetected which isn't good

Re: [PATCH] configure.ac: add option for xshmfence

2014-07-07 Thread Matt Turner
On Mon, Jul 7, 2014 at 5:18 AM, Ross Burton ross.bur...@intel.com wrote: xshmfence is usable outside of DRI3, and is currently autodetected which isn't good for distributions where deterministic builds are aspired to. s/aspired to/desired/ seems a lot less awkward. Signed-off-by: Ross Burton

Re: [PATCH] Fix hw/xfree86/common/compiler.h for mips64

2014-04-09 Thread Matt Turner
On Fri, Oct 11, 2013 at 10:22 PM, YunQiang Su wzss...@gmail.com wrote: Mark mips64 as 64bit Use long as PORT_SIZE Signed-off-by: YunQiang Su wzss...@gmail.com Reviewed-by: Matt Turner matts...@gmail.com ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH:libXpm] Fix abs() usage.

2014-03-19 Thread Matt Turner
On Wed, Mar 19, 2014 at 12:53 AM, Thomas Klausner w...@netbsd.org wrote: On Tue, Mar 18, 2014 at 06:51:28PM -0700, Matt Turner wrote: On Tue, Mar 18, 2014 at 2:57 PM, Thomas Klausner w...@netbsd.org wrote: For long arguments, use labs(). From Jörg Sonnenberger jo...@netbsd.org Signed-off

Re: [PATCH:libXpm] Fix abs() usage.

2014-03-18 Thread Matt Turner
On Tue, Mar 18, 2014 at 2:57 PM, Thomas Klausner w...@netbsd.org wrote: For long arguments, use labs(). From Jörg Sonnenberger jo...@netbsd.org Signed-off-by: Thomas Klausner w...@netbsd.org --- The author of this patch is you, according to git, but is Jörg Sonnenberger according to your

Re: [PATCH synaptics] On clickpads with two touchpoints, try to detect clickfinger 3 actions

2013-12-16 Thread Matt Turner
On Sun, Dec 15, 2013 at 3:49 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Some touchpads provide BTN_TOOL_TRIPLETAP but do not track more than two touchpoints. For those, try to detect clickfinger3 actions as best as we can. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

Re: Build broken: _XSERVTrans\(Send\)\|\(Recv\)Fd

2013-11-11 Thread Matt Turner
On Sun, Nov 10, 2013 at 1:44 AM, Knut Petersen knut_peter...@t-online.de wrote: A full xorg build fails here during building of the xserver: xserver version: ab4b1fb38a61feb73d8336cc7a3399eb9d3d25be make[5]: Leaving directory `/home/knut/fast/xorg/xserver/hw/xfree86/dixmods' CCLD Xorg

Please pick fd1b24a93e to 1.14

2013-11-06 Thread Matt Turner
Hi Matt, Please cherry-pick fd1b24a93e (glx: Add support for the new DRI loader entrypoint.) to the server-1.14-branch. It picks cleanly and is needed to load the classic DRI drivers in Mesa 10 which is going to be branched tomorrow and released at the end of November, a month before

Re: Donation of ARM CubieTruck to anyone interested in developing Xorg for ARM

2013-11-04 Thread Matt Turner
On Sat, Nov 2, 2013 at 9:32 AM, Luc Verhaegen l...@skynet.be wrote: On Sat, Nov 02, 2013 at 06:28:10PM +0200, Alexey Eromenko wrote: The people at sunxi ML probably already have Allwinner-based products. Sending them a cubietruck won't change much. Are you telling us that we are doing such a

Re: [PATCH modular] build.sh: add presentproto, dri3proto, and libxshmfence

2013-11-01 Thread Matt Turner
On Fri, Nov 1, 2013 at 1:37 PM, Gaetan Nadon mems...@videotron.ca wrote: I am out of context here, but these looks like prototypes from a packaging point of view. Could you bring them up to spec? Any other xorg protos and libs can be used to copy and fix up. Otherwise it would take dozens of

Re: [RFC] X.Org minimum requirements for Autotools policy review

2013-10-25 Thread Matt Turner
On Fri, Oct 25, 2013 at 8:13 AM, Gaetan Nadon mems...@videotron.ca wrote: Speaking of Mesa, you may be concerned that part of Mesa source code is GPL v3. I suppose it taints xorg which links to mesa. That was another question I had. The only thing I see in Mesa is ralloc.h, which lists LGPLv3,

Re: [RFC] X.Org minimum requirements for Autotools policy review

2013-10-25 Thread Matt Turner
On Fri, Oct 25, 2013 at 10:51 AM, Matt Turner matts...@gmail.com wrote: On Fri, Oct 25, 2013 at 8:13 AM, Gaetan Nadon mems...@videotron.ca wrote: Speaking of Mesa, you may be concerned that part of Mesa source code is GPL v3. I suppose it taints xorg which links to mesa. That was another

Re: [PATCH xf86-video-neomagic] Unbreak shadowfb initialization with modern X servers.

2013-08-16 Thread Matt Turner
On Thu, Jun 13, 2013 at 2:38 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- Thanks, this fixes https://bugs.gentoo.org/show_bug.cgi?id=434468 so I've applied it and pushed a new release (1.2.8). Matt

Re: [PATCH pixman] '+=' is not a valid POSIX shell operator.

2013-06-08 Thread Matt Turner
On Sat, Jun 8, 2013 at 9:07 AM, Matthieu Herrb matthieu.he...@laas.fr wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git configure.ac configure.ac index 221179f..b36298a 100644 --- configure.ac +++

Re: [PATCH:xf86-video-glint] when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P

2013-06-03 Thread Matt Turner
On Sun, Jun 2, 2013 at 2:41 PM, Thomas Klausner w...@netbsd.org wrote: From Michael Lorez macal...@netbsd.org --- src/pm2_dac.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pm2_dac.c b/src/pm2_dac.c index 85093ff..b6771a5 100644 --- a/src/pm2_dac.c +++

Re: Where is the function xf1bppScreenInit()?

2013-04-25 Thread Matt Turner
On Thu, Apr 25, 2013 at 1:55 AM, ZHANG Zhaolong zhangzl2...@126.com wrote: Hi all, I am reading xf86-video-vga-4.0.0.5 source code. It shows that: if (pGenericPriv-ShadowFB) call fbScreeInit(); else call xf1bppScreenInit(); The same flow is in

Re: [PATCH util/modular 2/7] xorg.modules: mesa is now autotooled

2013-02-28 Thread Matt Turner
On Thu, Feb 28, 2013 at 7:41 AM, Dan Nicholson dbn.li...@gmail.com wrote: Are all the old Makefiles (which require makedepend) removed at this point? Yes, except for apple-glx. ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: xserver 1.13.3 nomination window is open

2013-02-11 Thread Matt Turner
On Mon, Feb 11, 2013 at 7:36 PM, Matt Dew mar...@osource.org wrote: Acked and pulled c160...58aa Those shas are too short to look up. ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

[PATCH] compiler.h: Remove dead STANDALONE_MMIO

2013-02-07 Thread Matt Turner
The only drivers I can find that used this are the r128 and radeon DRI drivers. r128 is dead and the radeon driver wasn't including Xorg's compiler.h and still worked. --- hw/xfree86/common/compiler.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/hw/xfree86/common/compiler.h

Re: [PATCH] compiler.h: Remove dead STANDALONE_MMIO

2013-02-07 Thread Matt Turner
On Thu, Feb 7, 2013 at 5:29 PM, Matt Turner matts...@gmail.com wrote: The only drivers I can find that used this are the r128 and radeon DRI drivers. r128 is dead and the radeon driver wasn't including Xorg's compiler.h and still worked. --- Oh, and Signed-off-by: Matt Turner matts

[ANNOUNCE] xf86-video-suncg6 1.1.2

2013-01-22 Thread Matt Turner
AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Jeremy Huddleston (1): Use malloc/calloc/realloc/free directly Jesse Adkins (1): Purge cvs tags. Matt Turner (1): xf86-video

[ANNOUNCE] xf86-video-sunleo 1.2.1

2013-01-22 Thread Matt Turner
Huddleston (2): Use malloc/calloc/realloc/free directly Adjust to DevPrivate API changes Jesse Adkins (1): Purge cvs tags. Julien Cristau (1): Drop unused acceleration code Matt Turner (1): xf86-video-sunleo 1.2.1 git tag: xf86-video-sunleo-1.2.1 http

[ANNOUNCE] xf86-video-suntcx 1.1.2

2013-01-22 Thread Matt Turner
deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Jeremy Huddleston (1): Use malloc/calloc/realloc/free directly Jesse Adkins (1): Purge cvs tags. Matt Turner (1): xf86-video

[ANNOUNCE] xf86-video-suncg14 1.1.2

2013-01-21 Thread Matt Turner
tags. Matt Turner (1): xf86-video-suncg14 1.1.2 git tag: xf86-video-suncg14-1.1.2 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-suncg14-1.1.2.tar.bz2 MD5: 52ed31d4701d2e750acdb06e4e6653e3 xf86-video-suncg14-1.1.2.tar.bz2 SHA1: 8335f275f89ff0801313739f4c7f58a986198053

[ANNOUNCE] xf86-video-suncg3 1.1.2

2013-01-21 Thread Matt Turner
AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Jeremy Huddleston (1): Use malloc/calloc/realloc/free directly Jesse Adkins (1): Purge cvs tags. Matt Turner (1): xf86-video

[ANNOUNCE] xf86-video-suncg6 1.1.2

2013-01-21 Thread Matt Turner
AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Jeremy Huddleston (1): Use malloc/calloc/realloc/free directly Jesse Adkins (1): Purge cvs tags. Matt Turner (1): xf86-video

[ANNOUNCE] xf86-video-sunleo 1.2.1

2013-01-21 Thread Matt Turner
Huddleston (2): Use malloc/calloc/realloc/free directly Adjust to DevPrivate API changes Jesse Adkins (1): Purge cvs tags. Julien Cristau (1): Drop unused acceleration code Matt Turner (1): xf86-video-sunleo 1.2.1 git tag: xf86-video-sunleo-1.2.1 http

Re: [PATCH xorg-gtest 01/11] Drop .gz tarballs, bz2 is enough

2012-11-12 Thread Matt Turner
On Mon, Nov 12, 2012 at 2:01 PM, Ángel González inge...@zoho.com wrote: On 09/11/12 05:58, Matt Turner wrote: Perhaps the bigger advantage of xz over bz2 is decompression speed. In many cases, single threaded xz decompression is faster than two-threaded parallel bz2 decompression. What do

Installing proto pc files in /usr/share/pkgconfig?

2012-09-23 Thread Matt Turner
Hi Gaetan, The proto packages install their pc files in $(libdir)/pkgconfig, but this leads to files being installed in /usr/lib32 or /usr/lib64 when there's nothing ABI specific about them. Would it be reasonable to install them to $(prefix)/share/pkgconfig instead? Thanks, Matt

[ANNOUNCE] xbacklight 1.2.0

2012-09-12 Thread Matt Turner
(1): Port xbacklight to XCB Matt Turner (1): xbacklight 1.2.0 git tag: xbacklight-1.2.0 http://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.0.tar.bz2 MD5: 04189c90850c36592b9f2b358f8581e4 xbacklight-1.2.0.tar.bz2 SHA1: 6c43b29098e18a9d539b20fb7d0002e295ecdc20

[ANNOUNCE] xbacklight 1.2.0

2012-09-11 Thread Matt Turner
(1): Port xbacklight to XCB Matt Turner (1): xbacklight 1.2.0 git tag: xbacklight-1.2.0 http://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.0.tar.bz2 MD5: 04189c90850c36592b9f2b358f8581e4 xbacklight-1.2.0.tar.bz2 SHA1: 6c43b29098e18a9d539b20fb7d0002e295ecdc20

[PATCH neomagic] Don't call NEO_Sync with no XAA

2012-09-10 Thread Matt Turner
The commit that makes XAA optional left a use of NEO_Sync while putting the body inside an #ifdef HAVE_XAA_H block, which caused undefined symbol errors when loading the driver. NEO_Sync doesn't do anything without XAA, so don't bother calling it without XAA. Bugzilla:

Re: [PATCH] fb: reorder Bresenham error correction to avoid overshoot.

2012-08-14 Thread Matt Turner
On Mon, Aug 13, 2012 at 1:57 PM, Keith Packard kei...@keithp.com wrote: Matt Turner matts...@gmail.com writes: From: Simon Schubert 2...@0x2c.org When fbBresSolid draws a line, it can happen that after the last pixel, the Bresenham error term overflows, and fbBresSolid paints another pixel

[PATCH] fb: reorder Bresenham error correction to avoid overshoot.

2012-08-12 Thread Matt Turner
-off-by: Matt Turner matts...@gmail.com --- [mattst88] Rebased after indent. Simon, can I get your Signed-off-by? Mitch, can I get a Tested-by tag? fb/fbseg.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fb/fbseg.c b/fb/fbseg.c index 0e4e0a9..1848387

[PATCH xbacklight] Port xbacklight to XCB

2012-08-12 Thread Matt Turner
From: Jon Lund Steffensen jon...@gmail.com Signed-off-by: Matt Turner matts...@gmail.com --- [mattst88] Fixed patch corruption. Fixed whitespace. Jon, can I have you Signed-off-by tag? configure.ac |2 +- xbacklight.c | 257 +++--- 2

Re: [PATCH] Port of xbacklight to XCB

2012-08-11 Thread Matt Turner
On Sun, Jan 29, 2012 at 6:02 AM, Jon Lund Steffensen jon...@gmail.com wrote: I've ported xbacklight to XCB; patch below. I'm posting it here in case anyone is interested. Cheers, Jon I see that this was never committed. Did anyone review it or test it?

Re: [PATCH libXaw] Publish API feature tokens via Xaw3dP.h (#46846)

2012-08-08 Thread Matt Turner
On Wed, Aug 8, 2012 at 5:36 PM, Daniel Macks dma...@netspace.org wrote: Attached patch fixes bugzilla item. For future reference: - libXaw3d, not libXaw - please send patches inline, preferably via git send-email - If you do sent attached patches, make sure they're acceptable to git-am

Re: libdrm-2.4.37: use ETIMEDOUT instead of ETIME?

2012-07-17 Thread Matt Turner
On Mon, Jul 16, 2012 at 11:34 AM, Thomas Klausner w...@netbsd.org wrote: Hi! libdrm-2.4.37 added a use of ETIME (from errno(3)) in intel/intel_bufmgr_gem.c. This errno is not defined on (at least) DragonFly BSD. A Linux man page for errno(3) says: ETIME Timer expired

Re: libdrm-2.4.37: use ETIMEDOUT instead of ETIME?

2012-07-17 Thread Matt Turner
On Tue, Jul 17, 2012 at 11:58 AM, Thomas Klausner w...@netbsd.org wrote: On Tue, Jul 17, 2012 at 07:02:56AM -0700, Matt Turner wrote: On Mon, Jul 16, 2012 at 11:34 AM, Thomas Klausner w...@netbsd.org wrote: libdrm-2.4.37 added a use of ETIME (from errno(3)) in intel/intel_bufmgr_gem.c

Re: 答复: [PATCH]new driver for siliconmotion

2012-07-13 Thread Matt Turner
On Wed, Jul 11, 2012 at 7:17 PM, Aaron.Chen 陈俊杰 aaron.c...@siliconmotion.com wrote: Hi Matt, Thank you for your review. We really appreciate that you've pick out so many issues we need to improve. It seems that we still have a lot of work to do to match the quality which can be accepted by

Re: [PATCH 2/5] glx/dri2: fix typo in the notification reset for robustness.

2012-07-12 Thread Matt Turner
On Thu, Jul 12, 2012 at 2:12 AM, Dave Airlie airl...@gmail.com wrote: Cc: Ian Romanick i...@freedesktop.org Signed-off-by: Dave Airlie airl...@redhat.com --- Patches 2-5 are R-b me. No idea about patch 1. ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-12 Thread Matt Turner
On Thu, Jul 12, 2012 at 10:33 AM, Ian Romanick i...@freedesktop.org wrote: No, it should have been __DRI_CTX_ATTRIB_RESET_STRATEGY. :( I making changes across multiple repos across multiple sets of review comments. I'll change the name in Mesa back to __DRI_CTX_ATTRIB_RESET_NOTIFICATION.

Re: [PATCH]new driver for siliconmotion

2012-07-11 Thread Matt Turner
On Tue, Jul 10, 2012 at 8:24 PM, Matt Turner matts...@gmail.com wrote: 64 Megabytes in bytes is too large for a signed int. This code cannot work. It's clear that someone thought about this, since there's a more-correct commented-out function signature above it. Math fail. Ignore this hunk

Re: [PATCH] Do not unconditionally define DEBUG.

2012-07-11 Thread Matt Turner
On Wed, Jul 11, 2012 at 7:30 AM, Thomas Klausner w...@netbsd.org wrote: The subject of patches to anything but the X server sent to this list should be [PATCH project]. E.g., [PATCH xedit] ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] Make pixman-mmx.c compile on x86-32 without optimization

2012-07-11 Thread Matt Turner
On Mon, Jul 9, 2012 at 10:19 PM, Matt Turner matts...@gmail.com wrote: Works for me. On second glance, did I just make a mistake in b87cd1f and write ifdef instead of ifndef? ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org

Re: [PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-11 Thread Matt Turner
On Wed, Jul 4, 2012 at 3:21 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com If the driver supports __DRI2_ROBUSTNESS, then enable GLX_ARB_create_cotnext_robustness as well. If robustness values are passed to glXCreateContextAttribsARB and the driver

Re: [PATCH]new driver for siliconmotion

2012-07-10 Thread Matt Turner
I applaud the effort and am thankful that Silicon Motion is contributing to the driver. I actually own a 712, so I feel like I should at least take a look at this patch. Unfortunately, after a quick glance, I'm not very impressed. Generally, I wonder why you haven't been working on the upstream

Re: [PATCH] Make pixman-mmx.c compile on x86-32 without optimization

2012-07-09 Thread Matt Turner
On Mon, Jul 9, 2012 at 7:31 AM, Søren Sandmann sandm...@cs.au.dk wrote: From: Søren Sandmann Pedersen s...@redhat.com When not optimizing, write _mm_shuffle_pi16() as a statement expression with inline assembly. That way we avoid __builtin_ia32_pshufw(), which is only available when compiling

<    1   2   3   4   5   6   7   >