From 67428e8b27839095214419dabccaeffab923a89b Mon Sep 17 00:00:00 2001 From: Rufus Hamade Date: Thu, 4 Feb 2016 14:09:26 +0000 Subject: [PATCH 11/50] GL_IMG_framebuffer_downsample entry points --- .../glapi/gen/IMG_framebuffer_downsample.xml | 37 +++++++++++++++++++ src/mapi/glapi/gen/es_EXT.xml | 3 ++ src/mapi/glapi/gen/static_data.py | 2 + 3 files changed, 42 insertions(+) create mode 100644 src/mapi/glapi/gen/IMG_framebuffer_downsample.xml diff --git a/src/mapi/glapi/gen/IMG_framebuffer_downsample.xml b/src/mapi/glapi/gen/IMG_framebuffer_downsample.xml new file mode 100644 index 00000000000..b5ce77dfb08 --- /dev/null +++ b/src/mapi/glapi/gen/IMG_framebuffer_downsample.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index c7fde29732a..6aea8c55fac 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -1462,6 +1462,9 @@ + + + diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 1ace5e201d8..2838a4451a2 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1688,6 +1688,8 @@ offsets = { "ClearPixelLocalStorageuiEXT" : 1652, "FramebufferPixelLocalStorageSizeEXT" : 1653, "GetFramebufferPixelLocalStorageSizeEXT" : 1654, + "FramebufferTexture2DDownsampleIMG" : 1655, + "FramebufferTextureLayerDownsampleIMG" : 1656, } functions = [ -- 2.17.1