mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 20:08:06 +02:00
The generated file looks like this: SET_NewList(table, save_NewList); SET_ListBase(table, save_ListBase); SET_Bitmap(table, save_Bitmap); SET_RasterPos2d(table, save_RasterPos2d); SET_RasterPos2dv(table, save_RasterPos2dv); SET_RasterPos2f(table, save_RasterPos2f); SET_RasterPos2fv(table, save_RasterPos2fv); SET_RasterPos2i(table, save_RasterPos2i); SET_RasterPos2iv(table, save_RasterPos2iv); SET_RasterPos2s(table, save_RasterPos2s); ... Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14000>
25 lines
660 B
XML
25 lines
660 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_clip_control" number="160">
|
|
|
|
<enum name="LOWER_LEFT" value = "0x8CA1"/>
|
|
<enum name="UPPER_LEFT" value = "0x8CA2"/>
|
|
|
|
<enum name="NEGATIVE_ONE_TO_ONE" value = "0x935E"/>
|
|
<enum name="ZERO_TO_ONE" value = "0x935F"/>
|
|
|
|
<enum name="CLIP_ORIGIN" value = "0x935C"/>
|
|
<enum name="CLIP_DEPTH_MODE" value = "0x935D"/>
|
|
|
|
<function name="ClipControl" no_error="true" exec="dlist">
|
|
<param name="origin" type="GLenum"/>
|
|
<param name="depth" type="GLenum"/>
|
|
<!-- <glx rop="1340"/> -->
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|