diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-26 16:59:42 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-08-26 16:59:42 +0000 |
commit | 81ece42815e80818f160cdd85fab57d65b56ad15 (patch) | |
tree | 1059ff094da1aa50334115952fcb1cfcbda3acc6 /lib/mesa/include/GLES3 | |
parent | b0244145d5bb49623d58f6b5cab8143ada692b60 (diff) |
Revert to Mesa 13.0.6 to hopefully address rendering issues a handful of
people have reported with xpdf/fvwm on ivy bridge with modesetting driver.
Diffstat (limited to 'lib/mesa/include/GLES3')
-rw-r--r-- | lib/mesa/include/GLES3/gl3.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES3/gl31.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES3/gl3ext.h | 2 | ||||
-rw-r--r-- | lib/mesa/include/GLES3/gl3platform.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/mesa/include/GLES3/gl3.h b/lib/mesa/include/GLES3/gl3.h index 545d93d38..8d1a3ceba 100644 --- a/lib/mesa/include/GLES3/gl3.h +++ b/lib/mesa/include/GLES3/gl3.h @@ -33,7 +33,7 @@ extern "C" { ** used to make the header, and the header can be found at ** http://www.opengl.org/registry/ ** -** Khronos $Revision: 1.7 $ on $Date: 2017/08/14 09:57:57 $ +** Khronos $Revision: 1.8 $ on $Date: 2017/08/26 16:59:18 $ */ #include <GLES3/gl3platform.h> diff --git a/lib/mesa/include/GLES3/gl31.h b/lib/mesa/include/GLES3/gl31.h index abc757bcf..bbe059e44 100644 --- a/lib/mesa/include/GLES3/gl31.h +++ b/lib/mesa/include/GLES3/gl31.h @@ -33,7 +33,7 @@ extern "C" { ** used to make the header, and the header can be found at ** http://www.opengl.org/registry/ ** -** Khronos $Revision: 1.7 $ on $Date: 2017/08/14 09:57:57 $ +** Khronos $Revision: 1.8 $ on $Date: 2017/08/26 16:59:18 $ */ #include <GLES3/gl3platform.h> diff --git a/lib/mesa/include/GLES3/gl3ext.h b/lib/mesa/include/GLES3/gl3ext.h index 7356d8ee7..eab634c0b 100644 --- a/lib/mesa/include/GLES3/gl3ext.h +++ b/lib/mesa/include/GLES3/gl3ext.h @@ -1,7 +1,7 @@ #ifndef __gl3ext_h_ #define __gl3ext_h_ -/* $Revision: 1.7 $ on $Date: 2017/08/14 09:57:57 $ */ +/* $Revision: 1.8 $ on $Date: 2017/08/26 16:59:18 $ */ /* * This document is licensed under the SGI Free Software B License Version diff --git a/lib/mesa/include/GLES3/gl3platform.h b/lib/mesa/include/GLES3/gl3platform.h index ccffedd08..aa00818a6 100644 --- a/lib/mesa/include/GLES3/gl3platform.h +++ b/lib/mesa/include/GLES3/gl3platform.h @@ -1,7 +1,7 @@ #ifndef __gl3platform_h_ #define __gl3platform_h_ -/* $Revision: 1.7 $ on $Date: 2017/08/14 09:57:57 $ */ +/* $Revision: 1.8 $ on $Date: 2017/08/26 16:59:18 $ */ /* * This document is licensed under the SGI Free Software B License Version |