Add Wayland with GPU support.
Cherry-pick from http://192.168.110.45/sdk/buildroot/-/commit/ed70e2b79cbc7a504792899e2cd3577777fd54bd
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
From 651ae0156f4cec4dbf70eef95e1eceebe8941a20 Mon Sep 17 00:00:00 2001
|
||||
From: Brendan King <Brendan.King@imgtec.com>
|
||||
Date: Tue, 30 Jan 2018 10:25:11 +0000
|
||||
Subject: [PATCH 30/50] GL_EXT_multi_draw_indirect entry points
|
||||
|
||||
---
|
||||
src/mapi/glapi/gen/es_EXT.xml | 19 +++++++++++++++++++
|
||||
src/mapi/glapi/gen/static_data.py | 2 ++
|
||||
2 files changed, 21 insertions(+)
|
||||
|
||||
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
|
||||
index 359cc9ca8cf..de2862a71a5 100644
|
||||
--- a/src/mapi/glapi/gen/es_EXT.xml
|
||||
+++ b/src/mapi/glapi/gen/es_EXT.xml
|
||||
@@ -1140,6 +1140,25 @@
|
||||
|
||||
</category>
|
||||
|
||||
+<category name="GL_EXT_multi_draw_indirect" number="205">
|
||||
+
|
||||
+ <function name="MultiDrawArraysIndirectEXT" es2="3.1" exec="dynamic">
|
||||
+ <param name="mode" type="GLenum"/>
|
||||
+ <param name="indirect" type="const GLvoid *"/>
|
||||
+ <param name="drawcount" type="GLsizei"/>
|
||||
+ <param name="stride" type="GLsizei"/>
|
||||
+ </function>
|
||||
+
|
||||
+ <function name="MultiDrawElementsIndirectEXT" es2="3.1" exec="dynamic">
|
||||
+ <param name="mode" type="GLenum"/>
|
||||
+ <param name="type" type="GLenum"/>
|
||||
+ <param name="indirect" type="const GLvoid *"/>
|
||||
+ <param name="drawcount" type="GLsizei"/>
|
||||
+ <param name="stride" type="GLsizei"/>
|
||||
+ </function>
|
||||
+
|
||||
+</category>
|
||||
+
|
||||
<category name="GL_EXT_copy_image" number="208">
|
||||
|
||||
<function name="CopyImageSubDataEXT" alias="CopyImageSubData" es2="3.0">
|
||||
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
|
||||
index d13dc915d6f..32fb3b8f4f7 100644
|
||||
--- a/src/mapi/glapi/gen/static_data.py
|
||||
+++ b/src/mapi/glapi/gen/static_data.py
|
||||
@@ -1692,6 +1692,8 @@ offsets = {
|
||||
"FramebufferTextureLayerDownsampleIMG" : 1656,
|
||||
"FramebufferTextureMultiviewOVR" : 1657,
|
||||
"FramebufferTextureMultisampleMultiviewOVR" : 1658,
|
||||
+ "MultiDrawArraysIndirectEXT" : 1659,
|
||||
+ "MultiDrawElementsIndirectEXT" : 1660,
|
||||
}
|
||||
|
||||
functions = [
|
||||
--
|
||||
2.17.1
|
||||
|
||||
Reference in New Issue
Block a user