c50e5ba7a5
Cherry-pick from http://192.168.110.45/sdk/buildroot/-/commit/ed70e2b79cbc7a504792899e2cd3577777fd54bd
54 lines
1.9 KiB
Diff
54 lines
1.9 KiB
Diff
From 5aed29849109fcb20934186b9f4ffc0606b40f8e Mon Sep 17 00:00:00 2001
|
|
From: Brendan King <Brendan.King@imgtec.com>
|
|
Date: Mon, 11 Jul 2016 12:45:30 +0100
|
|
Subject: [PATCH 12/50] GL_OVR_multiview entry points
|
|
|
|
---
|
|
src/mapi/glapi/gen/gl_API.xml | 17 +++++++++++++++++
|
|
src/mapi/glapi/gen/static_data.py | 1 +
|
|
2 files changed, 18 insertions(+)
|
|
|
|
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
|
|
index dcdbe80290c..d6fae3b1988 100644
|
|
--- a/src/mapi/glapi/gen/gl_API.xml
|
|
+++ b/src/mapi/glapi/gen/gl_API.xml
|
|
@@ -13101,6 +13101,23 @@
|
|
</function>
|
|
</category>
|
|
|
|
+<category name="GL_OVR_multiview" number="478">
|
|
+ <enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" value="0x9630" />
|
|
+ <enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" value="0x9632" />
|
|
+ <enum name="MAX_VIEWS_OVR" value="0x9631">
|
|
+ <size name="Get" mode="get"/>
|
|
+ </enum>
|
|
+ <enum name="FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR" value="0x9633" />
|
|
+ <function name="FramebufferTextureMultiviewOVR" es2="3.0" exec="dynamic">
|
|
+ <param name="target" type="GLenum"/>
|
|
+ <param name="attachment" type="GLenum"/>
|
|
+ <param name="texture" type="GLuint"/>
|
|
+ <param name="level" type="GLint"/>
|
|
+ <param name="baseViewIndex" type="GLint"/>
|
|
+ <param name="numViews" type="GLsizei"/>
|
|
+ </function>
|
|
+</category>
|
|
+
|
|
<xi:include href="EXT_window_rectangles.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
|
|
<!-- 520. GL_EXT_shader_framebuffer_fetch -->
|
|
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
|
|
index 2838a4451a2..015e4efed7a 100644
|
|
--- a/src/mapi/glapi/gen/static_data.py
|
|
+++ b/src/mapi/glapi/gen/static_data.py
|
|
@@ -1690,6 +1690,7 @@ offsets = {
|
|
"GetFramebufferPixelLocalStorageSizeEXT" : 1654,
|
|
"FramebufferTexture2DDownsampleIMG" : 1655,
|
|
"FramebufferTextureLayerDownsampleIMG" : 1656,
|
|
+ "FramebufferTextureMultiviewOVR" : 1657,
|
|
}
|
|
|
|
functions = [
|
|
--
|
|
2.17.1
|
|
|