[PATCH 2/2] Make indentation of dix/tables.c much more consistent and readable

2012-07-17 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- dix/tables.c | 955 ++ 1 file changed, 560 insertions(+), 395 deletions(-) diff --git a/dix/tables.c b/dix/tables.c index 705ef0d..686cddd 100644 --- a/dix/tables.c +++

[PATCH 1/2] Fix up formatting of initializers for arrays of structs

2012-07-17 Thread Alan Coopersmith
The indenter seems to have gotten confused by initializing arrays of structs with the struct defined inline - for predefined structs it did a better job, so match that. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Xi/extinit.c | 38 ++---

答复: [PATCH]new driver for siliconmotion

2012-07-17 Thread Aaron . Chen 陈俊杰
Hi Matt, We really appreciate your advice! The project is very important to us! We have worked for the project for two years. It can support all the SMI graphics chips and works OK on FC, SUSE, Ubuntu Red Hat, etc. for both 32 and 64 bit OS. The code contains two different types of driver. One

Re: [PATCH 2/2] Make indentation of dix/tables.c much more consistent and readable

2012-07-17 Thread Daniel Stone
On 17 July 2012 07:13, Alan Coopersmith alan.coopersm...@oracle.com wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Acked-by: Daniel Stone dan...@fooishbar.org ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH 1/2] Fix up formatting of initializers for arrays of structs

2012-07-17 Thread Daniel Stone
Hi, On 17 July 2012 07:13, Alan Coopersmith alan.coopersm...@oracle.com wrote: The indenter seems to have gotten confused by initializing arrays of structs with the struct defined inline - for predefined structs it did a better job, so match that. It'd be nice if this consistently used spaces

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

2012-07-17 Thread Michal Suchanek
On 17 July 2012 10:31, Aaron.Chen 陈俊杰 aaron.c...@siliconmotion.com wrote: Hi Matt, We really appreciate your advice! The project is very important to us! We have worked for the project for two years. It can support all the SMI graphics chips and works OK on FC, SUSE, Ubuntu Red Hat, etc.

Re: pull request: output and offload complete tree

2012-07-17 Thread Michal Suchanek
On 16 July 2012 21:09, Dave Airlie airl...@gmail.com wrote: On Mon, Jul 16, 2012 at 11:28 PM, Michal Suchanek hramr...@gmail.com wrote: Hello, can this be used to start an X server with dummy driver as output and a real card for rendering? No. And what is so different about dummy compared

Re: [PATCH v2] uload unused input modules

2012-07-17 Thread Michal Suchanek
On 11 July 2012 08:46, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Jul 03, 2012 at 12:45:21PM +0200, Michal Suchanek wrote: Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/loader/loadmod.c | 19 --- 1 file changed, 16 insertions(+), 3

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: [PULL] hw/xwin fixes

2012-07-17 Thread Jon TURNEY
On 16/07/2012 21:27, Keith Packard wrote: Jon TURNEY writes: Various cleanups and fixes for hw/xwin. Please consider pulling into master. Would you like to merge in my Popen cleanup before I pull this? (I'm wearing two hats -- xwin changes generally come through your tree, and I don't

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

2012-07-17 Thread Thomas Klausner
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. This errno is not defined on (at least) DragonFly BSD. A Linux man page

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: libdrm-2.4.37: use ETIMEDOUT instead of ETIME?

2012-07-17 Thread Thomas Klausner
On Tue, Jul 17, 2012 at 12:04:26PM -0700, Matt Turner wrote: I was asking mostly out of curiosity, but at the same time I don't think compiling this (libdrm_intel) is useful without KMS. Ok, that might be. So unless I'm wrong on that point I've got to question why you're bothering to ship

Re: [PULL] hw/xwin fixes

2012-07-17 Thread Keith Packard
Jon TURNEY jon.tur...@dronecode.org.uk writes: Colin Harrison (1): hw/xwin: RANDR resize didn't occur when screen window was maximized or restored Jon TURNEY (11): hw/xwin: Don't bother reporting XORG_VERSION_CURRENT hw/xwin: Tidy up some pointless output which is always

Re: [PULL: xserver master] C99 initializer bug fixes late protocol conversion

2012-07-17 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Alan Coopersmith (4): Fix two more C99 initialization mistakes using members of same struct Use C99 designated initializers in RandR 1.4 extension Replies Use C99 designated initializers in RandR 1.4 extension Events

[xf86-video-nested] randr only?

2012-07-17 Thread consume . noise
Hi, would it be okay to make randr a must dependency for nested? With a randr only version I could leave out various ifdefs and remove unnecessary old code. thanks, Daniel ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH:libXv] Uppercase SH arguments.

2012-07-17 Thread Thomas Klausner
Signed-off-by: Thomas Klausner w...@netbsd.org --- man/XvListImageFormats.man | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/XvListImageFormats.man b/man/XvListImageFormats.man index c5159e5..51e5a2e 100644 --- a/man/XvListImageFormats.man +++

Re: [PATCH] Do not unconditionally define DEBUG.

2012-07-17 Thread Thomas Klausner
On Mon, Jul 16, 2012 at 10:26:37PM -0700, Alan Coopersmith wrote: Sorry, that's what I get for relying on memory instead of testing - the = was a mistake, it should be a space, as in: git config format.subjectprefix PATCH:xscope (actually tested this time to be sure) Ok, thanks, that

Re: [PATCH] Do not unconditionally define DEBUG.

2012-07-17 Thread Alan Coopersmith
On 07/17/12 01:01 PM, Thomas Klausner wrote: On Mon, Jul 16, 2012 at 10:26:37PM -0700, Alan Coopersmith wrote: Sorry, that's what I get for relying on memory instead of testing - the = was a mistake, it should be a space, as in: git config format.subjectprefix PATCH:xscope (actually

Re: [xf86-video-nested] randr only?

2012-07-17 Thread Daniel Martin
On Tue, Jul 17, 2012 at 09:24:19PM +0200, consume.no...@gmail.com wrote: would it be okay to make randr a must dependency for nested? There's no need to. With a randr only version I could leave out various ifdefs and remove unnecessary old code. You should have had a look at the intel driver,

[PATCH] Add '-xserver-keymap-dir' option to print .xkm file directory and exit

2012-07-17 Thread Keith Packard
This can be used by xkb file packages to clear any cached files when new xkb configuration files are installed. Signed-off-by: Keith Packard kei...@keithp.com --- man/Xserver.man |6 ++ xkb/xkbInit.c |4 2 files changed, 10 insertions(+) diff --git a/man/Xserver.man