aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-06-28 02:05:12 -0400
committerMarek Olšák <[email protected]>2018-08-04 02:46:55 -0400
commit3d6900d76efaef1ff6e84b7b8785bbe3d8f5b29b (patch)
tree2dba36dd425004d629094effe12ec7a9cf7dc440 /src/mapi
parent2d115056d3d847e524dead44e9ff255a3cf8127e (diff)
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 49807e1ea52..81e4ac08cce 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -13035,6 +13035,33 @@
<!-- Unnumbered extensions sorted by name. -->
+<category name="GL_AMD_framebuffer_multisample_advanced">
+ <enum name="RENDERBUFFER_STORAGE_SAMPLES_AMD" value="0x91B2"/>
+ <enum name="MAX_COLOR_FRAMEBUFFER_SAMPLES_AMD" value="0x91B3"/>
+ <enum name="MAX_COLOR_FRAMEBUFFER_STORAGE_SAMPLES_AMD" value="0x91B4"/>
+ <enum name="MAX_DEPTH_STENCIL_FRAMEBUFFER_SAMPLES_AMD" value="0x91B5"/>
+ <enum name="NUM_SUPPORTED_MULTISAMPLE_MODES_AMD" value="0x91B6"/>
+ <enum name="SUPPORTED_MULTISAMPLE_MODES_AMD" value="0x91B7"/>
+
+ <function name="RenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
+ <param name="target" type="GLenum"/>
+ <param name="samples" type="GLsizei"/>
+ <param name="storageSamples" type="GLsizei"/>
+ <param name="internalformat" type="GLenum"/>
+ <param name="width" type="GLsizei"/>
+ <param name="height" type="GLsizei"/>
+ </function>
+
+ <function name="NamedRenderbufferStorageMultisampleAdvancedAMD" es2="2.0">
+ <param name="renderbuffer" type="GLuint" />
+ <param name="samples" type="GLsizei" />
+ <param name="storageSamples" type="GLsizei"/>
+ <param name="internalformat" type="GLenum" />
+ <param name="width" type="GLsizei" />
+ <param name="height" type="GLsizei" />
+ </function>
+</category>
+
<category name="GL_ATI_blend_equation_separate">
<function name="BlendEquationSeparateATI" alias="BlendEquationSeparate">
<param name="modeRGB" type="GLenum"/>