Re: [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz macal...@netbsd.org.

2013-06-08 Thread Matthieu Herrb
On Fri, Jun 07, 2013 at 08:39:52PM -0700, Alan Coopersmith wrote: On 06/ 2/13 01:38 PM, Thomas Klausner wrote: --- configure.ac | 4 +- src/netbsd_pci.c | 471 +++ 2 files changed, 342 insertions(+), 133 deletions(-) Since

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

2013-06-08 Thread Matthieu Herrb
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 +++ configure.ac @@ -616,7 +616,7 @@ AC_ARG_ENABLE(arm-iwmmxt2, if test x$IWMMXT_CFLAGS

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] ephyr: restore GLX support

2013-06-08 Thread Daniel Stone
Please merge. On 7 June 2013 18:43, Laurent Carlier lordhea...@gmail.com wrote: It was removed since version 1.13 Signed-off-by: Sebastien Bacher seb...@ubuntu.com Acked-by: Daniel Stone dan...@fooishbar.org --- hw/kdrive/ephyr/ephyrinit.c | 20 1 file changed, 20

Re: Current DRI3 specification

2013-06-08 Thread Daniel Stone
Hi, On 7 June 2013 13:30, James Jones jajo...@nvidia.com wrote: We do need more than the 'make it pretty' requirement above though. What you describe is what interactive rendering apps want, when you're translating some sort of input into graphics with as little latency as possible.

Re: [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz macal...@netbsd.org.

2013-06-08 Thread Thomas Klausner
On Fri, Jun 07, 2013 at 08:39:52PM -0700, Alan Coopersmith wrote: On 06/ 2/13 01:38 PM, Thomas Klausner wrote: --- configure.ac | 4 +- src/netbsd_pci.c | 471 +++ 2 files changed, 342 insertions(+), 133 deletions(-) Since

Re: [PATCH:libpciaccess 2/3] Remove useless extra const in const sometype const * var = value; . Found using clang -Wduplicate-decl-specifier.

2013-06-08 Thread Ian Romanick
On 06/07/2013 08:50 PM, Alan Coopersmith wrote: On 06/ 2/13 01:38 PM, Thomas Klausner wrote: --- src/common_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common_interface.c b/src/common_interface.c index 6dccf8e..8eace4e 100644 ---