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

Issue 7480014: Support GL_OES_EGL_image_external (Closed)

Created:
9 years, 5 months ago by bulach
Modified:
9 years, 5 months ago
Reviewers:
CC:
chromium-reviews, apatrick_chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

Support GL_OES_EGL_image_external Add support for GL_OES_EGL_image_external to the cmdbuffer code. Original patch from http://codereview.chromium.org/7458008/ Landing on behalf of Daniel Sievers <sievers@chromium.org>; BUG= TEST=new unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94096

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -42 lines) Patch
M gpu/GLES2/gl2ext.h View 2 chunks +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 2 chunks +17 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 2 chunks +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gl_utils.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 8 chunks +52 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 chunk +197 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 2 chunks +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.h View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 5 chunks +33 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 5 chunks +43 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 5 chunks +45 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 5 chunks +49 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698