[arch-commits] Commit in (vulkan-intel)

2016-07-14 Thread Laurent Carlier
Date: Friday, July 15, 2016 @ 05:38:19
  Author: lcarlier
Revision: 271883

moved in mesa package

Deleted:
  vulkan-intel/


[arch-commits] Commit in vulkan-intel/repos (9 files)

2016-04-17 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 07:58:29
  Author: lcarlier
Revision: 265111

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

Added:
  vulkan-intel/repos/extra-i686/
  vulkan-intel/repos/extra-i686/LICENSE
(from rev 265110, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-i686/PKGBUILD
(from rev 265110, vulkan-intel/trunk/PKGBUILD)
  vulkan-intel/repos/extra-i686/fixes.patch
(from rev 265110, vulkan-intel/trunk/fixes.patch)
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 265110, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 265110, vulkan-intel/trunk/PKGBUILD)
  vulkan-intel/repos/extra-x86_64/fixes.patch
(from rev 265110, vulkan-intel/trunk/fixes.patch)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 /LICENSE |   82 +
 /PKGBUILD|   62 ++
 extra-i686/LICENSE   |   82 +
 extra-i686/PKGBUILD  |   62 ++
 extra-i686/fixes.patch   |   23 
 extra-x86_64/LICENSE |   82 -
 extra-x86_64/PKGBUILD|   60 
 extra-x86_64/fixes.patch |   23 
 8 files changed, 334 insertions(+), 142 deletions(-)

