| Index: ui/gfx/gl/generate_bindings.py
|
| diff --git a/ui/gfx/gl/generate_bindings.py b/ui/gfx/gl/generate_bindings.py
|
| index e0475c202b79fe057713b1ee5511be4cb3abd3ad..3e43e67d55b3d06a58883d96df8a284e6c641af5 100644
|
| --- a/ui/gfx/gl/generate_bindings.py
|
| +++ b/ui/gfx/gl/generate_bindings.py
|
| @@ -375,6 +375,10 @@ GLX_FUNCTIONS = [
|
| 'Display* dpy, int screen, int* attribList'],
|
| ['GLXContext', ['glXCreateContext'],
|
| 'Display* dpy, XVisualInfo* vis, GLXContext shareList, int direct'],
|
| +['void', ['glXBindTexImageEXT'],
|
| + 'Display* dpy, GLXDrawable drawable, int buffer, int* attribList'],
|
| +['void', ['glXReleaseTexImageEXT'],
|
| + 'Display* dpy, GLXDrawable drawable, int buffer'],
|
| ['void', ['glXDestroyContext'], 'Display* dpy, GLXContext ctx'],
|
| ['int', ['glXMakeCurrent'],
|
| 'Display* dpy, GLXDrawable drawable, GLXContext ctx'],
|
|
|