[arch-commits] Commit in mesa/repos (16 files)

2017-09-01 Thread Andreas Radke
Date: Friday, September 1, 2017 @ 16:32:14
  Author: andyrtr
Revision: 304432

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 304431, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 304431, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 304431, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 304431, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 304431, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 304431, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 304431, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 304431, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 /0001-Fix-linkage-against-shared-glapi.patch |   52 +
 /0002-glvnd-fix-gl-dot-pc.patch  |   24 
 /LICENSE |  164 +
 /PKGBUILD|  382 +
 extra-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 
 extra-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 extra-i686/LICENSE   |   82 --
 extra-i686/PKGBUILD  |  191 --
 extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 
 extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 extra-x86_64/LICENSE |   82 --
 extra-x86_64/PKGBUILD|  191 --
 12 files changed, 622 insertions(+), 622 deletions(-)

Deleted: extra-i686/0001-Fix-linkage-against-shared-glapi.patch
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-09-01 
16:31:49 UTC (rev 304431)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-09-01 
16:32:14 UTC (rev 304432)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch (from 
rev 304431, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  
(rev 0)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-09-01 
16:32:14 UTC (rev 304432)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  

[arch-commits] Commit in mesa/repos (16 files)

2017-08-25 Thread Laurent Carlier
Date: Friday, August 25, 2017 @ 09:03:30
  Author: lcarlier
Revision: 303511

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 303510, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 303510, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 303510, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 303510, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 303510, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 303510, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 303510, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 303510, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/testing-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

+
 /0001-Fix-linkage-against-shared-glapi.patch   |   52 +
 /0002-glvnd-fix-gl-dot-pc.patch|   24 
 /LICENSE   |  164 
 /PKGBUILD  |  382 +++
 testing-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 
 testing-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 testing-i686/LICENSE   |   82 --
 testing-i686/PKGBUILD  |  194 -
 testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 
 testing-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 testing-x86_64/LICENSE |   82 --
 testing-x86_64/PKGBUILD|  194 -
 12 files changed, 622 insertions(+), 628 deletions(-)

Deleted: testing-i686/0001-Fix-linkage-against-shared-glapi.patch
===
--- testing-i686/0001-Fix-linkage-against-shared-glapi.patch2017-08-25 
09:03:20 UTC (rev 303510)
+++ testing-i686/0001-Fix-linkage-against-shared-glapi.patch2017-08-25 
09:03:30 UTC (rev 303511)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 303510, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(rev 0)
+++ testing-i686/0001-Fix-linkage-against-shared-glapi.patch2017-08-25 
09:03:30 UTC (rev 303511)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   

[arch-commits] Commit in mesa/repos (16 files)

2017-08-08 Thread Andreas Radke
Date: Tuesday, August 8, 2017 @ 15:20:15
  Author: andyrtr
Revision: 301779

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 301778, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 301778, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 301778, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 301778, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 301778, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 301778, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 /0001-Fix-linkage-against-shared-glapi.patch |   52 +
 /0002-glvnd-fix-gl-dot-pc.patch  |   24 
 /LICENSE |  164 +
 /PKGBUILD|  388 +
 extra-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 
 extra-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 extra-i686/LICENSE   |   82 --
 extra-i686/PKGBUILD  |  194 --
 extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 
 extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 extra-x86_64/LICENSE |   82 --
 extra-x86_64/PKGBUILD|  194 --
 12 files changed, 628 insertions(+), 628 deletions(-)

Deleted: extra-i686/0001-Fix-linkage-against-shared-glapi.patch
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:19:53 UTC (rev 301778)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:20:15 UTC (rev 301779)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch (from 
rev 301778, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  
(rev 0)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-08-08 
15:20:15 UTC (rev 301779)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  

[arch-commits] Commit in mesa/repos (16 files)

2017-06-30 Thread Laurent Carlier
Date: Saturday, July 1, 2017 @ 05:53:26
  Author: lcarlier
Revision: 299449

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 299448, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
(from rev 299448, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 299448, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 299448, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 299448, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 299448, mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 299448, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 299448, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-i686/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  mesa/repos/extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 /0001-Fix-linkage-against-shared-glapi.patch |   52 +
 /0002-glvnd-fix-gl-dot-pc.patch  |   24 
 /LICENSE |  164 +
 /PKGBUILD|  388 +
 extra-i686/0001-Fix-linkage-against-shared-glapi.patch   |   26 
 extra-i686/0002-glvnd-fix-gl-dot-pc.patch|   12 
 extra-i686/LICENSE   |   82 --
 extra-i686/PKGBUILD  |  194 --
 extra-x86_64/0001-Fix-linkage-against-shared-glapi.patch |   26 
 extra-x86_64/0002-glvnd-fix-gl-dot-pc.patch  |   12 
 extra-x86_64/LICENSE |   82 --
 extra-x86_64/PKGBUILD|  194 --
 12 files changed, 628 insertions(+), 628 deletions(-)

Deleted: extra-i686/0001-Fix-linkage-against-shared-glapi.patch
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-07-01 
05:53:16 UTC (rev 299448)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-07-01 
05:53:26 UTC (rev 299449)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: mesa/repos/extra-i686/0001-Fix-linkage-against-shared-glapi.patch (from 
rev 299448, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- extra-i686/0001-Fix-linkage-against-shared-glapi.patch  
(rev 0)
+++ extra-i686/0001-Fix-linkage-against-shared-glapi.patch  2017-07-01 
05:53:26 UTC (rev 299449)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  

[arch-commits] Commit in mesa/repos (16 files)

2016-08-03 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 14:43:31
  Author: lcarlier
Revision: 272965

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
(from rev 272964, 
mesa/trunk/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch)
  
mesa/repos/testing-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch
(from rev 272964, 
mesa/trunk/0001-i965-import-prime-buffers-in-the-current-context-not.patch)
  
mesa/repos/testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272964, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  mesa/repos/testing-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272964, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 272964, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 272964, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
(from rev 272964, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
(from rev 272964, 
mesa/trunk/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch)
  
mesa/repos/testing-x86_64/0001-i965-import-prime-buffers-in-the-current-context-not.patch
(from rev 272964, 
mesa/trunk/0001-i965-import-prime-buffers-in-the-current-context-not.patch)
  
mesa/repos/testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272964, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  
mesa/repos/testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272964, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 272964, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 272964, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch
(from rev 272964, mesa/trunk/remove-libpthread-stubs.patch)

+
 testing-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch  
|   17 
 testing-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch   
|   66 +++
 testing-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch 
|   76 +++
 testing-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
|   38 +
 testing-i686/LICENSE   
|   82 +++
 testing-i686/PKGBUILD  
|  208 ++
 testing-i686/remove-libpthread-stubs.patch 
|   14 
 testing-x86_64/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
|   17 
 testing-x86_64/0001-i965-import-prime-buffers-in-the-current-context-not.patch 
|   66 +++
 testing-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   
|   76 +++
 testing-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  
|   38 +
 testing-x86_64/LICENSE 
|   82 +++
 testing-x86_64/PKGBUILD
|  208 ++
 testing-x86_64/remove-libpthread-stubs.patch   
|   14 
 14 files changed, 1002 insertions(+)

Copied: 
mesa/repos/testing-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch (from 
rev 272964, mesa/trunk/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch)
===
--- testing-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch   
(rev 0)
+++ testing-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch   
2016-08-03 14:43:31 UTC (rev 272965)
@@ -0,0 +1,17 @@
+diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp 
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
+index 7564119..38e2c4a 100644
+--- a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
 b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
+@@ -6058,7 +6058,11 @@ st_translate_program(
+   inputSemanticName[i], inputSemanticIndex[i],
+   interpMode[i], 0, interpLocation[i],
+   array_id, array_size);
+-i += array_size - 1;
++
++GLuint base_attr = inputSlotToAttr[i];
++while (i + 1 < numInputs &&
++   inputSlotToAttr[i + 1] < base_attr + array_size)
++   ++i;
+  }
+  else {
+ t->inputs[i] = ureg_DECL_fs_input_cyl_centroid(ureg,

Copied: 
mesa/repos/testing-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch
 (from rev 272964, 

[arch-commits] Commit in mesa/repos (16 files)

2016-07-24 Thread Laurent Carlier
Date: Sunday, July 24, 2016 @ 07:22:34
  Author: lcarlier
Revision: 272434

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  
mesa/repos/extra-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272433, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  mesa/repos/extra-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272433, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/extra-i686/LICENSE
(from rev 272433, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 272433, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
(from rev 272433, mesa/trunk/remove-libpthread-stubs.patch)
  
mesa/repos/extra-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
(from rev 272433, 
mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch)
  mesa/repos/extra-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
(from rev 272433, 
mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 272433, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 272433, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch
(from rev 272433, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch

+
 /LICENSE   |  164 

 /PKGBUILD  |  406 
++
 /remove-libpthread-stubs.patch |   28 
 extra-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   |   76 +
 extra-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  |   38 
 extra-i686/LICENSE |   82 
--
 extra-i686/PKGBUILD|  195 

 extra-i686/remove-libpthread-stubs.patch   |   14 
 extra-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch |   76 +
 extra-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch|   38 
 extra-x86_64/LICENSE   |   82 
--
 extra-x86_64/PKGBUILD  |  195 

 extra-x86_64/remove-libpthread-stubs.patch |   14 
 13 files changed, 826 insertions(+), 582 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 272433:272434 to see the changes.