From f6e50994e12f1135748a51bf6380dc04bd5f4907 Mon Sep 17 00:00:00 2001 From: Sarah Sharp Date: Tue, 6 May 2014 12:10:56 -0700 Subject: Import eglextchromium.h from Chromium. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to support the (currently unregistered) Chromium-specific EGL extension eglGetSyncValuesCHROMIUM on Intel systems, we need to import the Chromium header that defines it. The file was downloaded from https://chromium.googlesource.com/chromium/chromium/+/trunk/ui/gl/EGL/eglextchromium.h It is subject to the license found at https://chromium.googlesource.com/chromium/chromium/+/trunk/LICENSE I have imported the header file and added the license text to the top. The only change was to fix the include guard on the Chromium header to change the last line from a #define to a #endif, which makes the header actually compile. Signed-off-by: Sarah Sharp Reviewed-by: Chad Versace Cc: Jamey Sharp Cc: Ian Romanick Cc: Stéphane Marchesin --- src/egl/main/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl') diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am index 2858913eae8..23207db8ae1 100644 --- a/src/egl/main/Makefile.am +++ b/src/egl/main/Makefile.am @@ -126,5 +126,6 @@ egldir = $(includedir)/EGL egl_HEADERS = \ $(top_srcdir)/include/EGL/eglext.h \ $(top_srcdir)/include/EGL/egl.h \ + $(top_srcdir)/include/EGL/eglextchromium.h \ $(top_srcdir)/include/EGL/eglmesaext.h \ $(top_srcdir)/include/EGL/eglplatform.h -- cgit v1.2.3