Copied: vulkan-intel/repos/extra-i686/LICENSE (from rev 265110, 
vulkan-intel/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-04-18 05:58:29 UTC (rev 265111)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/ 

[arch-commits] Commit in vulkan-intel/trunk (PKGBUILD fixes.patch)

2016-04-17 Thread Laurent Carlier
Date: Monday, April 18, 2016 @ 07:58:20
  Author: lcarlier
Revision: 265110

upgpkg: vulkan-intel 0.0.3+3713+ga998e49-1

update to lastest git commit,fix FS#48964

Added:
  vulkan-intel/trunk/fixes.patch
Modified:
  vulkan-intel/trunk/PKGBUILD

-+
 PKGBUILD|   28 +++-
 fixes.patch |   23 +++
 2 files changed, 38 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 02:05:10 UTC (rev 265109)
+++ PKGBUILD2016-04-18 05:58:20 UTC (rev 265110)
@@ -2,20 +2,22 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-intel
-pkgver=0.0.2+3381+gbff7a8c
-#pkgver=11.2+branchpoint+3381+gbff7a8c
+pkgver=0.0.3+3713+ga998e49
+#pkgver=11.2+branchpoint+3713+ga998e49
 pkgrel=1
 pkgdesc="Intel's Vulkan mesa driver"
-arch=(x86_64) # i686 doesn't build
+arch=(x86_64 i686)
 url="http://www.mesa3d.org;
 license=('custom')
-depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libxcb')
-makedepends=('libdrm' 'dri2proto' 'glproto' 'libxxf86vm' 'libxdamage' 
'expat>=2.0.1' 'libxmu'
+depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libxcb' 'libxshmfence')
+makedepends=('libdrm' 'dri3proto' 'glproto' 'libxxf86vm' 'libxdamage' 
'expat>=2.0.1' 'libxmu'
  'talloc' 'wayland' 'pkgconfig' 'imake' 'xorg-server-devel' 
'python2-mako' 'python' 'git')
-source=('anvil::git://anongit.freedesktop.org/mesa/mesa#branch=vulkan'
-LICENSE) 
+source=('anvil::git://anongit.freedesktop.org/mesa/mesa#commit=a998e492594df333834131dbe705b4023ef7e929'
+LICENSE
+fixes.patch) 
 sha256sums=('SKIP'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
+'f2b490dacd654d7c810481a0025f200fc864cdd4d8d647ece9815cc83903265e')
 
 # pkgver() {
 #   cd $pkgname
@@ -24,9 +26,8 @@
 
 prepare() {
   cd "${srcdir}/anvil"
-  
-  #select our git commit
-  git checkout bff7a8c4f343a67149e6a6854e0597696b3d4b03 .
+
+  patch -Np1 -i ../fixes.patch  
 }
 
 build() {
@@ -37,6 +38,7 @@
 --with-sha1=libgcrypt \
 --with-dri-drivers=i965 \
 --with-egl-platforms=x11,drm,wayland \
+--with-vulkan-drivers=intel \
 --with-gallium-drivers=
   make
 
@@ -48,8 +50,8 @@
 package() {
   cd "${srcdir}/anvil"
   
-  install -m755 -d ${pkgdir}/etc
-  mv -v ${srcdir}/fakeinstall/etc/vulkan ${pkgdir}/etc/
+  install -m755 -d ${pkgdir}/usr/share
+  mv -v ${srcdir}/fakeinstall/etc/vulkan ${pkgdir}/usr/share
 
   install -m755 -d ${pkgdir}/usr/{include/vulkan,lib}
   mv -v ${srcdir}/fakeinstall/usr/lib/libvulkan_intel.so ${pkgdir}/usr/lib/

Added: fixes.patch
===
--- fixes.patch (rev 0)
+++ fixes.patch 2016-04-18 05:58:20 UTC (rev 265110)
@@ -0,0 +1,23 @@
+diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
+index cba6671..a84be72 100644
+--- a/src/intel/vulkan/Makefile.am
 b/src/intel/vulkan/Makefile.am
+@@ -67,7 +67,7 @@ AM_CPPFLAGS = \
+   -I$(top_builddir)/src/compiler/nir \
+   -I$(top_builddir)/src/intel
+ 
+-libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init
++libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init -msse2
+ 
+ VULKAN_SOURCES =\
+   anv_allocator.c \
+diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
+index cba6671..5aedef8 100644
+--- a/src/intel/vulkan/Makefile.am
 b/src/intel/vulkan/Makefile.am
+@@ -209,4 +209,4 @@ libvulkan_test_la_LIBADD = $(libvulkan_intel_la_LIBADD)
+ include $(top_srcdir)/install-lib-links.mk
+ 
+ install-data-local:
+-  $(INSTALL_DATA) -D $(srcdir)/intel_icd.json 
$(VULKAN_ICD_INSTALL_DIR)/intel_icd.json
++  $(INSTALL_DATA) -D $(srcdir)/intel_icd.json 
$(DESTDIR)/$(VULKAN_ICD_INSTALL_DIR)/intel_icd.json


[arch-commits] Commit in vulkan-intel/repos/extra-x86_64 (4 files)

2016-04-09 Thread Laurent Carlier
Date: Sunday, April 10, 2016 @ 07:57:00
  Author: lcarlier
Revision: 264462

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 264461, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 264461, vulkan-intel/trunk/PKGBUILD)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++---
 PKGBUILD |  120 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-10 05:56:55 UTC (rev 264461)
+++ LICENSE 2016-04-10 05:57:00 UTC (rev 264462)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 264461, 
vulkan-intel/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-10 05:57:00 UTC (rev 264462)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not 

[arch-commits] Commit in vulkan-intel/repos/extra-x86_64 (4 files)

2016-03-16 Thread Laurent Carlier
Date: Wednesday, March 16, 2016 @ 08:05:09
  Author: lcarlier
Revision: 261835

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 261834, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 261834, vulkan-intel/trunk/PKGBUILD)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++---
 PKGBUILD |  120 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-16 07:05:03 UTC (rev 261834)
+++ LICENSE 2016-03-16 07:05:09 UTC (rev 261835)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 261834, 
vulkan-intel/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-16 07:05:09 UTC (rev 261835)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not 

[arch-commits] Commit in vulkan-intel/trunk (PKGBUILD)

2016-03-16 Thread Laurent Carlier
Date: Wednesday, March 16, 2016 @ 08:05:03
  Author: lcarlier
Revision: 261834

upgpkg: vulkan-intel 0.0.2+2698+gabaa3be-1

update to lastest git commit

Modified:
  vulkan-intel/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-16 06:52:09 UTC (rev 261833)
+++ PKGBUILD2016-03-16 07:05:03 UTC (rev 261834)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-intel
-pkgver=0.0.2+2373+gb83785d
-#pkgver=11.2+branchpoint+2373+gb83785d
+pkgver=0.0.2+2698+gabaa3be
+#pkgver=11.2+branchpoint+2698+gabaa3be
 pkgrel=1
 pkgdesc="Intel's Vulkan mesa driver"
 arch=(x86_64) # i686 doesn't build
@@ -26,7 +26,7 @@
   cd "${srcdir}/anvil"
   
   #select our git commit
-  git checkout b83785d86d2c7f07323920615c72a9f09695a9a7 .
+  git checkout abaa3bed22ebb580724a5741bb8bee69e476a85f .
 }
 
 build() {


[arch-commits] Commit in vulkan-intel/repos/extra-x86_64 (4 files)

2016-03-15 Thread Laurent Carlier
Date: Tuesday, March 15, 2016 @ 21:16:57
  Author: lcarlier
Revision: 261673

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 261672, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 261672, vulkan-intel/trunk/PKGBUILD)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++---
 PKGBUILD |  120 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-15 20:16:52 UTC (rev 261672)
+++ LICENSE 2016-03-15 20:16:57 UTC (rev 261673)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 261672, 
vulkan-intel/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-15 20:16:57 UTC (rev 261673)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not 

[arch-commits] Commit in vulkan-intel/trunk (PKGBUILD)

2016-03-15 Thread Laurent Carlier
Date: Tuesday, March 15, 2016 @ 21:16:52
  Author: lcarlier
Revision: 261672

upgpkg: vulkan-intel 0.0.2+2373+gb83785d-1

update to lastest git commit

Modified:
  vulkan-intel/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-15 19:59:58 UTC (rev 261671)
+++ PKGBUILD2016-03-15 20:16:52 UTC (rev 261672)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-intel
-pkgver=0.0.2+2163+g097564b
-#pkgver=11.2-branchpoint-2163-g097564b
+pkgver=0.0.2+2373+gb83785d
+#pkgver=11.2+branchpoint+2373+gb83785d
 pkgrel=1
 pkgdesc="Intel's Vulkan mesa driver"
 arch=(x86_64) # i686 doesn't build
@@ -26,7 +26,7 @@
   cd "${srcdir}/anvil"
   
   #select our git commit
-  git checkout 097564bb8e30e3c13674a2aa113c373657628eb1 .
+  git checkout b83785d86d2c7f07323920615c72a9f09695a9a7 .
 }
 
 build() {


[arch-commits] Commit in vulkan-intel/trunk (PKGBUILD)

2016-02-29 Thread Laurent Carlier
Date: Tuesday, March 1, 2016 @ 06:53:30
  Author: lcarlier
Revision: 260423

upgpkg: vulkan-intel 0.0.2+2163+g097564b-1

update to lastest git commit

Modified:
  vulkan-intel/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 00:49:53 UTC (rev 260422)
+++ PKGBUILD2016-03-01 05:53:30 UTC (rev 260423)
@@ -2,11 +2,11 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-intel
-pkgver=0.0.1+3765+gbc696f1
-#pkgver=11.1+branchpoint+3765+gbc696f1
+pkgver=0.0.2+2163+g097564b
+#pkgver=11.2-branchpoint-2163-g097564b
 pkgrel=1
 pkgdesc="Intel's Vulkan mesa driver"
-arch=(x86_64)
+arch=(x86_64) # i686 doesn't build
 url="http://www.mesa3d.org;
 license=('custom')
 depends=('vulkan-icd-loader' 'libgcrypt' 'wayland' 'libxcb')
@@ -26,7 +26,7 @@
   cd "${srcdir}/anvil"
   
   #select our git commit
-  git checkout bc696f1db69bf70cf1d1c4b6b837db25378b820c
+  git checkout 097564bb8e30e3c13674a2aa113c373657628eb1 .
 }
 
 build() {


[arch-commits] Commit in vulkan-intel/repos/extra-x86_64 (4 files)

2016-02-29 Thread Laurent Carlier
Date: Tuesday, March 1, 2016 @ 06:53:35
  Author: lcarlier
Revision: 260424

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 260423, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 260423, vulkan-intel/trunk/PKGBUILD)
Deleted:
  vulkan-intel/repos/extra-x86_64/LICENSE
  vulkan-intel/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  164 ++---
 PKGBUILD |  120 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-01 05:53:30 UTC (rev 260423)
