diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:53:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:53:23 +0000 |
commit | 58cad0a2ccb28b1f82763d80861c6085def38b30 (patch) | |
tree | 8f199bc844429c0ca70acb457cd48a354b6ff177 /lib/mesa/include/GLES | |
parent | 21ab4c9f31674b113c24177398ed39f29b7cd8e6 (diff) |
Merge Mesa 13.0.2
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 bf8053a25..e8c19701f 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.2 $ on $Date: 2016/05/29 10:40:20 $ + * $Revision: 1.3 $ on $Date: 2016/12/11 08:53:19 $ */ #ifndef __legacy_egl_h_ diff --git a/lib/mesa/include/GLES/gl.h b/lib/mesa/include/GLES/gl.h index 535c62e00..9be9b8b3b 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.2 $ on $Date: 2016/05/29 10:40:20 $ */ +/* $Revision: 1.3 $ on $Date: 2016/12/11 08:53:19 $ */ #include <GLES/glplatform.h> diff --git a/lib/mesa/include/GLES/glext.h b/lib/mesa/include/GLES/glext.h index bb13c6f1f..10b02784e 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.2 $ on $Date: 2016/05/29 10:40:20 $ */ +/* $Revision: 1.3 $ on $Date: 2016/12/11 08:53:19 $ */ #ifdef __cplusplus extern "C" { diff --git a/lib/mesa/include/GLES/glplatform.h b/lib/mesa/include/GLES/glplatform.h index 6f7cb0f2d..90c0dec5d 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.2 $ on $Date: 2016/05/29 10:40:20 $ */ +/* $Revision: 1.3 $ on $Date: 2016/12/11 08:53:19 $ */ /* * This document is licensed under the SGI Free Software B License Version |