Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: ui/gl/generate_bindings.py

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add extension Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index a3c4824a68df7853afda9ac0002fe2febf6bbcdc..3cb87b073e8a3776ef4e9b59d4260f25b0b9e192 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -49,6 +49,11 @@ GL_FUNCTIONS = [
'names': ['glActiveTexture'],
'arguments': 'GLenum texture', },
{ 'return_type': 'void',
+ 'known_as': 'glApplyFramebufferAttachmentCMAAINTEL',
+ 'versions': [{ 'name': 'glApplyFramebufferAttachmentCMAAINTEL',
+ 'extensions': ['GL_INTEL_framebuffer_CMAA'] }],
+ 'arguments': 'void', },
+{ 'return_type': 'void',
'names': ['glAttachShader'],
'arguments': 'GLuint program, GLuint shader', },
{ 'return_type': 'void',

Powered by Google App Engine
This is Rietveld 408576698