diff options
author | Marek Olšák <[email protected]> | 2016-02-02 01:26:59 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-02-05 17:31:20 +0100 |
commit | 837f74aa511321c87bee768e463a0248d689c55d (patch) | |
tree | 3e52283e491a995e34f8a7f246e342abc8fb8f8b /src/mapi | |
parent | 1d79b9958090d5606212a56c2173626519f00ca8 (diff) |
mesa: implement GL_ATI_meminfo (v2)
v2: rebase
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index a2ddf7db5b7..db98ac05fd9 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12668,6 +12668,12 @@ <enum name="FRAMEBUFFER_SRGB_CAPABLE_EXT" value="0x8DBA"/> </category> +<category name="GL_ATI_meminfo" number="359"> + <enum name="VBO_FREE_MEMORY_ATI" value="0x87FB" /> + <enum name="TEXTURE_FREE_MEMORY_ATI" value="0x87FC" /> + <enum name="RENDERBUFFER_FREE_MEMORY_ATI" value="0x87FD" /> +</category> + <xi:include href="AMD_performance_monitor.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <category name="GL_APPLE_texture_range" number="367"> |