blob: ea134b3a61cc83d7a728e1099bf56d285200fe7e [file] [log] [blame]
Bob Badourb944f5a2021-01-21 11:01:59 -08001# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
2# CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
3# DEPENDING ON IT IN YOUR PROJECT. ***
Alistair Strachan72deb342018-05-01 17:12:08 -07004name: "mesa3d"
5description:
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
10third_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 }
Bob Badour12b754c2022-03-03 15:06:54 -080021 license_note: "would be NOTICE save for:\n"
22 " include/drm-uapi/etnaviv_drm.h\n"
23 " and RESTRICTED save for:\n"
24 " docs/README.VCE\n"
25 " docs/README.UVD"
Bob Badourb944f5a2021-01-21 11:01:59 -080026 license_type: BY_EXCEPTION_ONLY
Maria Uretsky8df56642021-12-07 00:34:51 +000027 security {
28 tag: "NVD-CPE2.3:cpe:/a:mesa3d:mesa:17.0.4"
29 }
Alistair Strachan72deb342018-05-01 17:12:08 -070030}