+++ LICENSE 2016-03-01 05:53:35 UTC (rev 260424)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 260423, 
vulkan-intel/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-01 05:53:35 UTC (rev 260424)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not 

[arch-commits] Commit in vulkan-intel/repos (3 files)

2016-02-20 Thread Laurent Carlier
Date: Saturday, February 20, 2016 @ 21:30:49
  Author: lcarlier
Revision: 260096

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-intel/repos/extra-x86_64/
  vulkan-intel/repos/extra-x86_64/LICENSE
(from rev 260095, vulkan-intel/trunk/LICENSE)
  vulkan-intel/repos/extra-x86_64/PKGBUILD
(from rev 260095, vulkan-intel/trunk/PKGBUILD)

--+
 LICENSE  |   82 +
 PKGBUILD |   60 
 2 files changed, 142 insertions(+)

Copied: vulkan-intel/repos/extra-x86_64/LICENSE (from rev 260095, 
vulkan-intel/trunk/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2016-02-20 20:30:49 UTC (rev 260096)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: vulkan-intel/repos/extra-x86_64/PKGBUILD (from rev 260095, 
vulkan-intel/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-20 20:30:49 UTC (rev 260096)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-intel
+pkgver=0.0.1+3765+gbc696f1
+#pkgver=11.1+branchpoint+3765+gbc696f1
+pkgrel=1
+pkgdesc="Intel's Vulkan mesa driver"
+arch=(x86_64)