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

Unified Diff: ui/gl/gl_bindings_autogen_gl.h

Issue 871763002: Make GL bindings conditional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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/gl_bindings_autogen_gl.h
diff --git a/ui/gl/gl_bindings_autogen_gl.h b/ui/gl/gl_bindings_autogen_gl.h
index eb66b4a4534bbf735370e49eb478bc8d5e3f28a4..d78df23a8f987f0e524d5af3bcb5f12d87ad5e45 100644
--- a/ui/gl/gl_bindings_autogen_gl.h
+++ b/ui/gl/gl_bindings_autogen_gl.h
@@ -894,27 +894,19 @@ struct ExtensionsGL {
bool b_GL_ANGLE_translated_shader_source;
bool b_GL_APPLE_fence;
bool b_GL_APPLE_vertex_array_object;
- bool b_GL_ARB_ES2_compatibility;
- bool b_GL_ARB_blend_func_extended;
- bool b_GL_ARB_copy_buffer;
bool b_GL_ARB_draw_buffers;
bool b_GL_ARB_draw_instanced;
- bool b_GL_ARB_framebuffer_object;
bool b_GL_ARB_get_program_binary;
bool b_GL_ARB_instanced_arrays;
- bool b_GL_ARB_internalformat_query;
- bool b_GL_ARB_invalidate_subdata;
bool b_GL_ARB_map_buffer_range;
bool b_GL_ARB_occlusion_query;
bool b_GL_ARB_robustness;
- bool b_GL_ARB_sampler_objects;
bool b_GL_ARB_sync;
bool b_GL_ARB_texture_storage;
bool b_GL_ARB_timer_query;
- bool b_GL_ARB_transform_feedback2;
- bool b_GL_ARB_uniform_buffer_object;
bool b_GL_ARB_vertex_array_object;
bool b_GL_ARB_vertex_buffer_object;
+ bool b_GL_CHROMIUM_gles_depth_binding_hack;
bool b_GL_EXT_debug_marker;
bool b_GL_EXT_direct_state_access;
bool b_GL_EXT_discard_framebuffer;
@@ -925,6 +917,7 @@ struct ExtensionsGL {
bool b_GL_EXT_framebuffer_object;
bool b_GL_EXT_map_buffer_range;
bool b_GL_EXT_multisampled_render_to_texture;
+ bool b_GL_EXT_occlusion_query_boolean;
bool b_GL_EXT_robustness;
bool b_GL_EXT_texture_storage;
bool b_GL_EXT_timer_query;

Powered by Google App Engine
This is Rietveld 408576698