Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XML] Performance query group and class definitions #576

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions xml/gl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2511,9 +2511,9 @@ typedef unsigned int GLhandleARB;
<enum value="0x83F6" name="GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL"/>
<enum value="0x83F7" name="GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL"/>
<enum value="0x83F8" name="GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL"/>
<enum value="0x83F9" name="GL_PERFQUERY_DONOT_FLUSH_INTEL"/>
<enum value="0x83FA" name="GL_PERFQUERY_FLUSH_INTEL"/>
<enum value="0x83FB" name="GL_PERFQUERY_WAIT_INTEL"/>
<enum value="0x83F9" name="GL_PERFQUERY_DONOT_FLUSH_INTEL" group="PerfQueryDataFlags"/>
<enum value="0x83FA" name="GL_PERFQUERY_FLUSH_INTEL" group="PerfQueryDataFlags"/>
<enum value="0x83FB" name="GL_PERFQUERY_WAIT_INTEL" group="PerfQueryDataFlags"/>
<enum value="0x83FC" name="GL_BLACKHOLE_RENDER_INTEL"/>
<unused start="0x83FD" vendor="INTEL"/>
<enum value="0x83FE" name="GL_CONSERVATIVE_RASTERIZATION_INTEL"/>
Expand Down Expand Up @@ -7327,7 +7327,7 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glBeginPerfQueryINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryHandle</name></param>
<param class="perf query handle"><ptype>GLuint</ptype> <name>queryHandle</name></param>
</command>
<command>
<proto>void <name>glBeginQuery</name></proto>
Expand Down Expand Up @@ -10318,8 +10318,8 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glCreatePerfQueryINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryId</name></param>
<param><ptype>GLuint</ptype> *<name>queryHandle</name></param>
<param class="perf query id"><ptype>GLuint</ptype> <name>queryId</name></param>
<param class="perf query handle"><ptype>GLuint</ptype> *<name>queryHandle</name></param>
</command>
<command>
<proto class="program"><ptype>GLuint</ptype> <name>glCreateProgram</name></proto>
Expand Down Expand Up @@ -10668,7 +10668,7 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glDeletePerfQueryINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryHandle</name></param>
<param class="perf query handle"><ptype>GLuint</ptype> <name>queryHandle</name></param>
</command>
<command>
<proto>void <name>glDeleteProgram</name></proto>
Expand Down Expand Up @@ -11739,7 +11739,7 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glEndPerfQueryINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryHandle</name></param>
<param class="perf query handle"><ptype>GLuint</ptype> <name>queryHandle</name></param>
</command>
<command>
<proto>void <name>glEndQuery</name></proto>
Expand Down Expand Up @@ -13494,7 +13494,7 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glGetFirstPerfQueryIdINTEL</name></proto>
<param><ptype>GLuint</ptype> *<name>queryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> *<name>queryId</name></param>
</command>
<command>
<proto>void <name>glGetFixedv</name></proto>
Expand Down Expand Up @@ -14340,8 +14340,8 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glGetNextPerfQueryIdINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryId</name></param>
<param><ptype>GLuint</ptype> *<name>nextQueryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> <name>queryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> *<name>nextQueryId</name></param>
</command>
<command>
<proto>void <name>glGetObjectBufferfvATI</name></proto>
Expand Down Expand Up @@ -14515,7 +14515,7 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glGetPerfCounterInfoINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> <name>queryId</name></param>
<param><ptype>GLuint</ptype> <name>counterId</name></param>
<param><ptype>GLuint</ptype> <name>counterNameLength</name></param>
<param len="counterNameLength"><ptype>GLchar</ptype> *<name>counterName</name></param>
Expand Down Expand Up @@ -14573,20 +14573,20 @@ typedef unsigned int GLhandleARB;
</command>
<command>
<proto>void <name>glGetPerfQueryDataINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryHandle</name></param>
<param><ptype>GLuint</ptype> <name>flags</name></param>
<param class="perf query handle"><ptype>GLuint</ptype> <name>queryHandle</name></param>
<param group="PerfQueryDataFlags"><ptype>GLuint</ptype> <name>flags</name></param>
<param><ptype>GLsizei</ptype> <name>dataSize</name></param>
<param>void *<name>data</name></param>
<param><ptype>GLuint</ptype> *<name>bytesWritten</name></param>
</command>
<command>
<proto>void <name>glGetPerfQueryIdByNameINTEL</name></proto>
<param><ptype>GLchar</ptype> *<name>queryName</name></param>
<param><ptype>GLuint</ptype> *<name>queryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> *<name>queryId</name></param>
</command>
<command>
<proto>void <name>glGetPerfQueryInfoINTEL</name></proto>
<param><ptype>GLuint</ptype> <name>queryId</name></param>
<param class="perf query id"><ptype>GLuint</ptype> <name>queryId</name></param>
<param><ptype>GLuint</ptype> <name>queryNameLength</name></param>
<param len="queryNameLength"><ptype>GLchar</ptype> *<name>queryName</name></param>
<param><ptype>GLuint</ptype> *<name>dataSize</name></param>
Expand Down