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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.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: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 79629552293414ee17f0cda2f0fc68584e05609b..dc266b7e0500350cfeec8f0f87704ee0ca9be9d4 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2133,6 +2133,12 @@ _FUNCTION_INFO = {
'impl_func': False,
'client_test': False,
},
+ 'ApplyScreenSpaceAntialiasing': {
Ken Russell (switch to Gerrit) 2015/08/28 02:34:03 CHROMIUM extension suffix here.
+ 'decoder_func': 'DoApplyScreenSpaceAntialiasing',
Ken Russell (switch to Gerrit) 2015/08/28 02:34:03 Same here.
+ 'extension_flag': 'chromium_screen_space_antialiasing',
+ 'unit_test': False,
+ 'client_test': False,
+ },
'AttachShader': {'decoder_func': 'DoAttachShader'},
'BindAttribLocation': {
'type': 'GLchar',

Powered by Google App Engine
This is Rietveld 408576698