diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:28:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-26 12:28:57 +0000 |
commit | 2ac4cd59e20ae716a954b0cdf028daabd33dd8fd (patch) | |
tree | d1d278b4e18788ce31f8285a76fe357b896fc8e7 /lib/mesa/include/GLES | |
parent | 9b2e362559110085d2ff9b90fea11fa81e704a78 (diff) |
Merge Mesa 13.0.5
Diffstat (limited to 'lib/mesa/include/GLES')
-rw-r--r-- | lib/mesa/include/GLES/egl.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES/gl.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES/glext.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES/glplatform.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/mesa/include/GLES/egl.h b/lib/mesa/include/GLES/egl.h index fb25261aa..3e127b83b 100644 --- a/lib/mesa/include/GLES/egl.h +++ b/lib/mesa/include/GLES/egl.h @@ -3,7 +3,7 @@ * applications. Several early implementations included gl.h * in egl.h leading applications to include only egl.h * - * $Revision: 1.4 $ on $Date: 2017/01/19 05:53:24 $ + * $Revision: 1.5 $ on $Date: 2017/02/26 12:28:56 $ */ #ifndef __legacy_egl_h_ diff --git a/lib/mesa/include/GLES/gl.h b/lib/mesa/include/GLES/gl.h index f3c9b6473..cb09b6034 100644 --- a/lib/mesa/include/GLES/gl.h +++ b/lib/mesa/include/GLES/gl.h @@ -1,7 +1,7 @@ #ifndef __gl_h_ #define __gl_h_ -/* $Revision: 1.4 $ on $Date: 2017/01/19 05:53:24 $ */ +/* $Revision: 1.5 $ on $Date: 2017/02/26 12:28:56 $ */ #include <GLES/glplatform.h> diff --git a/lib/mesa/include/GLES/glext.h b/lib/mesa/include/GLES/glext.h index 2ea822b43..1f7fc0010 100644 --- a/lib/mesa/include/GLES/glext.h +++ b/lib/mesa/include/GLES/glext.h @@ -1,7 +1,7 @@ #ifndef __glext_h_ #define __glext_h_ -/* $Revision: 1.4 $ on $Date: 2017/01/19 05:53:24 $ */ +/* $Revision: 1.5 $ on $Date: 2017/02/26 12:28:56 $ */ #ifdef __cplusplus extern "C" { diff --git a/lib/mesa/include/GLES/glplatform.h b/lib/mesa/include/GLES/glplatform.h index 3330f4542..d15225c72 100644 --- a/lib/mesa/include/GLES/glplatform.h +++ b/lib/mesa/include/GLES/glplatform.h @@ -1,7 +1,7 @@ #ifndef __glplatform_h_ #define __glplatform_h_ -/* $Revision: 1.4 $ on $Date: 2017/01/19 05:53:24 $ */ +/* $Revision: 1.5 $ on $Date: 2017/02/26 12:28:56 $ */ /* * This document is licensed under the SGI Free Software B License Version |