• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 # *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
2 #     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
3 #     DEPENDING ON IT IN YOUR PROJECT. ***
4 name: "mesa3d"
5 description:
6     "Mesa (or Mesa 3D) is a library which provides the OpenGL, OpenGL ES, EGL, "
7     "Vulkan and other standard graphics APIs, and the userspace part of the "
8     "graphics hardware drivers required to accelerate these APIs."
9 
10 third_party {
11   url {
12     type: HOMEPAGE
13     value: "https://www.mesa3d.org/"
14   }
15   url {
16     type: GIT
17     value: "git://anongit.freedesktop.org/git/mesa/mesa"
18   }
19   version: "17.0.4"
20   last_upgrade_date { year: 2017 month: 5 day: 22 }
21   # would be NOTICE save for:
22   #   include/drm-uapi/etnaviv_drm.h
23   # and RESTRICTED save for:
24   #   docs/README.VCE
25   #   docs/README.UVD
26   license_type: BY_EXCEPTION_ONLY
27 }
28